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

/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_acos.c37 * acos(3) and acosf(3)
40 ATF_LIBM_TEST(acos_is_nan, "Test acos/acosf(x) == NaN, x = NaN, +/-Inf, ![-1..1]")
58 T_LIBM_CHECK_NAN(i, acosf, x[i]);
62 ATF_LIBM_TEST(acos_inrange, "Test acos/acosf(x) for some valid values")
87 T_LIBM_CHECK(i, acosf, values[i].x, values[i].y, 1.0e-5);
91 ATF_LIBM_TEST(acos_is_plus_zero, "Test acosf(1.0) == +0.0")
94 T_LIBM_CHECK_PLUS_ZERO(0, acosf, 1.0);
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c56 acosf(float x) function
/freebsd-11-stable/lib/msun/src/
H A Dcatrigf.c245 rx = acosf(B);
247 rx = acosf(-B);
H A Dmath.h347 float acosf(float);
H A Dmath_private.h766 #define __ieee754_acosf acosf
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h9 /* Define to 1 if you have the `acosf' function. */
786 # define acosf _acosf macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h59 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
414 using ::acosf;
H A Dtgmath.h60 __tg_acos(float __x) {return acosf(__x);}
H A D__clang_cuda_device_functions.h1489 __DEVICE__ float acosf(float __a) { return __nv_acosf(__a); } function
/freebsd-11-stable/lib/msun/tests/
H A Dinvtrig_test.c393 return (cosl(acosf(x)));
/freebsd-11-stable/lib/msun/
H A DMakefile168 MLINKS+=acos.3 acosf.3 acos.3 acosl.3
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h93 extern float acosf(float);
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h47 float acosf(float x);
822 inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT {return ::acosf(__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 168 milliseconds