Home
last modified time | relevance | path

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

12

/freebsd/contrib/arm-optimized-routines/pl/math/test/testcases/directed/
H A Dtanf.tst1 ; tanf.tst
6 func=tanf op1=7fc00001 result=7fc00001 errno=0
7 func=tanf op1=ffc00001 result=7fc00001 errno=0
12 func=tanf op1=00000000 result=00000000 errno=0
13 func=tanf op1=80000000 result=80000000 errno=0
16 func=tanf op1=46427f1b result=3f80396d.599 error=0
17 func=tanf op1=4647e568 result=3f8039a6.c9f error=0
18 func=tanf op1=46428bac result=3f803a03.148 error=0
19 func=tanf op1=4647f1f9 result=3f803a3c.852 error=0
20 func=tanf op1=4647fe8a result=3f803ad2.410 error=0
[all …]
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dtanf_3u3.c104 tanf (float x) in tanf() function
186 PL_TEST_ULP (tanf, 2.80)
187 PL_TEST_INTERVAL (tanf, 0, 0xffff0000, 10000)
188 PL_TEST_SYM_INTERVAL (tanf, 0x1p-127, 0x1p-14, 50000)
189 PL_TEST_SYM_INTERVAL (tanf, 0x1p-14, 0.7, 50000)
190 PL_TEST_SYM_INTERVAL (tanf, 0.7, 1.5, 50000)
191 PL_TEST_SYM_INTERVAL (tanf, 1.5, 0x1p17, 50000)
192 PL_TEST_SYM_INTERVAL (tanf, 0x1p17, 0x1p54, 50000)
193 PL_TEST_SYM_INTERVAL (tanf, 0x1p54, inf, 50000)
H A Dv_tanf_3u5.c42 return v_call_f32 (tanf, x, y, cmp); in special_case()
H A Dsv_tanf_3u5.c42 return sv_call_f32 (tanf, x, y, cmp); in special_case()
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_tan.c190 ok = (fabsf((tanf(theta) - tan_theta)/tan_theta) in ATF_TC_BODY()
196 deg, tanf(theta), tan_theta); in ATF_TC_BODY()
212 ATF_CHECK(isnan(tanf(x)) != 0); in ATF_TC_BODY()
225 if (isnan(tanf(x)) == 0) { in ATF_TC_BODY()
241 if (isnan(tanf(x)) == 0) { in ATF_TC_BODY()
258 ATF_CHECK(tanf(x) == x); in ATF_TC_BODY()
271 ATF_CHECK(tanf(x) == x); in ATF_TC_BODY()
/freebsd/lib/msun/tests/
H A 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()
H A Dctrig_test.c335 test_odd_tol(ctanf, z, CMPLXL(tanf(nums[i]), 0), FLT_ULP()); in ATF_TC_BODY()
352 test_odd_tol(ctanhf, z, CMPLXL(0, tanf(nums[i])), FLT_ULP()); in ATF_TC_BODY()
/freebsd/contrib/arm-optimized-routines/pl/math/test/testcases/random/
H A Dfloat.tst8 test tanf 10000
/freebsd/contrib/arm-optimized-routines/math/test/testcases/random/
H A Dfloat.tst10 test tanf 10000
/freebsd/lib/msun/src/
H A Ds_tanf.c34 tanf(float x) in tanf() function
H A Ds_ctanhf.c69 t = tanf(y); in ctanhf()
H A Dmath.h352 float tanf(float);
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc90 INLINE_DEF_FLOAT_SYMBOL(tanf, 1)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarFuncs.def110 TLI_DEFINE_SCALAR_MASS_FUNC("tanf", "__xl_tanf")
H A DVecFuncs.def56 TLI_DEFINE_VECFUNC("tanf", "vtanf", FIXED(4), "_ZGV_LLVM_N4v")
251 TLI_DEFINE_VECFUNC("tanf", "__tanf4", FIXED(4), "_ZGV_LLVM_N4v")
659 TLI_DEFINE_VECFUNC("tanf", "_ZGVnN4v_tanf", FIXED(4), "_ZGV_LLVM_N4v")
806 TLI_DEFINE_VECFUNC("tanf", "_ZGVsMxv_tanf", SCALABLE(4), MASKED, "_ZGVsMxv")
1056 TLI_DEFINE_VECFUNC("tanf", "armpl_vtanq_f32", FIXED(4), NOMASK, "_ZGV_LLVM_N4v")
1058 TLI_DEFINE_VECFUNC("tanf", "armpl_svtan_f32_x", SCALABLE(4), MASKED, "_ZGVsMxv")
/freebsd/lib/msun/
H A DSymbol.map172 tanf;
H A DMakefile269 MLINKS+=tan.3 tanf.3 tan.3 tanl.3
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan()
494 using ::tanf;
H A D__clang_cuda_math.h316 __DEVICE__ float tanf(float __a) { return __nv_tanf(__a); } in tanf() function
H A D__clang_hip_cmath.h782 using ::tanf;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc39 using ::tanf;
/freebsd/contrib/arm-optimized-routines/pl/math/include/
H A Dmathlib.h30 float tanf (float);
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcmath123 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc40 using std::tanf;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath130 float tanf(float x);
407 using ::tanf _LIBCPP_USING_IF_EXISTS;

12