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

1 2 3

  /bionic/libm/x86/
e_cosh.S 35 // cosh(x)=(exp(x)+exp(-x))/2
54 // For |x| in [1/8, 3*2^7), cosh(x) is formed as
64 // cosh(NaN) = quiet NaN, and raise invalid exception
65 // cosh(INF) = that INF
66 // cosh(0)=1
67 // for finite argument, only cosh(0)=1 is exact
69 // cosh(x) overflows
90 # -- Begin cosh
91 ENTRY(cosh) function
271 END(cosh)
    [all...]
  /bionic/libm/x86_64/
e_cosh.S 35 // cosh(x)=(exp(x)+exp(-x))/2
54 // For |x| in [1/8, 3*2^7), cosh(x) is formed as
64 // cosh(NaN) = quiet NaN, and raise invalid exception
65 // cosh(INF) = that INF
66 // cosh(0)=1
67 // for finite argument, only cosh(0)=1 is exact
69 // cosh(x) overflows
76 # -- Begin cosh
77 ENTRY(cosh) function
251 END(cosh)
    [all...]
  /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 582 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::cosh() const function in class:Eigen::MatrixBase
586 return MatrixFunctionReturnValue<Derived>(derived(), StdStemFunctions<ComplexScalar>::cosh);
  /external/opencv3/3rdparty/openexr/Imath/
ImathMath.h 100 static T cosh (T x) {return ::cosh (double(x));} function in struct:Imath::Math
133 static float cosh (float x) {return ::coshf (x);} function in struct:Imath::Math
  /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/apache-commons-math/src/main/java/org/apache/commons/math/util/
MathUtils.java 407 public static double cosh(double x) { method in class:MathUtils
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java 57 * {@code sinh}, {@code cosh}, {@code tanh},
1282 public static native double cosh(double x); method in class:StrictMath
    [all...]
Math.java 1502 public static native double cosh(double x); method in class:Math
    [all...]
  /libcore/ojluni/src/main/native/
jfdlibm.h 53 #define cosh jcosh macro
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
Complex.java 527 * <code> cos(a + bi) = cos(a)cosh(b) - sin(a)sinh(b)i</code></pre>
530 * {@link MathUtils#cosh} and {@link MathUtils#sinh}.</p>
551 return createComplex(FastMath.cos(real) * MathUtils.cosh(imaginary),
561 * <code> cosh(a + bi) = cosh(a)cos(b) + sinh(a)sin(b)i</code></pre>
564 * {@link MathUtils#cosh} and {@link MathUtils#sinh}.</p>
573 * cosh(1 &plusmn; INFINITY i) = NaN + NaN i
574 * cosh(&plusmn;INFINITY + i) = INFINITY &plusmn; INFINITY i
575 * cosh(&plusmn;INFINITY &plusmn; INFINITY i) = NaN + NaN i</code></pre></p>
580 public Complex cosh() { method in class:Complex
    [all...]
  /external/ceres-solver/include/ceres/
jet.h 390 inline double cosh (double x) { return std::cosh(x); } function in namespace:ceres
466 // sinh(a + h) ~= sinh(a) + cosh(a) h
469 return Jet<T, N>(sinh(f.a), cosh(f.a) * f.v);
472 // cosh(a + h) ~= cosh(a) + sinh(a) h
474 Jet<T, N> cosh(const Jet<T, N>& f) { function in namespace:ceres
475 return Jet<T, N>(cosh(f.a), sinh(f.a) * f.v);
624 template<typename T, int N> inline Jet<T, N> ei_cosh(const Jet<T, N>& x) { return cosh(x); } // NOLINT
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 114 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 281 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 281 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 114 #define cosh(z) __TGMATH_CPLX(z, 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
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 42 Ambiguous cosh(Ambiguous){ return Ambiguous(); } function
232 static_assert((std::is_same<decltype(std::cosh((float)0)), float>::value), "");
233 static_assert((std::is_same<decltype(std::cosh((bool)0)), double>::value), "");
234 static_assert((std::is_same<decltype(std::cosh((unsigned short)0)), double>::value), "");
235 static_assert((std::is_same<decltype(std::cosh((int)0)), double>::value), "");
236 static_assert((std::is_same<decltype(std::cosh((unsigned int)0)), double>::value), "");
237 static_assert((std::is_same<decltype(std::cosh((long)0)), double>::value), "");
238 static_assert((std::is_same<decltype(std::cosh((unsigned long)0)), double>::value), "");
239 static_assert((std::is_same<decltype(std::cosh((long long)0)), double>::value), "");
240 static_assert((std::is_same<decltype(std::cosh((unsigned long long)0)), double>::value), "")
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/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
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/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

Completed in 3658 milliseconds

1 2 3