Home
last modified time | relevance | path

Searched refs:tanf (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-12-stable/contrib/netbsd-tests/lib/libm/
Dt_tan.c163 if (fabsf(tanf(x) - y) > eps) in ATF_TC_BODY()
180 ATF_CHECK(isnan(tanf(x)) != 0); in ATF_TC_BODY()
193 if (isnan(tanf(x)) == 0) { in ATF_TC_BODY()
209 if (isnan(tanf(x)) == 0) { in ATF_TC_BODY()
226 ATF_CHECK(tanf(x) == x); in ATF_TC_BODY()
239 ATF_CHECK(tanf(x) == x); in ATF_TC_BODY()
/freebsd-12-stable/lib/msun/tests/
Dtrig_test.c170 ATF_CHECK(fabs(tanf(-f_pi_odd[i])) < FLT_EPSILON); in ATF_TC_BODY()
174 ATF_CHECK(fabs(tanf(f_pi_odd[i] * 2)) < FLT_EPSILON); in ATF_TC_BODY()
178 ATF_CHECK(fabs(tanf(-f_pi_odd[i] * 2)) < FLT_EPSILON); in ATF_TC_BODY()
Dctrig_test.c344 test_odd_tol(ctanf, z, CMPLXL(tanf(nums[i]), 0), FLT_ULP()); in ATF_TC_BODY()
361 test_odd_tol(ctanhf, z, CMPLXL(0, tanf(nums[i])), FLT_ULP()); in ATF_TC_BODY()
/freebsd-12-stable/lib/msun/src/
Ds_tanf.c37 tanf(float x) in tanf() function
Ds_ctanhf.c72 t = tanf(y); in ctanhf()
Dmath.h344 float tanf(float);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
Dexplicit_symbols.inc90 INLINE_DEF_FLOAT_SYMBOL(tanf, 1)
/freebsd-12-stable/contrib/libstdc++/libmath/
Dmathconf.h297 # define tanf(x) tan (x) macro
Dstubs.c426 tanf(float x) in tanf() function
/freebsd-12-stable/lib/msun/
DSymbol.map173 tanf;
DMakefile255 MLINKS+=tan.3 tanf.3 tan.3 tanl.3
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan()
494 using ::tanf;
D__clang_cuda_math.h316 __DEVICE__ float tanf(float __a) { return __nv_tanf(__a); } in tanf() function
D__clang_hip_cmath.h782 using ::tanf;
Dtgmath.h292 __tg_tan(float __x) {return tanf(__x);} in __tg_tan()
D__clang_hip_math.h526 float tanf(float __x) { return __ocml_tan_f32(__x); }
/freebsd-12-stable/gnu/lib/libstdc++/
Dconfig.h1093 # define tanf _tanf macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcmath123 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DVecFuncs.def54 TLI_DEFINE_VECFUNC("tanf", "vtanf", FIXED(4))
249 TLI_DEFINE_VECFUNC("tanf", "__tanf4", FIXED(4))
DTargetLibraryInfo.def1372 /// float tanf(float x);
1373 TLI_DEFINE_ENUM_INTERNAL(tanf)
1374 TLI_DEFINE_STRING_INTERNAL("tanf")
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dcmath130 float tanf(float x);
390 using ::tanf _LIBCPP_USING_IF_EXISTS;
/freebsd-12-stable/contrib/libstdc++/
Dconfig.h.in364 /* Define to 1 if you have the `tanf' function. */
1078 # define tanf _tanf macro
Dlinkage.m4437 cosf sinf tanf \
/freebsd-12-stable/contrib/libstdc++/config/abi/pre/
Dgnu.ver487 tanf;
/freebsd-12-stable/contrib/gcc/
Dsys-protos.h1138 extern float tanf(float);

12