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

/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dmath.h44 using std::sinh;
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dstubs.c411 return (float) sinh(x);
419 return sinh((double) x);
H A Dmathconf.h291 # define sinhf(x) sinh (x)
/freebsd-9.3-release/contrib/libstdc++/include/c/
H A Dstd_cmath.h64 #undef sinh macro
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h90 using std::tr1::sinh;
/freebsd-9.3-release/contrib/gcc/
H A Dfp-test.c52 extern double sinh (double);
236 d1 = sinh (d2);
H A Dsys-protos.h1039 extern double sinh(double);
/freebsd-9.3-release/lib/msun/
H A DSymbol.map57 sinh;
H A DMakefile136 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.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h77 #undef sinh macro
392 using ::sinh;
395 sinh(float __x) function
399 sinh(long double __x) function
405 sinh(_Tp __x) function
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c88 TGMACRO(sinh)
449 PRINT("sinh",
450 PASS_REAL_ARG_REAL_RET(sinh) &&
451 PASS_COMPLEX_ARG_COMPLEX_RET(sinh));
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_complex.h95 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));
807 // 26.2.8/11 sinh(__z): Returns the hyperbolic sine of __z.
814 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y));
830 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z.__rep()); } function
834 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z); } function
914 { return std::sinh(__z) / std::cosh(__z); }
/freebsd-9.3-release/include/
H A Dtgmath.h150 #define sinh(x) __tg_full(x, sinh) macro
/freebsd-9.3-release/lib/msun/src/
H A Dmath_private.h332 #define __ieee754_sinh sinh
H A Dmath.h200 double sinh(double);
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lstdc104 double (sinh)(double x);
H A Dllib-lposix251 double (sinh)(double x);
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dcompatibility.cc468 _GLIBCXX_MATHL_WRAPPER1 (sinh, GLIBCXX_3.4);
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h498 /// double sinh(double x);
499 sinh, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dvalarray_before.h113 { return sinh(__t); }
H A Dvalarray_after.h452 _DEFINE_EXPR_UNARY_FUNCTION(sinh)
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1240 return Name == "sin" || Name == "sinh" || Name == "sqrt" ||
1445 else if (Name == "sinh" && TLI->has(LibFunc::sinh))
1446 return ConstantFoldFP(sinh, V, Ty);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2140 case LibFunc::sinh:

Completed in 271 milliseconds