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

1 2 3 4 5 6 7 8 91011

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestCosh.rs 24 return cosh(inV);
28 return cosh(inV);
32 return cosh(inV);
36 return cosh(inV);
  /external/v8/test/mjsunit/es6/
math-hyperbolic.js 31 [Math.sinh, Math.cosh, Math.tanh, Math.asinh, Math.acosh, Math.atanh].
52 test_id(Math.cosh, Math.acosh, x);
72 assertEquals(Infinity, Math.cosh(-Infinity));
73 assertEquals(Infinity, Math.cosh(Infinity));
74 assertEquals(Infinity, Math.cosh("-Infinity"));
75 assertEquals(Infinity, Math.cosh("Infinity"));
92 assertEquals(1, Math.cosh(0));
93 assertEquals(1, Math.cosh(-0));
108 assertEqualsDelta(1.1276259652063807, Math.cosh(0.5), 1E-12);
109 assertEqualsDelta(74.20994852478785, Math.cosh(5), 1E-12)
    [all...]
  /external/eigen/unsupported/doc/examples/
MatrixSinh.cpp 14 MatrixXf coshA = A.cosh();
15 std::cout << "cosh(A) = \n" << coshA << "\n\n";
17 // The matrix functions satisfy cosh^2(A) - sinh^2(A) = I,
19 std::cout << "cosh^2(A) - sinh^2(A) = \n" << coshA*coshA - sinhA*sinhA << "\n\n";
  /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);
  /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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
  /bionic/libstdc++/include/
cmath 53 using ::cosh;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 53 using ::cosh;
  /ndk/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /prebuilts/misc/common/swig/include/2.0.11/
math.i 33 extern double cosh(double x);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath 51 using ::cosh;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 51 using ::cosh;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 53 using ::cosh;

Completed in 768 milliseconds

1 2 3 4 5 6 7 8 91011