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

/freebsd-9.3-release/lib/msun/
H A DSymbol.map58 sinhf;
H A DMakefile200 MLINKS+=sinh.3 sinhf.3
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h291 # define sinhf(x) sinh (x) macro
H A Dstubs.c409 sinhf(float x) function
/freebsd-9.3-release/gnu/lib/libstdc++/
H A Dconfig.h283 /* Define to 1 if you have the `sinhf' function. */
1061 # define sinhf _sinhf macro
/freebsd-9.3-release/lib/msun/src/
H A Dmath_private.h359 #define __ieee754_sinhf sinhf
H A Dmath.h312 float sinhf(float);
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h500 /// float sinhf(float x);
501 sinhf, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp264 "sinhf",
499 TLI.setUnavailable(LibFunc::sinhf);
/freebsd-9.3-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver481 sinhf;
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h357 __tg_sinh(float __x) {return sinhf(__x);}
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h1040 extern float sinhf(float);

Completed in 278 milliseconds