/external/skia/resources/sksl/intrinsics/ |
D | Cosh.sksl | 6 return (cosh(input.x) == expected.x && 7 cosh(input.xy) == expected.xy && 8 cosh(input.xyz) == expected.xyz && 9 cosh(input.xyzw) == expected.xyzw && 10 cosh(constVal.x) == expected.x && 11 cosh(constVal.xy) == expected.xy && 12 cosh(constVal.xyz) == expected.xyz && 13 cosh(constVal.xyzw) == expected.xyzw) ? colorGreen : colorRed;
|
/external/oboe/src/flowgraph/resampler/ |
D | KaiserWindow.h | 69 double y = cosh(0.970941817426052 * x); in bessel() 70 y += cosh(0.8854560256532099 * x); in bessel() 71 y += cosh(0.7485107481711011 * x); in bessel() 72 y += cosh(0.5680647467311558 * x); in bessel() 73 y += cosh(0.3546048870425356 * x); in bessel() 74 y += cosh(0.120536680255323 * x); in bessel() 76 y += cosh(x); in bessel()
|
D | HyperbolicCosineWindow.h | 49 mInverseCoshAlpha = 1.0 / cosh(alpha); in setAlpha() 59 return cosh(w) * mInverseCoshAlpha; in operator()
|
/external/llvm-project/libclc/generic/lib/math/ |
D | cosh.cl | 29 _CLC_OVERLOAD _CLC_DEF float cosh(float x) { 33 // cosh(x) = sign(x)*Inf 35 // cosh(x) = sign(x)*exp(abs(x))/2 computed using the 39 // cosh(x) is then z. 49 // z = sinh(y) = sinh(y0)cosh(dy) + cosh(y0)sinh(dy) 50 // z = cosh(y) = cosh(y0)cosh(dy) + sinh(y0)sinh(dy) 51 // where sinh(y0) and cosh(y0) are tabulated above. 101 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, cosh, float); 106 _CLC_OVERLOAD _CLC_DEF double cosh(double x) { 112 // cosh(x) = sign(x)*Inf [all …]
|
D | sinh.cl | 49 // z = sinh(y) = sinh(y0)cosh(dy) + cosh(y0)sinh(dy) 50 // where sinh(y0) and cosh(y0) are tabulated above. 132 // z = sinh(y) = sinh(y0)cosh(dy) + cosh(y0)sinh(dy) 133 // where sinh(y0) and cosh(y0) are obtained from tables
|
/external/skia/tests/sksl/intrinsics/ |
D | Cosh.glsl | 8 …return ((((((cosh(input.x) == expected.x && cosh(input.xy) == expected.xy) && cosh(input.xyz) == e…
|
D | Cosh.metal | 19 …cosh(_uniforms.input.x) == _uniforms.expected.x && all(cosh(_uniforms.input.xy) == _uniforms.expec…
|
/external/python/cpython3/Lib/test/ |
D | cmath_testcases.txt | 1580 -- For exp, cosh, sinh, tanh we limit tests to arguments whose 1713 -- cosh: Hyperbolic Cosine -- 1717 cosh0000 cosh 0.0 0.0 -> 1.0 0.0 1718 cosh0001 cosh 0.0 -0.0 -> 1.0 -0.0 1719 cosh0002 cosh -0.0 0.0 -> 1.0 -0.0 1720 cosh0003 cosh -0.0 -0.0 -> 1.0 0.0 1723 cosh0004 cosh -0.85395264297414253 -8.8553756148671958 -> -1.1684340348021185 0.51842195359787435 1724 cosh0005 cosh -19.584904237211223 -0.066582627994906177 -> 159816812.23336992 10656776.050406246 1725 cosh0006 cosh -0.11072618401130772 -1.484820215073247 -> 0.086397164744949503 0.11054275637717284 1726 cosh0007 cosh -3.4764840250681752 -0.48440348288275276 -> 14.325931955190844 7.5242053548737955 [all …]
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | StemFunction.h | 79 using std::cosh; in stem_function_cosh() 85 res = std::cosh(x); in stem_function_cosh() 98 using std::cosh; in stem_function_sinh() 107 res = std::cosh(x); in stem_function_sinh()
|
/external/python/cpython2/Lib/test/ |
D | cmath_testcases.txt | 1555 -- For exp, cosh, sinh, tanh we limit tests to arguments whose 1674 -- cosh: Hyperbolic Cosine -- 1678 cosh0000 cosh 0.0 0.0 -> 1.0 0.0 1679 cosh0001 cosh 0.0 -0.0 -> 1.0 -0.0 1680 cosh0002 cosh -0.0 0.0 -> 1.0 -0.0 1681 cosh0003 cosh -0.0 -0.0 -> 1.0 0.0 1684 cosh0004 cosh -0.85395264297414253 -8.8553756148671958 -> -1.1684340348021185 0.51842195359787435 1685 cosh0005 cosh -19.584904237211223 -0.066582627994906177 -> 159816812.23336992 10656776.050406246 1686 cosh0006 cosh -0.11072618401130772 -1.484820215073247 -> 0.086397164744949503 0.11054275637717284 1687 cosh0007 cosh -3.4764840250681752 -0.48440348288275276 -> 14.325931955190844 7.5242053548737955 [all …]
|
/external/eigen/unsupported/test/ |
D | autodiff_scalar.cpp | 42 using std::cosh; in check_hyperbolic_functions() 49 Scalar cosh_px = std::cosh(p.x()); in check_hyperbolic_functions() 58 AD res3 = cosh(val); in check_hyperbolic_functions() 71 res3 = cosh(val); in check_hyperbolic_functions()
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Cosh.pbtxt | 4 name: "math.cosh" 7 name: "cosh"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_cosh.cc | 19 REGISTER5(UnaryOp, CPU, "Cosh", functor::cosh, float, double, bfloat16, 24 REGISTER2(UnaryOp, GPU, "Cosh", functor::cosh, float, double);
|
D | cwise_op_gpu_cosh.cu.cc | 23 DEFINE_UNARY2(cosh, float, double);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
D | Complex.java | 551 return createComplex(FastMath.cos(real) * MathUtils.cosh(imaginary), in cos() 580 public Complex cosh() { in cosh() method in Complex 585 return createComplex(MathUtils.cosh(real) * FastMath.cos(imaginary), in cosh() 717 return createComplex(FastMath.sin(real) * MathUtils.cosh(imaginary), in sin() 752 MathUtils.cosh(real) * FastMath.sin(imaginary)); in sinh() 861 double d = FastMath.cos(real2) + MathUtils.cosh(imaginary2); in tan() 899 double d = MathUtils.cosh(real2) + FastMath.cos(imaginary2); in tanh()
|
/external/rust/crates/num-traits/src/ |
D | real.rs | 718 fn cosh(self) -> Self; in cosh() method 828 Float::cosh(self) -> Self;
|
/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 67 __DEVICE__ double cosh(double); 68 __DEVICE__ float cosh(float); 199 using ::cosh;
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 53 __DEVICE__ double cosh(double); 54 __DEVICE__ float cosh(float); 209 using ::cosh;
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | performance-type-promotion-in-math-fn.cpp | 16 double cosh(double); 101 cosh(a); in check_all_fns()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cwise_ops_unary_test.py | 208 self._compareBoth(x, np.cosh, math_ops.cosh) 266 self._compareBoth(x, np.cosh, math_ops.cosh) 316 self._compareBoth(x, np.cosh, math_ops.cosh) 412 self._compareBoth(x, compute_f32(np.cosh), math_ops.cosh) 478 self._compareCpu(x, np.cosh, math_ops.cosh) 523 self._compareCpu(x, np.cosh, math_ops.cosh)
|
/external/eigen/doc/snippets/ |
D | Cwise_cosh.cpp | 2 cout << cosh(v) << endl;
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_trigonometric.inl | 117 // cosh 118 using std::cosh; 121 GLM_FUNC_QUALIFIER vecType<T, P> cosh(vecType<T, P> const & v) function 123 return detail::functor1<T, T, P, vecType>::call(cosh, v);
|
/external/llvm-project/libclc/generic/include/clc/math/ |
D | cosh.h | 24 #define __CLC_FUNCTION cosh
|
/external/ltp/testcases/misc/math/float/ |
D | float_iperb.c | 29 {FUNC_NORMAL, 50, cosh, "cosh", "dcosh", "rcosh",
|
/external/llvm-project/libcxx/test/std/numerics/complex.number/complex.transcendentals/ |
D | cosh.pass.cpp | 25 assert(cosh(c) == x); in test() 40 std::complex<double> r = cosh(testcases[i]); in test_edges()
|