tiny.simd.pow
Defined in math.
Source
Source: lib/simd/src/math.zig:152
zig
pub fn pow(comptime D: type, base: D.Vector, exponent: D.Vector) D.Vector { return mapBinary(D, base, exponent, .pow);}Source: lib/simd/src/root.zig:431
zig
pub const pow = math.pow;Complete caller list
7 direct callers.
fun.sdfii.src.inverse.optimizer.pow[function] — private; no exact target atfun/sdfii/src/inverse/optimizer.zig:96in nearest public ownerfun.sdfii.src.inverse.optimizerfun.sdfii.src.navigation.trajectory.optimizeTrajectory[function] — private; no exact target atfun/sdfii/src/navigation/trajectory.zig:32in nearest public ownerfun.sdfii.src.navigation.trajectorytiny.simd.fastmath.fastPow[function] atlib/simd/src/fastmath.zig:52tiny.simd.fastmath.fastPowNormal[function] atlib/simd/src/fastmath.zig:80lib.simd.src.math.test_Highway_contributed_hypot_and_power_preserve_special_values[function] — test source atlib/simd/src/math.zig:543in nearest public ownertiny.simd.mathlib.simd.src.math.test_Highway_contributed_math_samples_every_upstream_numerical_family[function] — test source atlib/simd/src/math.zig:454in nearest public ownertiny.simd.mathlib.simd.src.math.test_Highway_contributed_roots_error_function_gamma_power_and_hypot_cover_reference_values[function] — test source atlib/simd/src/math.zig:383in nearest public ownertiny.simd.math
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |