Searched refs:tanf (Results 1 – 25 of 34) sorted by relevance
12
| /freebsd-12-stable/contrib/netbsd-tests/lib/libm/ |
| D | t_tan.c | 163 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/ |
| D | trig_test.c | 170 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()
|
| D | ctrig_test.c | 344 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/ |
| D | s_tanf.c | 37 tanf(float x) in tanf() function
|
| D | s_ctanhf.c | 72 t = tanf(y); in ctanhf()
|
| D | math.h | 344 float tanf(float);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| D | explicit_symbols.inc | 90 INLINE_DEF_FLOAT_SYMBOL(tanf, 1)
|
| /freebsd-12-stable/contrib/libstdc++/libmath/ |
| D | mathconf.h | 297 # define tanf(x) tan (x) macro
|
| D | stubs.c | 426 tanf(float x) in tanf() function
|
| /freebsd-12-stable/lib/msun/ |
| D | Symbol.map | 173 tanf;
|
| D | Makefile | 255 MLINKS+=tan.3 tanf.3 tan.3 tanl.3
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan() 494 using ::tanf;
|
| D | __clang_cuda_math.h | 316 __DEVICE__ float tanf(float __a) { return __nv_tanf(__a); } in tanf() function
|
| D | __clang_hip_cmath.h | 782 using ::tanf;
|
| D | tgmath.h | 292 __tg_tan(float __x) {return tanf(__x);} in __tg_tan()
|
| D | __clang_hip_math.h | 526 float tanf(float __x) { return __ocml_tan_f32(__x); }
|
| /freebsd-12-stable/gnu/lib/libstdc++/ |
| D | config.h | 1093 # define tanf _tanf macro
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| D | cmath | 123 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | VecFuncs.def | 54 TLI_DEFINE_VECFUNC("tanf", "vtanf", FIXED(4)) 249 TLI_DEFINE_VECFUNC("tanf", "__tanf4", FIXED(4))
|
| D | TargetLibraryInfo.def | 1372 /// float tanf(float x); 1373 TLI_DEFINE_ENUM_INTERNAL(tanf) 1374 TLI_DEFINE_STRING_INTERNAL("tanf")
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | cmath | 130 float tanf(float x); 390 using ::tanf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | config.h.in | 364 /* Define to 1 if you have the `tanf' function. */ 1078 # define tanf _tanf macro
|
| D | linkage.m4 | 437 cosf sinf tanf \
|
| /freebsd-12-stable/contrib/libstdc++/config/abi/pre/ |
| D | gnu.ver | 487 tanf;
|
| /freebsd-12-stable/contrib/gcc/ |
| D | sys-protos.h | 1138 extern float tanf(float);
|
12