Searched refs:sinhf (Results 1 – 25 of 26) sorted by relevance
12
| /NextBSD/contrib/netbsd-tests/lib/libm/ |
| HD | t_sinh.c | 176 if (fabsf(sinhf(x) - y) > eps) in ATF_TC_BODY() 192 ATF_CHECK(isnan(sinhf(x)) != 0); in ATF_TC_BODY() 204 float y = sinhf(x); in ATF_TC_BODY() 219 float y = sinhf(x); in ATF_TC_BODY() 234 float y = sinhf(x); in ATF_TC_BODY() 249 float y = sinhf(x); in ATF_TC_BODY()
|
| /NextBSD/lib/msun/src/ |
| HD | s_csinhf.c | 58 return (CMPLXF(sinhf(x), y)); in csinhf() 60 return (CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y))); in csinhf()
|
| HD | s_ctanhf.c | 72 s = sinhf(x); in ctanhf()
|
| HD | s_ccoshf.c | 60 return (CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y))); in ccoshf()
|
| HD | math.h | 351 float sinhf(float);
|
| HD | math_private.h | 727 #define __ieee754_sinhf sinhf
|
| /NextBSD/contrib/llvm/lib/Support/Windows/ |
| HD | explicit_symbols.inc | 88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
|
| /NextBSD/contrib/libstdc++/libmath/ |
| D | mathconf.h | 291 # define sinhf(x) sinh (x) macro
|
| D | stubs.c | 409 sinhf(float x) in sinhf() function
|
| /NextBSD/lib/msun/ |
| HD | Symbol.map | 58 sinhf;
|
| HD | Makefile | 217 MLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3
|
| /NextBSD/lib/msun/tests/ |
| HD | ctrig_test.c | 313 test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP()); in test_axes() 342 test_odd_tol(csinf, z, CMPLXL(0, sinhf(nums[i])), FLT_ULP()); in test_axes()
|
| /NextBSD/gnu/lib/libstdc++/ |
| D | config.h | 1061 # define sinhf _sinhf macro
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | TargetLibraryInfo.def | 801 /// float sinhf(float x); 802 TLI_DEFINE_ENUM_INTERNAL(sinhf) 803 TLI_DEFINE_STRING_INTERNAL("sinhf")
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | TargetLibraryInfo.cpp | 203 TLI.setUnavailable(LibFunc::sinhf); in initialize()
|
| /NextBSD/contrib/libc++/include/ |
| D | cmath | 123 float sinhf(float x); 991 using ::sinhf; 994 inline _LIBCPP_INLINE_VISIBILITY float sinh(float __lcpp_x) _NOEXCEPT {return sinhf(__l…
|
| /NextBSD/contrib/libstdc++/ |
| D | config.h.in | 277 /* Define to 1 if you have the `sinhf' function. */ 1043 # define sinhf _sinhf macro
|
| D | linkage.m4 | 438 coshf sinhf tanhf)
|
| D | configure | 11793 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 57703 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0); 57758 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf 82077 acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0); 82132 for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
|
| /NextBSD/contrib/libstdc++/config/abi/pre/ |
| D | gnu.ver | 481 sinhf;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 357 __tg_sinh(float __x) {return sinhf(__x);} in __tg_sinh()
|
| /NextBSD/contrib/gcc/ |
| HD | sys-protos.h | 1040 extern float sinhf(float);
|
| HD | builtins.def | 393 DEF_C99_C90RES_BUILTIN (BUILT_IN_SINHF, "sinhf", BT_FN_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING_ERRNO)
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 1069 LIBBUILTIN(sinhf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 2934 fun:sinhf=uninstrumented
|
12