| /freebsd-12-stable/lib/msun/tests/ |
| D | trig_test.c | 95 testall(tan, 0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 96 testall(tan, -0.0, -0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 103 testall(tan, INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY() 106 testall(tan, -INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY() 111 testall(tan, NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 166 ATF_CHECK(fabs(tan(f_pi_odd[i])) < FLT_EPSILON); in ATF_TC_BODY() 184 ATF_CHECK(fabs(tan(d_pi_odd[i])) < 2 * DBL_EPSILON); in ATF_TC_BODY() 188 ATF_CHECK(fabs(tan(-d_pi_odd[i])) < 2 * DBL_EPSILON); in ATF_TC_BODY() 192 ATF_CHECK(fabs(tan(d_pi_odd[i] * 2)) < 2 * DBL_EPSILON); in ATF_TC_BODY() 196 ATF_CHECK(fabs(tan(-d_pi_odd[i] * 2)) < 2 * DBL_EPSILON); in ATF_TC_BODY() [all …]
|
| D | ctrig_test.c | 331 test_odd_tol(ctan, z, CMPLXL(tan(nums[i]), 0), DBL_ULP()); in ATF_TC_BODY() 352 test_odd_tol(ctanh, z, CMPLXL(0, tan(nums[i])), DBL_ULP()); in ATF_TC_BODY()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libm/ |
| D | t_tan.c | 70 if (fabs(tan(angles[i].x) - angles[i].y) > eps) in ATF_TC_BODY() 87 ATF_CHECK(isnan(tan(x)) != 0); in ATF_TC_BODY() 100 ATF_CHECK(isnan(tan(x)) != 0); in ATF_TC_BODY() 113 ATF_CHECK(isnan(tan(x)) != 0); in ATF_TC_BODY() 127 ATF_CHECK(tan(x) == x); in ATF_TC_BODY() 140 ATF_CHECK(tan(x) == x); in ATF_TC_BODY()
|
| /freebsd-12-stable/lib/msun/src/ |
| D | s_tan.c | 54 tan(double x) in tan() function 82 __weak_reference(tan, tanl);
|
| D | s_ctanh.c | 132 t = tan(y); in ctanh()
|
| D | math.h | 234 double tan(double);
|
| /freebsd-12-stable/lib/msun/i387/ |
| D | s_tan.S | 39 ENTRY(tan) 58 END(tan)
|
| /freebsd-12-stable/contrib/libstdc++/include/c_std/ |
| D | std_cmath.h | 79 #undef tan 424 using ::tan; 427 tan(float __x) in tan() function 431 tan(long double __x) in tan() function 437 tan(_Tp __x) in tan() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| D | __clang_cuda_math_forward_declares.h | 174 __DEVICE__ double tan(double); 175 __DEVICE__ float tan(float); 268 using ::tan;
|
| D | __clang_cuda_cmath.h | 175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan() function 297 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, tan) 428 using ::tan;
|
| D | __clang_hip_cmath.h | 251 __DEF_FUN1(float, tan) 539 __HIP_OVERLOAD1(double, tan) 716 using ::tan;
|
| D | tgmath.h | 296 __tg_tan(double __x) {return tan(__x);} in __tg_tan() 314 #undef tan 315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
|
| /freebsd-12-stable/secure/caroot/trusted/ |
| D | NetLock_Arany__Class_Gold__F__tan__s__tv__ny.pem | 2 ## NetLock Arany (Class Gold) Főtanúsítvány 20 …ad\C3\B3k (Certification Services), CN = NetLock Arany (Class Gold) F\C5\91tan\C3\BAs\C3\ADtv\C3\A… 24 …ad\C3\B3k (Certification Services), CN = NetLock Arany (Class Gold) F\C5\91tan\C3\BAs\C3\ADtv\C3\A…
|
| /freebsd-12-stable/contrib/ntp/clockstuff/ |
| D | propdelay.c | 61 extern double tan (double); 416 delta = atan((h / (EARTHRADIUS * sin(theta))) + tan(theta/2)) - theta; in waveangle() 439 phi = (PI/2.0) - atan((h / (EARTHRADIUS * sin(theta))) + tan(theta/2)); in propdelay()
|
| /freebsd-12-stable/contrib/libstdc++/libmath/ |
| D | stubs.c | 428 return (float) tan(x); in tanf() 436 return tan((double) x); in tanl()
|
| D | mathconf.h | 297 # define tanf(x) tan (x)
|
| /freebsd-12-stable/contrib/gcc/ |
| D | fp-test.c | 50 extern double tan (double); 234 d1 = tan (d2); in main()
|
| /freebsd-12-stable/contrib/libstdc++/include/c_compatibility/ |
| D | math.h | 42 using std::tan;
|
| /freebsd-12-stable/contrib/libstdc++/include/c/ |
| D | std_cmath.h | 66 #undef tan
|
| /freebsd-12-stable/lib/msun/ |
| D | Makefile | 171 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \ 255 MLINKS+=tan.3 tanf.3 tan.3 tanl.3
|
| D | Symbol.map | 172 tan;
|
| /freebsd-12-stable/include/ |
| D | tgmath.h | 151 #define tan(x) __tg_full(x, tan) macro
|
| /freebsd-12-stable/tools/regression/include/tgmath/ |
| D | tgmath.c | 86 TGMACRO(tan) in TGMACRO() 442 PASS_REAL_ARG_REAL_RET(tan) && in main() 443 PASS_COMPLEX_ARG_COMPLEX_RET(tan)); in main()
|
| /freebsd-12-stable/contrib/libstdc++/include/tr1/ |
| D | math.h | 92 using std::tr1::tan;
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | cfns.gperf | 179 tan
|