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

/freebsd-9.3-release/lib/msun/src/
H A Ds_tanf.c37 tanf(float x) function
H A Dmath.h309 float tanf(float);
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-trig.c179 assert(fabs(tanf(-f_pi_odd[i])) < FLT_EPSILON);
183 assert(fabs(tanf(f_pi_odd[i] * 2)) < FLT_EPSILON);
187 assert(fabs(tanf(-f_pi_odd[i] * 2)) < FLT_EPSILON);
/freebsd-9.3-release/lib/msun/
H A DSymbol.map174 tanf;
H A DMakefile203 MLINKS+=tan.3 tanf.3 tan.3 tanl.3
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h297 # define tanf(x) tan (x) macro
H A Dstubs.c426 tanf(float x) function
/freebsd-9.3-release/gnu/lib/libstdc++/
H A Dconfig.h370 /* Define to 1 if you have the `tanf' function. */
1096 # define tanf _tanf macro
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h595 /// float tanf(float x);
596 tanf, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp311 "tanf",
501 TLI.setUnavailable(LibFunc::tanf);
/freebsd-9.3-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver487 tanf;
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h299 __tg_tan(float __x) {return tanf(__x);}
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h1138 extern float tanf(float);

Completed in 216 milliseconds