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

/freebsd-10.3-release/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-10.3-release/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.h348 float atanf(float);
H A Dcatrigf.c352 return (CMPLXF(x, atanf(y)));
/freebsd-10.3-release/contrib/libstdc++/libmath/
H A Dstubs.c90 atanf(float x) function
/freebsd-10.3-release/gnu/lib/libstdc++/
H A Dconfig.h27 /* Define to 1 if you have the `atanf' function. */
816 # define atanf _atanf macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h124 /// float atanf(float x);
125 atanf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp78 "atanf",
487 TLI.setUnavailable(LibFunc::atanf);
/freebsd-10.3-release/lib/msun/
H A DMakefile150 MLINKS+=atan.3 atanf.3 atan.3 atanl.3
/freebsd-10.3-release/lib/msun/tests/
H A Dinvtrig_test.c415 return (tanl(atanf(x)));
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h125 __tg_atan(float __x) {return atanf(__x);}
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h111 extern float atanf(float);
/freebsd-10.3-release/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 279 milliseconds