Searched refs:atanf (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_atan.c58 ATF_LIBM_TEST(atan_nan, "Test atan/atanf(NaN) == NaN")
62 T_LIBM_CHECK_NAN(0, atanf, T_LIBM_NAN);
68 ATF_LIBM_TEST(atan_inrange, "Test atan/atanf(x) for some values")
74 T_LIBM_CHECK(i, atanf, values[i].x, values[i].y, 1.0e-7);
78 ATF_LIBM_TEST(atan_zero_neg, "Test atan/atanf(-0.0) == -0.0")
82 T_LIBM_CHECK_MINUS_ZERO(0, atanf, -0.0);
85 ATF_LIBM_TEST(atan_zero_pos, "Test atan/atanf(+0.0) == +0.0")
89 T_LIBM_CHECK_PLUS_ZERO(0, atanf, +0.0);
/freebsd-11-stable/lib/msun/src/
H A De_atan2f.c45 if(hx==0x3f800000) return atanf(y); /* x=1.0 */
88 else z=atanf(fabsf(y/x)); /* safe to do y/x */
H A Ds_atanf.c49 atanf(float x) function
H A Dmath.h349 float atanf(float);
H A Dcatrigf.c352 return (CMPLXF(x, atanf(y)));
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c90 atanf(float x) function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h27 /* Define to 1 if you have the `atanf' function. */
816 # define atanf _atanf macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h61 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
419 using ::atanf;
H A Dtgmath.h118 __tg_atan(float __x) {return atanf(__x);}
H A D__clang_cuda_device_functions.h1499 __DEVICE__ float atanf(float __a) { return __nv_atanf(__a); } function
/freebsd-11-stable/lib/msun/tests/
H A Dinvtrig_test.c414 return (tanl(atanf(x)));
/freebsd-11-stable/lib/msun/
H A DMakefile172 MLINKS+=atan.3 atanf.3 atan.3 atanl.3
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h111 extern float atanf(float);
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h55 float atanf(float x);
846 inline _LIBCPP_INLINE_VISIBILITY float atan(float __lcpp_x) _NOEXCEPT {return ::atanf(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure11793 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
11848 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
35833 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
35888 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
[all...]

Completed in 306 milliseconds