| /freebsd-9-stable/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
|
| /freebsd-9-stable/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)
|
| /freebsd-9-stable/contrib/gcc/ |
| D | fp-test.c | 52 extern double sinh (double); 236 d1 = sinh (d2); in main()
|
| /freebsd-9-stable/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); }
|
| /freebsd-9-stable/contrib/libstdc++/include/c_compatibility/ |
| D | math.h | 44 using std::sinh;
|
| /freebsd-9-stable/contrib/libstdc++/include/c/ |
| D | std_cmath.h | 64 #undef sinh
|
| /freebsd-9-stable/include/ |
| D | tgmath.h | 150 #define sinh(x) __tg_full(x, sinh) macro
|
| /freebsd-9-stable/tools/regression/include/tgmath/ |
| D | 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()
|
| /freebsd-9-stable/contrib/libstdc++/include/tr1/ |
| D | math.h | 90 using std::tr1::sinh;
|
| /freebsd-9-stable/lib/msun/ |
| D | Symbol.map | 57 sinh;
|
| D | Makefile | 136 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \ 200 MLINKS+=sinh.3 sinhf.3
|
| /freebsd-9-stable/lib/msun/src/ |
| D | math_private.h | 332 #define __ieee754_sinh sinh
|
| D | math.h | 200 double sinh(double);
|
| /freebsd-9-stable/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);}
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | 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
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | cfns.gperf | 150 sinh
|
| /freebsd-9-stable/contrib/libstdc++/src/ |
| D | compatibility.cc | 468 _GLIBCXX_MATHL_WRAPPER1 (sinh, GLIBCXX_3.4);
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 499 sinh, enumerator
|
| /freebsd-9-stable/usr.bin/xlint/llib/ |
| D | llib-lstdc | 104 double (sinh)(double x);
|
| D | llib-lposix | 251 double (sinh)(double x);
|
| /freebsd-9-stable/contrib/libstdc++/include/bits/ |
| D | valarray_before.h | 113 { return sinh(__t); } in operator()
|
| D | valarray_after.h | 452 _DEFINE_EXPR_UNARY_FUNCTION(sinh)
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1445 else if (Name == "sinh" && TLI->has(LibFunc::sinh)) in ConstantFoldCall() 1446 return ConstantFoldFP(sinh, V, Ty); in ConstantFoldCall()
|