Searched refs:atan2 (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-current/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk259 M_PI = atan2(0.0, -1.0);
H A Dfeeder_rate_mkfilter.awk615 M_PI = atan2(0.0, -1.0);
/freebsd-current/contrib/lua/src/
H A Dlmathlib.c68 lua_pushnumber(L, l_mathop(atan2)(y, x));
728 {"atan2", math_atan},
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h67 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); } function
H A D__clang_hip_math.h745 double atan2(double __x, double __y) { return __ocml_atan2_f64(__x, __y); } function
H A Dopencl-c.h6623 float __ovld __cnfn atan2(float, float);
6624 float2 __ovld __cnfn atan2(float2, float2);
6625 float3 __ovld __cnfn atan2(float3, float3);
6626 float4 __ovld __cnfn atan2(float4, float4);
6627 float8 __ovld __cnfn atan2(float8, float8);
6628 float16 __ovld __cnfn atan2(float16, float16);
6630 double __ovld __cnfn atan2(double, double);
6631 double2 __ovld __cnfn atan2(double2, double2);
6632 double3 __ovld __cnfn atan2(double3, double3);
6633 double4 __ovld __cnfn atan2(double
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c210 TFUNC(at_d2,rt_d, atan2, 4*ULPUNIT),
/freebsd-current/contrib/one-true-awk/
H A Drun.c2105 WARNING("atan2 requires two arguments; returning 1.0");
2109 u = atan2(getfval(x), getfval(y));
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1663 Name == "atan2" || Name == "atan2f";
2665 // atan2(+/-0.0, +/-0.0) is known to raise an exception on some libm
2673 return ConstantFoldBinaryFP(atan2, Op1V, Op2V, Ty);
3555 // Although IEEE-754 says atan2(+/-0.0, +/-0.0) are well-defined, and
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2486 MUTATE_LDBL(atan2)
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 782 milliseconds

12