HomeSort by relevance Sort by last modified time
    Searched defs:cosh (Results 1 - 25 of 37) sorted by null

1 2

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
StemFunction.h 72 static Scalar cosh(Scalar x, int n) function in class:Eigen::StdStemFunctions
77 res = std::cosh(x);
95 res = std::cosh(x);
MatrixFunction.h 581 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::cosh() const function in class:Eigen::MatrixBase
585 return MatrixFunctionReturnValue<Derived>(derived(), StdStemFunctions<ComplexScalar>::cosh);
  /external/stlport/src/
complex_trig.cpp 69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im),
88 return complex<_Tp>(::cos(z._M_re) * ::cosh(z._M_im),
113 _Tp den = ::cos(re2) + ::cosh(im2);
134 ::cosh(z._M_re) * ::sin(z._M_im));
149 // cosh
152 return complex<_Tp>(::cosh(z._M_re) * ::cos(z._M_im),
156 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>& z) function
159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z) function
163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z) function
176 _Tp den = ::cosh(re2) + ::cos(im2)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp 69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im),
88 return complex<_Tp>(::cos(z._M_re) * ::cosh(z._M_im),
113 _Tp den = ::cos(re2) + ::cosh(im2);
134 ::cosh(z._M_re) * ::sin(z._M_im));
149 // cosh
152 return complex<_Tp>(::cosh(z._M_re) * ::cos(z._M_im),
156 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>& z) function
159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z) function
163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z) function
176 _Tp den = ::cosh(re2) + ::cos(im2)
    [all...]
  /external/skia/legacy/src/core/
SkCordic.cpp 192 int32_t cosh = kFixedInvGain2; local
194 SkHyperbolic(&cosh, &sinh, &a, 0);
195 return cosh + sinh;
SkPath.cpp 916 SkScalar cosh = SkPoint::DotProduct(before, after); local
924 SkScalar dist = SkScalarMulDiv(radius, SK_Scalar1 - cosh, sinh);
    [all...]
  /external/skia/src/core/
SkCordic.cpp 190 int32_t cosh = kFixedInvGain2; local
192 SkHyperbolic(&cosh, &sinh, &a, 0);
193 return cosh + sinh;
SkPath.cpp 1337 SkScalar cosh = SkPoint::DotProduct(before, after); local
    [all...]
  /libcore/luni/src/main/java/java/lang/
Math.java 242 * <li>{@code cosh(+infinity) = +infinity}</li>
243 * <li>{@code cosh(-infinity) = +infinity}</li>
244 * <li>{@code cosh(NaN) = NaN}</li>
251 public static native double cosh(double d); method in class:Math
    [all...]
StrictMath.java 239 * <li>{@code cosh(+infinity) = +infinity}</li>
240 * <li>{@code cosh(-infinity) = +infinity}</li>
241 * <li>{@code cosh(NaN) = NaN}</li>
248 public static native double cosh(double d); method in class:StrictMath
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 114 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 114 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 125 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 125 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 114 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 114 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 274 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 283 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 274 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 283 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 274 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
  /external/clang/lib/Headers/
tgmath.h 324 // cosh
332 __tg_cosh(double __x) {return cosh(__x);}
350 #undef cosh macro
351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 324 // cosh
332 __tg_cosh(double __x) {return cosh(__x);}
350 #undef cosh macro
351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
  /external/eigen/unsupported/test/mpreal/
mpreal.h 355 friend const mpreal cosh (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1881 inline const mpreal cosh (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 158 /// double cosh(double x);
159 cosh, enumerator in enum:llvm::LibFunc::Func

Completed in 523 milliseconds

1 2