Home
last modified time | relevance | path

Searched refs:cosh (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-9-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h65 #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/
Dstubs.c160 return (float) cosh(x); in coshf()
168 return cosh((double) x); in coshl()
Dmathconf.h273 # define coshf(x) cosh (x)
/freebsd-9-stable/contrib/gcc/
Dfp-test.c51 extern double cosh (double);
235 d1 = cosh (d2); in main()
/freebsd-9-stable/contrib/libstdc++/include/std/
Dstd_complex.h76 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/
Dmath.h43 using std::cosh;
/freebsd-9-stable/contrib/libstdc++/include/c/
Dstd_cmath.h52 #undef cosh
/freebsd-9-stable/include/
Dtgmath.h149 #define cosh(x) __tg_full(x, cosh) macro
/freebsd-9-stable/tools/regression/include/tgmath/
Dtgmath.c87 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/
Dmath.h52 using std::tr1::cosh;
/freebsd-9-stable/lib/msun/
DSymbol.map19 cosh;
DMakefile130 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/
Dmath_private.h324 #define __ieee754_cosh cosh
Dmath.h199 double cosh(double);
/freebsd-9-stable/contrib/libc++/include/
Dcomplex216 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()));
Dcmath74 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/
Dtgmath.h332 __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/
Dcfns.gperf40 cosh
/freebsd-9-stable/contrib/libstdc++/src/
Dcompatibility.cc432 _GLIBCXX_MATHL_WRAPPER1 (cosh, GLIBCXX_3.4);
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h181 cosh, enumerator
/freebsd-9-stable/usr.bin/xlint/llib/
Dllib-lstdc103 double (cosh)(double x);
Dllib-lposix98 double (cosh)(double x);
/freebsd-9-stable/contrib/libstdc++/include/bits/
Dvalarray_before.h92 { return cosh(__t); } in operator()
Dvalarray_after.h449 _DEFINE_EXPR_UNARY_FUNCTION(cosh)
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DConstantFolding.cpp1408 else if (Name == "cosh" && TLI->has(LibFunc::cosh)) in ConstantFoldCall()
1409 return ConstantFoldFP(cosh, V, Ty); in ConstantFoldCall()

12