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

/freebsd-10.0-release/lib/msun/src/
H A Ds_tanhf.c24 tanhf(float x) function
H A Dmath.h356 float tanhf(float);
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dmathconf.h300 # define tanhf(x) tanh (x) macro
H A Dstubs.c443 tanhf(float x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map176 tanhf;
H A DMakefile215 MLINKS+=tanh.3 tanhf.3
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-ctrig.c317 printf("%a\n", nextafterf(tanhf(nums[i]), INFINITY));
318 test_odd_tol(ctanhf, z, CMPLXL(tanhf(nums[i]), 0),
345 test_odd_tol(ctanf, z, CMPLXL(0, tanhf(nums[i])),
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h373 /* Define to 1 if you have the `tanhf' function. */
1101 # define tanhf _tanhf macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h575 /// float tanhf(float x);
576 tanhf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp301 "tanhf",
463 TLI.setUnavailable(LibFunc::tanhf);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver489 tanhf;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in367 /* Define to 1 if you have the `tanhf' function. */
1083 # define tanhf _tanhf
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.h386 __tg_tanh(float __x) {return tanhf(__x);}
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h1140 extern float tanhf(float);

Completed in 198 milliseconds