/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/ |
H A D | atan2f.tst | 1 ; atan2f.tst 6 func=atan2f op1=7f800001 op2=7f800001 result=7fc00001 errno=0 status=i 7 func=atan2f op1=7f800001 op2=ff800001 result=7fc00001 errno=0 status=i 8 func=atan2f op1=7f800001 op2=7fc00001 result=7fc00001 errno=0 status=i 9 func=atan2f op1=7f800001 op2=ffc00001 result=7fc00001 errno=0 status=i 10 func=atan2f op1=7f800001 op2=7f800000 result=7fc00001 errno=0 status=i 11 func=atan2f op1=7f800001 op2=ff800000 result=7fc00001 errno=0 status=i 12 func=atan2f op1=7f800001 op2=00000000 result=7fc00001 errno=0 status=i 13 func=atan2f op1=7f800001 op2=80000000 result=7fc00001 errno=0 status=i 14 func=atan2f op1=7f800001 op2=3f800000 result=7fc00001 errno=0 status=i [all …]
|
/freebsd/lib/msun/tests/ |
H A D | invtrig_test.c | 171 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0); in ATF_TC_BODY() 172 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0); in ATF_TC_BODY() 173 test2(atan2f, 0.0, ldexpf(-z, e), (float)pi, FE_INEXACT); in ATF_TC_BODY() 174 test2(atan2f, -0.0, ldexpf(-z, e), (float)-pi, FE_INEXACT); in ATF_TC_BODY() 175 test2(atan2f, ldexpf(z, e), 0.0, (float)pi / 2, FE_INEXACT); in ATF_TC_BODY() 176 test2(atan2f, ldexpf(z, e), -0.0, (float)pi / 2, FE_INEXACT); in ATF_TC_BODY() 177 test2(atan2f, ldexpf(-z, e), 0.0, (float)-pi / 2, FE_INEXACT); in ATF_TC_BODY() 178 test2(atan2f, ldexpf(-z, e), -0.0, (float)-pi / 2, FE_INEXACT); in ATF_TC_BODY() 203 test2(atan2f, ldexpf(z, e), INFINITY, 0.0, 0); in ATF_TC_BODY() 204 test2(atan2f, ldexpf(-z,e), INFINITY, -0.0, 0); in ATF_TC_BODY() [all …]
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | atan2f_3u.c | 45 atan2f (float y, float x) in atan2f() function 162 TEST_ULP (atan2f, 2.4) 163 TEST_INTERVAL (atan2f, -10.0, 10.0, 50000) 164 TEST_INTERVAL (atan2f, -1.0, 1.0, 40000) 165 TEST_INTERVAL (atan2f, 0.0, 1.0, 40000) 166 TEST_INTERVAL (atan2f, 1.0, 100.0, 40000) 167 TEST_INTERVAL (atan2f, 1e6, 1e32, 40000)
|
/freebsd/lib/msun/src/ |
H A D | catrigf.c | 187 ry = atan2f(new_y, sqrt_A2my2); in casinhf() 249 rx = atan2f(sqrt_A2mx2, new_x); in cacosf() 251 rx = atan2f(sqrt_A2mx2, -new_x); in cacosf() 294 atan2f(y, x))); in clog_for_large_values() 297 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x))); in clog_for_large_values() 299 return (CMPLXF(logf(ax * ax + ay * ay) / 2, atan2f(y, x))); in clog_for_large_values() 377 ry = atan2f(2, -ay) / 2; in catanhf() 379 ry = atan2f(2 * ay, (1 - ax) * (1 + ax)) / 2; in catanhf() 381 ry = atan2f(2 * ay, (1 - ax) * (1 + ax) - ay * ay) / 2; in catanhf()
|
H A D | s_cargf.c | 36 return (atan2f(cimagf(z), crealf(z))); in cargf()
|
H A D | e_atan2f.c | 30 atan2f(float y, float x) in atan2f() function
|
H A D | s_clogf.c | 52 v = atan2f(y, x); in clogf()
|
H A D | math.h | 349 float atan2f(float, float);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | explicit_symbols.inc | 78 INLINE_DEF_FLOAT_SYMBOL(atan2f, 2)
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | atan2f.c | 30 return sv_call2_f32 (atan2f, y, x, ret, cmp); in special_case()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarFuncs.def | 39 TLI_DEFINE_SCALAR_MASS_FUNC("atan2f", "__xl_atan2f")
|
H A D | VecFuncs.def | 89 TLI_DEFINE_VECFUNC("atan2f", "_simd_atan2_f4", FIXED(4), "_ZGV_LLVM_N4vv") 284 TLI_DEFINE_VECFUNC("atan2f", "__atan2f4", FIXED(4), "_ZGV_LLVM_N4vv") 631 TLI_DEFINE_VECFUNC("atan2f", "_ZGVnN4vv_atan2f", FIXED(4), "_ZGV_LLVM_N4vv") 744 TLI_DEFINE_VECFUNC("atan2f", "_ZGVsMxvv_atan2f", SCALABLE(4), MASKED, "_ZGVsMxvv") 926 TLI_DEFINE_VECFUNC("atan2f", "armpl_vatan2q_f32", FIXED(4), NOMASK, "_ZGV_LLVM_N4vv") 928 TLI_DEFINE_VECFUNC("atan2f", "armpl_svatan2_f32_x", SCALABLE(4), MASKED, "_ZGVsMxvv")
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | atan2f.c | 38 return v_call2_f32 (atan2f, y, x, ret, cmp); in special_case()
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 15 atan2f;
|
H A D | Makefile | 192 MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 447 using ::atan2f;
|
H A D | tgmath.h | 555 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2() 1222 __tg_carg(float __x) {return atan2f(0.F, __x);} in __tg_carg()
|
H A D | __clang_hip_cmath.h | 734 using ::atan2f;
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathbench_wrappers.h | 18 return atan2f (5.0f, x); in atan2f_wrap()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 27 using ::atan2f _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/arm-optimized-routines/math/include/ |
H A D | mathlib.h | 57 DECL_SIMD_aarch64 float atan2f (float, float);
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 62 float atan2f(float y, float x); 373 using ::atan2f _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 28 using std::atan2f _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 53 return atan2f(0.F, __re); in arg()
|