/external/v8/test/mjsunit/es6/ |
D | math-hyperbolic.js | 31 [Math.sinh, Math.cosh, Math.tanh, Math.asinh, Math.acosh, Math.atanh]. 50 test_id(Math.sinh, Math.asinh, x); 51 test_id(Math.sinh, Math.asinh, -x); 58 [Math.sinh, Math.asinh, Math.tanh, Math.atanh].forEach(function(fun) { 64 [Math.sinh, Math.asinh].forEach(function(fun) { 88 assertEquals(0, Math.sinh(0)); 89 assertEquals(-Infinity, 1/Math.sinh(-0)); 105 assertEqualsDelta(74.20321057778875, Math.sinh(5), 1E-12); 106 assertEqualsDelta(-74.20321057778875, Math.sinh(-5), 1E-12); 144 assertEquals(Math.pow(2, -29), Math.sinh(Math.pow(2, -29))); [all …]
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | StemFunction.h | 80 res = std::sinh(x); in cosh() 87 static Scalar sinh(Scalar x, int n) in sinh() function 92 res = std::sinh(x); in sinh()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
D | Complex.java | 552 -FastMath.sin(real) * MathUtils.sinh(imaginary)); in cos() 586 MathUtils.sinh(real) * FastMath.sin(imaginary)); in cosh() 718 FastMath.cos(real) * MathUtils.sinh(imaginary)); in sin() 746 public Complex sinh() { in sinh() method in Complex 751 return createComplex(MathUtils.sinh(real) * FastMath.cos(imaginary), in sinh() 863 return createComplex(FastMath.sin(real2) / d, MathUtils.sinh(imaginary2) / d); in tan() 901 return createComplex(MathUtils.sinh(real2) / d, FastMath.sin(imaginary2) / d); in tanh()
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_trigonometric.inl | 158 // sinh 160 GLM_FUNC_QUALIFIER genType sinh 165 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'sinh' only accept floating-point inpu… 167 return genType(std::sinh(angle)); 170 VECTORIZE_VEC(sinh) argument
|
D | func_trigonometric.hpp | 147 GLM_FUNC_DECL genType sinh(genType const & angle);
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathMath.h | 101 static T sinh (T x) {return ::sinh (double(x));} in sinh() function 134 static float sinh (float x) {return ::sinhf (x);}
|
/external/eigen/unsupported/doc/examples/ |
D | MatrixSinh.cpp | 11 MatrixXf sinhA = A.sinh(); in main()
|
/external/eigen/unsupported/test/ |
D | matrix_power.cpp | 65 std::complex<T> ish(0, std::sinh((T)1)); in test2dHyperbolicRotation() 73 ish = std::complex<T>(0, std::sinh(angle)); in test2dHyperbolicRotation()
|
/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/ |
D | sinh.pass.cpp | 25 assert(sinh(c) == x); in test() 42 std::complex<double> r = sinh(x[i]); in test_edges()
|
D | sin.pass.cpp | 44 std::complex<double> t2 = sinh(t1); in test_edges()
|
/external/ceres-solver/include/ceres/ |
D | jet.h | 389 inline double sinh (double x) { return std::sinh(x); } in sinh() function 468 Jet<T, N> sinh(const Jet<T, N>& f) { in sinh() function 469 return Jet<T, N>(sinh(f.a), cosh(f.a) * f.v); in sinh() 475 return Jet<T, N>(cosh(f.a), sinh(f.a) * f.v); in cosh() 623 template<typename T, int N> inline Jet<T, N> ei_sinh(const Jet<T, N>& x) { return sinh(x); … in ei_sinh()
|
/external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/ |
D | sinh_valarray.pass.cpp | 46 std::valarray<T> v3 = sinh(v1); in main()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | vec_math.hpp | 328 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uchar, float) 329 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, char, float) 330 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, ushort, float) 331 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, short, float) 332 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, int, float) 333 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uint, float) 334 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, float, float) 335 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinh, double, double)
|
/external/freetype/src/autofit/ |
D | afscript.h | 112 SCRIPT( sinh, SINH,
|
D | afstyles.h | 159 STYLE_DEFAULT_INDIC( sinh, SINH, "Sinhala" )
|
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/ |
D | unary_func.hpp | 83 CV_CUDEV_EXPR_UNARY_FUNC(sinh) in CV_CUDEV_EXPR_UNARY_FUNC()
|
/external/mesa3d/src/glsl/builtins/ir/ |
D | sinh.ir | 1 ((function sinh
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | vec_math.hpp | 339 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uchar, float) 340 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, char, float) 341 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, ushort, float) 342 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, short, float) 343 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, int, float) 344 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uint, float) 345 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, float, float) 346 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinh, double, double)
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | reciprocal.inl | 142 return genType(1) / glm::sinh(angle); 156 return glm::cosh(angle) / glm::sinh(angle);
|
/external/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 42 * - \ref matrixbase_sinh "MatrixBase::sinh()", for computing the matrix hyperbolic sine 106 \sa \ref matrixbase_sinh "sinh()" for an example. 360 \subsection matrixbase_sinh MatrixBase::sinh() 365 MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::sinh() const 369 \returns expression representing \f$ \sinh(M) \f$ 371 This function calls \ref matrixbase_matrixfunction "matrixFunction()" with StdStemFunctions::sinh().
|
/external/ceres-solver/internal/ceres/ |
D | jet_test.cc | 163 J w = sinh(x) * sinh(x); in TEST()
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 202 declare double @sinh(double %x) 206 ; WIN32: double @sinh 208 %2 = call double @sinh(double %1)
|
/external/deqp/framework/delibs/debase/ |
D | deMath.h | 145 DE_INLINE float deFloatSinh (float a) { return (float)sinh(a); } in deFloatSinh() 159 DE_INLINE double deSinh (double a) { return sinh(a); } in deSinh()
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 163 double sinh(double); 294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.builtin_functions.precision.txt | 101 | sinh(x) | (exp(x) - exp(-x)) / 2.0 | 103 | tanh(x) | sinh(x) / cosh(x) |
|