| /openbsd/src/lib/libm/arch/amd64/ |
| D | s_tanf.S | 12 ENTRY(tanf) 13 RETGUARD_SETUP(tanf, r11) 19 RETGUARD_CHECK(tanf, r11) 21 END(tanf)
|
| /openbsd/src/lib/libm/arch/i387/ |
| D | s_tanf.S | 10 ENTRY(tanf) 15 END(tanf)
|
| /openbsd/src/regress/lib/libm/msun/ |
| D | trig_test.c | 173 ATF_CHECK(fabs(tanf(-f_pi_odd[i])) < FLT_EPSILON); in ATF_TC_BODY() 177 ATF_CHECK(fabs(tanf(f_pi_odd[i] * 2)) < FLT_EPSILON); in ATF_TC_BODY() 181 ATF_CHECK(fabs(tanf(-f_pi_odd[i] * 2)) < FLT_EPSILON); in ATF_TC_BODY()
|
| D | ctrig_test.c | 338 test_odd_tol(ctanf, z, CMPLXL(tanf(nums[i]), 0), FLT_ULP()); in ATF_TC_BODY() 355 test_odd_tol(ctanhf, z, CMPLXL(0, tanf(nums[i])), FLT_ULP()); in ATF_TC_BODY()
|
| /openbsd/src/lib/libm/src/ |
| D | s_tanf.c | 20 tanf(float x) in tanf() function
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | acconfig.h | 388 # define tanf _tanf macro 403 # define tanf _tanf macro
|
| D | config.h.in | 593 /* Define if you have the tanf function. */ 1046 # define tanf _tanf macro 1061 # define tanf _tanf macro
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/Windows/ |
| D | explicit_symbols.inc | 90 INLINE_DEF_FLOAT_SYMBOL(tanf, 1)
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/libmath/ |
| D | stubs.c | 248 tanf(float x) in tanf() function
|
| D | mathconf.h | 302 # define tanf(x) tan (x) macro
|
| /openbsd/src/gnu/gcc/libstdc++-v3/libmath/ |
| D | mathconf.h | 297 # define tanf(x) tan (x) macro
|
| D | stubs.c | 426 tanf(float x) in tanf() function
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_cmath.h | 103 extern "C" float (tanf)(float); 156 using ::tanf; 645 tan(float __x) { return __gnu_cxx::__c99_binding::tanf(__x); } in tan()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | ScalarFuncs.def | 110 TLI_DEFINE_SCALAR_MASS_FUNC("tanf", "__xl_tanf")
|
| D | VecFuncs.def | 54 TLI_DEFINE_VECFUNC("tanf", "vtanf", FIXED(4)) 249 TLI_DEFINE_VECFUNC("tanf", "__tanf4", FIXED(4)) 600 TLI_DEFINE_VECFUNC( "tanf", "_ZGVnN4v_tanf", FIXED(4))
|
| /openbsd/src/lib/libm/ |
| D | Symbols.map | 270 tanf;
|
| /openbsd/src/gnu/llvm/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;
|
| /openbsd/src/lib/libm/hidden/ |
| D | math.h | 203 PROTO_STD_DEPRECATED(tanf);
|
| /openbsd/src/include/ |
| D | math.h | 294 float tanf(float);
|
| /openbsd/src/gnu/lib/libstdc++-v3/ |
| D | config.h | 1082 # define tanf _tanf macro
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
| D | cmath | 123 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/ |
| D | linker-map.gnu | 337 tanf;
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | cmath | 130 float tanf(float x); 405 using ::tanf _LIBCPP_USING_IF_EXISTS;
|