| /freebsd-9-stable/contrib/libstdc++/include/c_std/ |
| D | std_cmath.h | 65 #undef cosh 197 using ::cosh; 200 cosh(float __x) in cosh() function 204 cosh(long double __x) in cosh() function 210 cosh(_Tp __x) in cosh() function
|
| /freebsd-9-stable/contrib/libstdc++/libmath/ |
| D | stubs.c | 160 return (float) cosh(x); in coshf() 168 return cosh((double) x); in coshl()
|
| D | mathconf.h | 273 # define coshf(x) cosh (x)
|
| /freebsd-9-stable/contrib/gcc/ |
| D | fp-test.c | 51 extern double cosh (double); 235 d1 = cosh (d2); in main()
|
| /freebsd-9-stable/contrib/libstdc++/include/std/ |
| D | std_complex.h | 76 template<typename _Tp> complex<_Tp> cosh(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)); 712 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z.__rep()); } 716 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z); } 784 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y)); 814 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y)); 914 { return std::sinh(__z) / std::cosh(__z); }
|
| /freebsd-9-stable/contrib/libstdc++/include/c_compatibility/ |
| D | math.h | 43 using std::cosh;
|
| /freebsd-9-stable/contrib/libstdc++/include/c/ |
| D | std_cmath.h | 52 #undef cosh
|
| /freebsd-9-stable/include/ |
| D | tgmath.h | 149 #define cosh(x) __tg_full(x, cosh) macro
|
| /freebsd-9-stable/tools/regression/include/tgmath/ |
| D | tgmath.c | 87 TGMACRO(cosh) in TGMACRO() 446 PASS_REAL_ARG_REAL_RET(cosh) && in main() 447 PASS_COMPLEX_ARG_COMPLEX_RET(cosh)); in main()
|
| /freebsd-9-stable/contrib/libstdc++/include/tr1/ |
| D | math.h | 52 using std::tr1::cosh;
|
| /freebsd-9-stable/lib/msun/ |
| D | Symbol.map | 19 cosh;
|
| D | Makefile | 130 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \ 155 MLINKS+=cosh.3 coshf.3
|
| /freebsd-9-stable/lib/msun/src/ |
| D | math_private.h | 324 #define __ieee754_cosh cosh
|
| D | math.h | 199 double cosh(double);
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | complex | 216 template<class T> complex<T> cosh (const complex<T>&); 1319 return complex<_Tp>(sinh(__x.real()) * cos(__x.imag()), cosh(__x.real()) * sin(__x.imag())); 1322 // cosh 1326 cosh(const complex<_Tp>& __x) 1336 return complex<_Tp>(cosh(__x.real()) * cos(__x.imag()), sinh(__x.real()) * sin(__x.imag())); 1355 _Tp __d(cosh(__2r) + cos(__2i)); 1437 return cosh(complex<_Tp>(-__x.imag(), __x.real()));
|
| D | cmath | 74 floating_point cosh (arithmetic x); 774 // cosh 776 using ::cosh; 780 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __lcpp_x) _NOEXCEPT {return coshf(__l… 781 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __lcpp_x) _NOEXCEPT {return coshl(__l… 787 cosh(_A1 __lcpp_x) _NOEXCEPT {return cosh((double)__lcpp_x);}
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | tgmath.h | 332 __tg_cosh(double __x) {return cosh(__x);} in __tg_cosh() 350 #undef cosh 351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | cfns.gperf | 40 cosh
|
| /freebsd-9-stable/contrib/libstdc++/src/ |
| D | compatibility.cc | 432 _GLIBCXX_MATHL_WRAPPER1 (cosh, GLIBCXX_3.4);
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 181 cosh, enumerator
|
| /freebsd-9-stable/usr.bin/xlint/llib/ |
| D | llib-lstdc | 103 double (cosh)(double x);
|
| D | llib-lposix | 98 double (cosh)(double x);
|
| /freebsd-9-stable/contrib/libstdc++/include/bits/ |
| D | valarray_before.h | 92 { return cosh(__t); } in operator()
|
| D | valarray_after.h | 449 _DEFINE_EXPR_UNARY_FUNCTION(cosh)
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1408 else if (Name == "cosh" && TLI->has(LibFunc::cosh)) in ConstantFoldCall() 1409 return ConstantFoldFP(cosh, V, Ty); in ConstantFoldCall()
|