Home
last modified time | relevance | path

Searched refs:coshf (Results 1 – 23 of 23) sorted by relevance

/trueos/contrib/netbsd-tests/lib/libm/
HDt_cosh.c175 if (fabsf(coshf(x) - y) > eps) in ATF_TC_BODY()
191 ATF_CHECK(isnan(coshf(x)) != 0); in ATF_TC_BODY()
203 float y = coshf(x); in ATF_TC_BODY()
218 float y = coshf(x); in ATF_TC_BODY()
234 if (coshf(x) != 1.0) in ATF_TC_BODY()
248 if (coshf(x) != 1.0) in ATF_TC_BODY()
/trueos/lib/msun/src/
HDs_ccoshf.c58 return (cpackf(coshf(x), x * y)); in ccoshf()
60 return (cpackf(coshf(x) * cosf(y), sinhf(x) * sinf(y))); in ccoshf()
HDs_csinhf.c60 return (cpackf(sinhf(x) * cosf(y), coshf(x) * sinf(y))); in csinhf()
HDmath.h354 float coshf(float);
HDmath_private.h706 #define __ieee754_coshf coshf
/trueos/contrib/libstdc++/libmath/
Dmathconf.h273 # define coshf(x) cosh (x) macro
Dstubs.c158 coshf(float x) in coshf() function
/trueos/lib/msun/
HDSymbol.map20 coshf;
HDMakefile165 MLINKS+=cosh.3 coshf.3 cosh.3 coshl.3
/trueos/tools/regression/lib/msun/
HDtest-ctrig.c314 test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP()); in test_axes()
343 test_even_tol(ccosf, z, CMPLXL(coshf(nums[i]), -0.0), in test_axes()
/trueos/gnu/lib/libstdc++/
Dconfig.h851 # define coshf _coshf macro
/trueos/contrib/llvm/include/llvm/Target/
HDTargetLibraryInfo.h183 coshf, enumerator
/trueos/contrib/llvm/lib/Target/
HDTargetLibraryInfo.cpp492 TLI.setUnavailable(LibFunc::coshf); in initialize()
/trueos/contrib/libc++/include/
Dcmath75 float coshf(float x);
777 using ::coshf;
780 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __lcpp_x) _NOEXCEPT {return coshf(__l…
/trueos/contrib/libstdc++/
Dconfig.h.in48 /* Define to 1 if you have the `coshf' function. */
833 # define coshf _coshf 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
/trueos/contrib/libstdc++/config/abi/pre/
Dgnu.ver485 coshf;
/trueos/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h328 __tg_cosh(float __x) {return coshf(__x);} in __tg_cosh()
/trueos/contrib/gcc/
HDsys-protos.h196 extern float coshf(float);
HDbuiltins.def210 DEF_C99_C90RES_BUILTIN (BUILT_IN_COSHF, "coshf", BT_FN_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING_ERRNO)
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def901 LIBBUILTIN(coshf, "ff", "fne", "math.h", ALL_LANGUAGES)
/trueos/contrib/gcc/doc/
HDextend.texi5445 @findex coshf
5820 @code{cosf}, @code{coshf}, @code{coshl}, @code{cosl}, @code{expf},