Home
last modified time | relevance | path

Searched refs:sinhf (Results 1 – 25 of 26) sorted by relevance

12

/NextBSD/contrib/netbsd-tests/lib/libm/
HDt_sinh.c176 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/
HDs_csinhf.c58 return (CMPLXF(sinhf(x), y)); in csinhf()
60 return (CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y))); in csinhf()
HDs_ctanhf.c72 s = sinhf(x); in ctanhf()
HDs_ccoshf.c60 return (CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y))); in ccoshf()
HDmath.h351 float sinhf(float);
HDmath_private.h727 #define __ieee754_sinhf sinhf
/NextBSD/contrib/llvm/lib/Support/Windows/
HDexplicit_symbols.inc88 INLINE_DEF_FLOAT_SYMBOL(sinhf, 1)
/NextBSD/contrib/libstdc++/libmath/
Dmathconf.h291 # define sinhf(x) sinh (x) macro
Dstubs.c409 sinhf(float x) in sinhf() function
/NextBSD/lib/msun/
HDSymbol.map58 sinhf;
HDMakefile217 MLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3
/NextBSD/lib/msun/tests/
HDctrig_test.c313 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++/
Dconfig.h1061 # define sinhf _sinhf macro
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.def801 /// float sinhf(float x);
802 TLI_DEFINE_ENUM_INTERNAL(sinhf)
803 TLI_DEFINE_STRING_INTERNAL("sinhf")
/NextBSD/contrib/llvm/lib/Analysis/
HDTargetLibraryInfo.cpp203 TLI.setUnavailable(LibFunc::sinhf); in initialize()
/NextBSD/contrib/libc++/include/
Dcmath123 float sinhf(float x);
991 using ::sinhf;
994 inline _LIBCPP_INLINE_VISIBILITY float sinh(float __lcpp_x) _NOEXCEPT {return sinhf(__l…
/NextBSD/contrib/libstdc++/
Dconfig.h.in277 /* Define to 1 if you have the `sinhf' function. */
1043 # define sinhf _sinhf macro
Dlinkage.m4438 coshf sinhf tanhf)
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
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/
Dgnu.ver481 sinhf;
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h357 __tg_sinh(float __x) {return sinhf(__x);} in __tg_sinh()
/NextBSD/contrib/gcc/
HDsys-protos.h1040 extern float sinhf(float);
HDbuiltins.def393 DEF_C99_C90RES_BUILTIN (BUILT_IN_SINHF, "sinhf", BT_FN_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING_ERRNO)
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def1069 LIBBUILTIN(sinhf, "ff", "fne", "math.h", ALL_LANGUAGES)
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2934 fun:sinhf=uninstrumented

12