| /freebsd-14-stable/lib/msun/tests/ |
| HD | trig_test.c | 91 testall(tan, 0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 92 testall(tan, -0.0, -0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 99 testall(tan, INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY() 102 testall(tan, -INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY() 107 testall(tan, NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 167 ATF_CHECK(fabs(tan(f_pi_odd[i])) < FLT_EPSILON); in ATF_TC_BODY() 185 ATF_CHECK(fabs(tan(d_pi_odd[i])) < 2 * DBL_EPSILON); in ATF_TC_BODY() 189 ATF_CHECK(fabs(tan(-d_pi_odd[i])) < 2 * DBL_EPSILON); in ATF_TC_BODY() 193 ATF_CHECK(fabs(tan(d_pi_odd[i] * 2)) < 2 * DBL_EPSILON); in ATF_TC_BODY() 197 ATF_CHECK(fabs(tan(-d_pi_odd[i] * 2)) < 2 * DBL_EPSILON); in ATF_TC_BODY() [all …]
|
| HD | ctrig_test.c | 323 test_odd_tol(ctan, z, CMPLXL(tan(nums[i]), 0), DBL_ULP()); in ATF_TC_BODY() 344 test_odd_tol(ctanh, z, CMPLXL(0, tan(nums[i])), DBL_ULP()); in ATF_TC_BODY()
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libm/ |
| HD | t_tan.c | 80 ok = (tan(theta) == 0); in ATF_TC_BODY() 83 ok = (fabs((tan(theta) - tan_theta)/tan_theta) <= eps); in ATF_TC_BODY() 89 deg, theta, tan(theta), tan_theta); in ATF_TC_BODY() 105 ATF_CHECK(isnan(tan(x)) != 0); in ATF_TC_BODY() 118 ATF_CHECK(isnan(tan(x)) != 0); in ATF_TC_BODY() 131 ATF_CHECK(isnan(tan(x)) != 0); in ATF_TC_BODY() 145 ATF_CHECK(tan(x) == x); in ATF_TC_BODY() 158 ATF_CHECK(tan(x) == x); in ATF_TC_BODY() 187 ok = (tan(theta) == 0); in ATF_TC_BODY()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/__math/ |
| HD | trigonometric_functions.h | 58 inline _LIBCPP_HIDE_FROM_ABI float tan(float __x) _NOEXCEPT { return __builtin_tanf(__x); } in tan() function 61 _LIBCPP_HIDE_FROM_ABI double tan(double __x) _NOEXCEPT { in tan() function 65 inline _LIBCPP_HIDE_FROM_ABI long double tan(long double __x) _NOEXCEPT { return __builtin_tanl(__x… in tan() function 68 inline _LIBCPP_HIDE_FROM_ABI double tan(_A1 __x) _NOEXCEPT { in tan() function
|
| /freebsd-14-stable/lib/msun/src/ |
| HD | s_tan.c | 51 tan(double x) in tan() function 79 __weak_reference(tan, tanl);
|
| HD | s_ctanh.c | 131 t = tan(y); in ctanh()
|
| /freebsd-14-stable/lib/msun/i387/ |
| HD | s_tan.S | 37 ENTRY(tan) 56 END(tan)
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | VecFuncs.def | 52 TLI_DEFINE_VECFUNC("llvm.tan.f32", "vtanf", FIXED(4), "_ZGV_LLVM_N4v") 101 TLI_DEFINE_VECFUNC("tan", "_simd_tan_d2", FIXED(2), "_ZGV_LLVM_N2v") 102 TLI_DEFINE_VECFUNC("llvm.tan.f64", "_simd_tan_d2", FIXED(2), "_ZGV_LLVM_N2v") 104 TLI_DEFINE_VECFUNC("llvm.tan.f32", "_simd_tan_f4", FIXED(4), "_ZGV_LLVM_N4v") 163 TLI_DEFINE_VECFUNC("tan", "_ZGVbN2v_tan", FIXED(2), "_ZGV_LLVM_N2v") 164 TLI_DEFINE_VECFUNC("tan", "_ZGVdN4v_tan", FIXED(4), "_ZGV_LLVM_N4v") 169 TLI_DEFINE_VECFUNC("llvm.tan.f64", "_ZGVbN2v_tan", FIXED(2), "_ZGV_LLVM_N2v") 170 TLI_DEFINE_VECFUNC("llvm.tan.f64", "_ZGVdN4v_tan", FIXED(4), "_ZGV_LLVM_N4v") 172 TLI_DEFINE_VECFUNC("llvm.tan.f32", "_ZGVbN4v_tanf", FIXED(4), "_ZGV_LLVM_N4v") 173 TLI_DEFINE_VECFUNC("llvm.tan.f32", "_ZGVdN8v_tanf", FIXED(8), "_ZGV_LLVM_N8v") [all …]
|
| HD | ScalarFuncs.def | 111 TLI_DEFINE_SCALAR_MASS_FUNC("tan", "__xl_tan")
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | __clang_cuda_math_forward_declares.h | 174 __DEVICE__ double tan(double); 175 __DEVICE__ float tan(float); 268 using ::tan;
|
| HD | __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;
|
| HD | __clang_hip_cmath.h | 251 __DEF_FUN1(float, tan) 539 __HIP_OVERLOAD1(double, tan) 716 using ::tan;
|
| HD | 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-14-stable/secure/caroot/trusted/ |
| HD | NetLock_Arany__Class_Gold__F__tan__s__tv__ny.pem | 2 ## NetLock Arany (Class Gold) Főtanúsítvány 19 …ad\C3\B3k (Certification Services), CN = NetLock Arany (Class Gold) F\C5\91tan\C3\BAs\C3\ADtv\C3\A… 23 …ad\C3\B3k (Certification Services), CN = NetLock Arany (Class Gold) F\C5\91tan\C3\BAs\C3\ADtv\C3\A…
|
| /freebsd-14-stable/contrib/ntp/clockstuff/ |
| HD | 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-14-stable/contrib/llvm-project/clang/lib/Headers/hlsl/ |
| HD | hlsl_intrinsics.h | 1601 half tan(half); 1603 half2 tan(half2); 1605 half3 tan(half3); 1607 half4 tan(half4); 1611 float tan(float); 1613 float2 tan(float2); 1615 float3 tan(float3); 1617 float4 tan(float4);
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/ |
| HD | valarray.inc | 63 using std::tan;
|
| HD | complex.inc | 59 using std::tan;
|
| /freebsd-14-stable/include/ |
| HD | tgmath.h | 149 #define tan(x) __tg_full(x, tan) macro
|
| /freebsd-14-stable/lib/msun/ |
| HD | Makefile | 185 sinh.3 sinpi.3 sqrt.3 tan.3 tanh.3 tanpi.3 trunc.3 \ 271 MLINKS+=tan.3 tanf.3 tan.3 tanl.3
|
| HD | Symbol.map | 171 tan;
|
| /freebsd-14-stable/tools/regression/include/tgmath/ |
| HD | tgmath.c | 84 TGMACRO(tan) in TGMACRO() 440 PASS_REAL_ARG_REAL_RET(tan) && in main() 441 PASS_COMPLEX_ARG_COMPLEX_RET(tan)); in main()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/__random/ |
| HD | cauchy_distribution.h | 103 return __p.a() + __p.b() * std::tan(3.1415926535897932384626433832795 * __gen(__g)); in operator()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/ |
| HD | math.h | 497 using std::__math::tan;
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | ConstrainedOps.def | 103 DAG_FUNCTION(tan, 1, 1, experimental_constrained_tan, FTAN)
|