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

/freebsd-10.0-release/lib/msun/src/
H A Ds_tanf.c37 tanf(float x) function
H A Ds_ctanhf.c69 t = tanf(y);
H A Dmath.h352 float tanf(float);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-trig.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 Dtest-ctrig.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.0-release/contrib/libstdc++/libmath/
H A Dmathconf.h297 # define tanf(x) tan (x) macro
H A Dstubs.c426 tanf(float x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map174 tanf;
H A DMakefile214 MLINKS+=tan.3 tanf.3 tan.3 tanl.3
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h370 /* Define to 1 if you have the `tanf' function. */
1096 # define tanf _tanf macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h571 /// float tanf(float x);
572 tanf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp299 "tanf",
462 TLI.setUnavailable(LibFunc::tanf);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver487 tanf;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in364 /* Define to 1 if you have the `tanf' function. */
1078 # define tanf _tanf
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...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h299 __tg_tan(float __x) {return tanf(__x);}
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h1138 extern float tanf(float);

Completed in 364 milliseconds