Searched refs:sinhf (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/lib/msun/src/
H A Ds_csinhf.c58 return (cpackf(sinhf(x), y));
60 return (cpackf(sinhf(x) * cosf(y), coshf(x) * sinf(y)));
H A Ds_ctanhf.c71 s = sinhf(x);
H A Ds_ccoshf.c60 return (cpackf(coshf(x) * cosf(y), sinhf(x) * sinf(y)));
H A Dmath.h355 float sinhf(float);
H A Dmath_private.h715 #define __ieee754_sinhf sinhf
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dmathconf.h291 # define sinhf(x) sinh (x) macro
H A Dstubs.c409 sinhf(float x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map58 sinhf;
H A DMakefile211 MLINKS+=sinh.3 sinhf.3
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h283 /* Define to 1 if you have the `sinhf' function. */
1061 # define sinhf _sinhf macro
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-ctrig.c313 test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP());
342 test_odd_tol(csinf, z, CMPLXL(0, sinhf(nums[i])), FLT_ULP());
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h476 /// float sinhf(float x);
477 sinhf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp252 "sinhf",
460 TLI.setUnavailable(LibFunc::sinhf);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver481 sinhf;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in277 /* Define to 1 if you have the `sinhf' function. */
1043 # define sinhf _sinhf
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.h357 __tg_sinh(float __x) {return sinhf(__x);}
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h1040 extern float sinhf(float);

Completed in 244 milliseconds