tiny.simd.atan2
Defined in math.
Source
Source: lib/simd/src/math.zig:51
zig
pub fn atan2(comptime D: type, y: D.Vector, x: D.Vector) D.Vector { return mapBinary(D, y, x, .atan2);}Source: lib/simd/src/root.zig:410
zig
pub const atan2 = math.atan2;Complete caller list
7 direct callers.
fun.sdfii.src.corpus.generate.lens_entry[function] — private; no exact target atfun/sdfii/src/corpus/generate.py:799in nearest public ownerfun.sdfii.src.corpus.generatefun.sdfii.src.corpus.generate.star_branch[function] — private; no exact target atfun/sdfii/src/corpus/generate.py:434in nearest public ownerfun.sdfii.src.corpus.generatefun.sdfii.src.corpus.generate.star_closed_form[function] — private; no exact target atfun/sdfii/src/corpus/generate.py:396in nearest public ownerfun.sdfii.src.corpus.generatefun.sdfii.src.sdf.gradient.polarRepeatTransform[function] — private; no exact target atfun/sdfii/src/sdf/gradient.zig:309in nearest public ownerfun.sdfii.src.sdf.gradientfun.sdfii.src.sdf.vjp.polarRepeatPoint[function] — private; no exact target atfun/sdfii/src/sdf/vjp.zig:1412in nearest public ownerfun.sdfii.src.sdf.vjptiny.simd.fastmath.fastAtan2[function] atlib/simd/src/fastmath.zig:16lib.simd.src.math.test_Highway_contributed_atan2_preserves_signed_zero_infinity_and_NaN[function] — test source atlib/simd/src/math.zig:442in nearest public ownertiny.simd.math
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |