Searched refs:coshf (Results 1 – 23 of 23) sorted by relevance
| /trueos/contrib/netbsd-tests/lib/libm/ |
| HD | t_cosh.c | 175 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/ |
| HD | s_ccoshf.c | 58 return (cpackf(coshf(x), x * y)); in ccoshf() 60 return (cpackf(coshf(x) * cosf(y), sinhf(x) * sinf(y))); in ccoshf()
|
| HD | s_csinhf.c | 60 return (cpackf(sinhf(x) * cosf(y), coshf(x) * sinf(y))); in csinhf()
|
| HD | math.h | 354 float coshf(float);
|
| HD | math_private.h | 706 #define __ieee754_coshf coshf
|
| /trueos/contrib/libstdc++/libmath/ |
| D | mathconf.h | 273 # define coshf(x) cosh (x) macro
|
| D | stubs.c | 158 coshf(float x) in coshf() function
|
| /trueos/lib/msun/ |
| HD | Symbol.map | 20 coshf;
|
| HD | Makefile | 165 MLINKS+=cosh.3 coshf.3 cosh.3 coshl.3
|
| /trueos/tools/regression/lib/msun/ |
| HD | test-ctrig.c | 314 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++/ |
| D | config.h | 851 # define coshf _coshf macro
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetLibraryInfo.h | 183 coshf, enumerator
|
| /trueos/contrib/llvm/lib/Target/ |
| HD | TargetLibraryInfo.cpp | 492 TLI.setUnavailable(LibFunc::coshf); in initialize()
|
| /trueos/contrib/libc++/include/ |
| D | cmath | 75 float coshf(float x); 777 using ::coshf; 780 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __lcpp_x) _NOEXCEPT {return coshf(__l…
|
| /trueos/contrib/libstdc++/ |
| D | config.h.in | 48 /* Define to 1 if you have the `coshf' function. */ 833 # define coshf _coshf 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
|
| /trueos/contrib/libstdc++/config/abi/pre/ |
| D | gnu.ver | 485 coshf;
|
| /trueos/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 328 __tg_cosh(float __x) {return coshf(__x);} in __tg_cosh()
|
| /trueos/contrib/gcc/ |
| HD | sys-protos.h | 196 extern float coshf(float);
|
| HD | builtins.def | 210 DEF_C99_C90RES_BUILTIN (BUILT_IN_COSHF, "coshf", BT_FN_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING_ERRNO)
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 901 LIBBUILTIN(coshf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
| /trueos/contrib/gcc/doc/ |
| HD | extend.texi | 5445 @findex coshf 5820 @code{cosf}, @code{coshf}, @code{coshl}, @code{cosl}, @code{expf},
|