Home
last modified time | relevance | path

Searched refs:cosh (Results 1 – 25 of 66) sorted by relevance

123

/external/chromium_org/v8/test/mjsunit/es6/
Dmath-hyperbolic.js31 [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/stlport/src/
Dcomplex_trig.cpp69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im), in sinT()
88 return complex<_Tp>(::cos(z._M_re) * ::cosh(z._M_im), in cosT()
113 _Tp den = ::cos(re2) + ::cosh(im2); in tanT()
134 ::cosh(z._M_re) * ::sin(z._M_im)); in sinhT()
152 return complex<_Tp>(::cosh(z._M_re) * ::cos(z._M_im), in coshT()
156 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>& z) in cosh() function
159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z) in cosh() function
163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z) in cosh() function
176 _Tp den = ::cosh(re2) + ::cos(im2); in tanhT()
/external/stlport/stlport/stl/config/
D_como.h96 # define coshl cosh
117 # define coshf cosh
118 # define coshl cosh
168 # define coshl cosh
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DStemFunction.h72 static Scalar cosh(Scalar x, int n) in cosh() function
77 res = std::cosh(x); in cosh()
95 res = std::cosh(x); in sinh()
/external/stlport/test/unit/
Dvalarray_test.cpp46 tmp = cosh(darray); in transcendentals()
72 tmp = cosh(farray); in transcendentals()
99 tmp = cosh(ldarray); in transcendentals()
Dcmath_test.cpp105 CPPUNIT_CHECK( are_equals(std::cosh(0.0), 1.0) ); in import_checks()
130 CPPUNIT_CHECK( are_equals(std::cosh(0.0f), 1.0f) ); in import_checks()
157 CPPUNIT_CHECK( are_equals(std::cosh(0.0l), 1.0l) ); in import_checks()
/external/stlport/stlport/stl/
D_cmath.h345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh…
367 _STLP_DMATH_INLINE(cosh) in _STLP_DMATH_INLINE()
438 _STLP_DEF_MATH_INLINE(cosh, cosh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sin…
560 using ::cosh;
/external/eigen/unsupported/doc/examples/
DMatrixSinh.cpp14 MatrixXf coshA = A.cosh(); in main()
/external/libcxx/test/numerics/complex.number/complex.transcendentals/
DAndroid.mk19 test_name := numerics/complex.number/complex.transcendentals/cosh
20 test_src := cosh.pass.cpp
Dcosh.pass.cpp25 assert(cosh(c) == x); in test()
42 std::complex<double> r = cosh(x[i]); in test_edges()
Dcos.pass.cpp44 std::complex<double> z = cosh(t1); in test_edges()
/external/eigen/unsupported/test/
Dmatrix_power.cpp64 T angle, ch = std::cosh((T)1); in test2dHyperbolicRotation()
72 ch = std::cosh(angle); in test2dHyperbolicRotation()
/external/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
Dcosh_valarray.pass.cpp46 std::valarray<T> v3 = cosh(v1); in main()
/external/ceres-solver/include/ceres/
Djet.h390 inline double cosh (double x) { return std::cosh(x); } in cosh() function
469 return Jet<T, N>(sinh(f.a), cosh(f.a) * f.v); in sinh()
474 Jet<T, N> cosh(const Jet<T, N>& f) { in cosh() function
475 return Jet<T, N>(cosh(f.a), sinh(f.a) * f.v); in cosh()
624 template<typename T, int N> inline Jet<T, N> ei_cosh(const Jet<T, N>& x) { return cosh(x); … in ei_cosh()
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/
Dcosh.ir1 ((function cosh
/external/mesa3d/src/glsl/builtins/ir/
Dcosh.ir1 ((function cosh
/external/ceres-solver/internal/ceres/
Djet_test.cc162 J z = cosh(x) * cosh(x); in TEST()
Dloss_function.cc112 rho[2] = 0.5 / (b_ * (1.0 + cosh(x))); in Evaluate()
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll98 declare double @cosh(double %x)
102 ; WIN32: double @cosh
104 %2 = call double @cosh(double %1)
/external/deqp/framework/delibs/debase/
DdeMath.h144 DE_INLINE float deFloatCosh (float a) { return (float)cosh(a); } in deFloatCosh()
158 DE_INLINE double deCosh (double a) { return cosh(a); } in deCosh()
/external/eigen/unsupported/Eigen/
DMatrixFunctions36 * - \ref matrixbase_cosh "MatrixBase::cosh()", for computing the matrix hyperbolic cosine
93 \subsection matrixbase_cosh MatrixBase::cosh()
98 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::cosh() const
102 \returns expression representing \f$ \cosh(M) \f$
104 This function calls \ref matrixbase_matrixfunction "matrixFunction()" with StdStemFunctions::cosh().
/external/clang/test/CodeGen/
Dlibcall-declarations.c67 double cosh(double);
275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.builtin_functions.precision.txt102 | cosh(x) | (exp(x) + exp(-x)) / 2.0 |
103 | tanh(x) | sinh(x) / cosh(x) |
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp146 static_assert((std::is_same<decltype(std::cosh((float)0)), float>::value), ""); in test_cosh()
147 static_assert((std::is_same<decltype(std::cosh((bool)0)), double>::value), ""); in test_cosh()
148 static_assert((std::is_same<decltype(std::cosh((unsigned short)0)), double>::value), ""); in test_cosh()
149 static_assert((std::is_same<decltype(std::cosh((int)0)), double>::value), ""); in test_cosh()
150 static_assert((std::is_same<decltype(std::cosh((unsigned int)0)), double>::value), ""); in test_cosh()
151 static_assert((std::is_same<decltype(std::cosh((long)0)), double>::value), ""); in test_cosh()
152 static_assert((std::is_same<decltype(std::cosh((unsigned long)0)), double>::value), ""); in test_cosh()
153 static_assert((std::is_same<decltype(std::cosh((long long)0)), double>::value), ""); in test_cosh()
154 static_assert((std::is_same<decltype(std::cosh((unsigned long long)0)), double>::value), ""); in test_cosh()
155 static_assert((std::is_same<decltype(std::cosh((double)0)), double>::value), ""); in test_cosh()
[all …]
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Dmath.pxd31 double cosh(double x)

123