Searched refs:cosh (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dmath.h43 using std::cosh;
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dstubs.c160 return (float) cosh(x);
168 return cosh((double) x);
H A Dmathconf.h273 # define coshf(x) cosh (x)
/freebsd-9.3-release/contrib/libstdc++/include/c/
H A Dstd_cmath.h52 #undef cosh macro
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h52 using std::tr1::cosh;
/freebsd-9.3-release/contrib/gcc/
H A Dfp-test.c51 extern double cosh (double);
235 d1 = cosh (d2);
H A Dsys-protos.h195 extern double cosh(double);
/freebsd-9.3-release/lib/msun/
H A DSymbol.map19 cosh;
H A 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.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h65 #undef cosh macro
197 using ::cosh;
200 cosh(float __x) function
204 cosh(long double __x) function
210 cosh(_Tp __x) function
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c87 TGMACRO(cosh)
445 PRINT("cosh",
446 PASS_REAL_ARG_REAL_RET(cosh) &&
447 PASS_COMPLEX_ARG_COMPLEX_RET(cosh));
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_complex.h76 template<typename _Tp> complex<_Tp> cosh(const complex<_Tp>&);
666 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y));
689 // 26.2.8/2 cosh(__z): Returns the hyperbolic cosine of __z.
696 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y));
712 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z.__rep()); } function
716 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z); } function
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.3-release/include/
H A Dtgmath.h149 #define cosh(x) __tg_full(x, cosh) macro
/freebsd-9.3-release/lib/msun/src/
H A Dmath_private.h324 #define __ieee754_cosh cosh
H A Dmath.h199 double cosh(double);
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lstdc103 double (cosh)(double x);
H A Dllib-lposix98 double (cosh)(double x);
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dcompatibility.cc432 _GLIBCXX_MATHL_WRAPPER1 (cosh, GLIBCXX_3.4);
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h180 /// double cosh(double x);
181 cosh, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h324 // cosh
332 __tg_cosh(double __x) {return cosh(__x);}
350 #undef cosh macro
351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dvalarray_before.h92 { return cosh(__t); }
H A Dvalarray_after.h449 _DEFINE_EXPR_UNARY_FUNCTION(cosh)
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1230 return Name == "cos" || Name == "ceil" || Name == "cosf" || Name == "cosh";
1408 else if (Name == "cosh" && TLI->has(LibFunc::cosh))
1409 return ConstantFoldFP(cosh, V, Ty);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2130 case LibFunc::cosh:

Completed in 350 milliseconds