Searched refs:tanf (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.3-release/contrib/netbsd-tests/lib/libm/
H A Dt_tan.c144 * tanf(3)
163 if (fabsf(tanf(x) - y) > eps)
164 atf_tc_fail_nonfatal("tanf(%d deg) != %0.01f",
172 atf_tc_set_md_var(tc, "descr", "Test tanf(NaN) == NaN");
180 ATF_CHECK(isnan(tanf(x)) != 0);
186 atf_tc_set_md_var(tc, "descr", "Test tanf(-Inf) == NaN");
193 if (isnan(tanf(x)) == 0) {
195 atf_tc_fail("tanf(-Inf) != NaN");
202 atf_tc_set_md_var(tc, "descr", "Test tanf(+Inf) == NaN");
209 if (isnan(tanf(
[all...]
/freebsd-10.3-release/lib/msun/src/
H A Ds_tanf.c37 tanf(float x) function
H A Ds_ctanhf.c70 t = tanf(y);
H A Dmath.h352 float tanf(float);
/freebsd-10.3-release/lib/msun/tests/
H A Dtrig_test.c165 assert(fabs(tanf(-f_pi_odd[i])) < FLT_EPSILON);
169 assert(fabs(tanf(f_pi_odd[i] * 2)) < FLT_EPSILON);
173 assert(fabs(tanf(-f_pi_odd[i] * 2)) < FLT_EPSILON);
H A Dctrig_test.c324 test_odd_tol(ctanf, z, CMPLXL(tanf(nums[i]), 0), FLT_ULP());
341 test_odd_tol(ctanhf, z, CMPLXL(0, tanf(nums[i])), FLT_ULP());
/freebsd-10.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h297 # define tanf(x) tan (x) macro
H A Dstubs.c426 tanf(float x) function
/freebsd-10.3-release/gnu/lib/libstdc++/
H A Dconfig.h370 /* Define to 1 if you have the `tanf' function. */
1096 # define tanf _tanf macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h595 /// float tanf(float x);
596 tanf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp311 "tanf",
501 TLI.setUnavailable(LibFunc::tanf);
/freebsd-10.3-release/lib/msun/
H A DMakefile220 MLINKS+=tan.3 tanf.3 tan.3 tanl.3
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h299 __tg_tan(float __x) {return tanf(__x);}
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h1138 extern float tanf(float);
/freebsd-10.3-release/contrib/libstdc++/
H A Dconfigure11793 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
11848 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
35833 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
35888 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
[all...]

Completed in 148 milliseconds