| /trueos/contrib/netbsd-tests/lib/libm/ |
| HD | t_sinh.c | 76 if (fabs(sinh(x) - y) > eps) in ATF_TC_BODY() 92 ATF_CHECK(isnan(sinh(x)) != 0); in ATF_TC_BODY() 104 double y = sinh(x); in ATF_TC_BODY() 119 double y = sinh(x); in ATF_TC_BODY() 134 double y = sinh(x); in ATF_TC_BODY() 149 double y = sinh(x); in ATF_TC_BODY()
|
| /trueos/lib/msun/src/ |
| HD | s_csinh.c | 65 return (cpack(sinh(x), y)); in csinh() 67 return (cpack(sinh(x) * cos(y), cosh(x) * sin(y))); in csinh()
|
| HD | e_sinh.c | 78 __weak_reference(sinh, sinhl);
|
| HD | s_ctanh.c | 131 s = sinh(x); in ctanh()
|
| HD | s_ccosh.c | 67 return (cpack(cosh(x) * cos(y), sinh(x) * sin(y))); in ccosh()
|
| HD | math.h | 245 double sinh(double);
|
| /trueos/contrib/libstdc++/include/c_std/ |
| D | std_cmath.h | 77 #undef sinh 392 using ::sinh; 395 sinh(float __x) in sinh() function 399 sinh(long double __x) in sinh() function 405 sinh(_Tp __x) in sinh() function
|
| /trueos/contrib/libstdc++/libmath/ |
| D | stubs.c | 411 return (float) sinh(x); in sinhf() 419 return sinh((double) x); in sinhl()
|
| D | mathconf.h | 291 # define sinhf(x) sinh (x)
|
| /trueos/contrib/gcc/ |
| HD | fp-test.c | 52 extern double sinh (double); 236 d1 = sinh (d2); in main()
|
| /trueos/contrib/libstdc++/include/std/ |
| D | std_complex.h | 95 template<typename _Tp> complex<_Tp> sinh(const complex<_Tp>&); 666 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y)); 696 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y)); 784 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y)); 814 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y)); 830 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z.__rep()); } 834 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z); } 914 { return std::sinh(__z) / std::cosh(__z); }
|
| /trueos/contrib/libstdc++/include/c_compatibility/ |
| D | math.h | 44 using std::sinh;
|
| /trueos/contrib/libstdc++/include/c/ |
| D | std_cmath.h | 64 #undef sinh
|
| /trueos/lib/msun/ |
| HD | Makefile | 140 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \ 213 MLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3
|
| HD | Symbol.map | 57 sinh;
|
| /trueos/include/ |
| HD | tgmath.h | 151 #define sinh(x) __tg_full(x, sinh) macro
|
| /trueos/contrib/libstdc++/include/tr1/ |
| D | math.h | 90 using std::tr1::sinh;
|
| /trueos/tools/regression/include/tgmath/ |
| HD | tgmath.c | 88 TGMACRO(sinh) in TGMACRO() 450 PASS_REAL_ARG_REAL_RET(sinh) && in main() 451 PASS_COMPLEX_ARG_COMPLEX_RET(sinh)); in main()
|
| /trueos/contrib/libc++/include/ |
| D | complex | 226 template<class T> complex<T> sinh (const complex<T>&); 1307 // sinh 1311 sinh(const complex<_Tp>& __x) 1319 return complex<_Tp>(sinh(__x.real()) * cos(__x.imag()), cosh(__x.real()) * sin(__x.imag())); 1336 return complex<_Tp>(cosh(__x.real()) * cos(__x.imag()), sinh(__x.real()) * sin(__x.imag())); 1356 _Tp __2rsh(sinh(__2r)); 1426 complex<_Tp> __z = sinh(complex<_Tp>(-__x.imag(), __x.real()));
|
| D | cmath | 122 floating_point sinh (arithmetic x); 984 // sinh 986 using ::sinh; 990 inline _LIBCPP_INLINE_VISIBILITY float sinh(float __lcpp_x) _NOEXCEPT {return sinhf(__l… 991 inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __lcpp_x) _NOEXCEPT {return sinhl(__l… 997 sinh(_A1 __lcpp_x) _NOEXCEPT {return sinh((double)__lcpp_x);}
|
| /trueos/tools/regression/lib/msun/ |
| HD | test-ctrig.c | 304 test_odd_tol(csinh, z, CMPLXL(sinh(nums[i]), 0), DBL_ULP()); in test_axes() 333 test_odd_tol(csin, z, CMPLXL(0, sinh(nums[i])), DBL_ULP()); in test_axes()
|
| /trueos/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 361 __tg_sinh(double __x) {return sinh(__x);} in __tg_sinh() 379 #undef sinh 380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
|
| /trueos/contrib/gcc/cp/ |
| HD | cfns.gperf | 150 sinh
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetLibraryInfo.h | 499 sinh, enumerator
|
| /trueos/contrib/libstdc++/src/ |
| D | compatibility.cc | 468 _GLIBCXX_MATHL_WRAPPER1 (sinh, GLIBCXX_3.4);
|