/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/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_cosh.cc | 19 REGISTER4(UnaryOp, CPU, "Cosh", functor::cosh, float, double, complex64, 26 UnaryOp<SYCLDevice, functor::cosh<TYPE>>); 33 REGISTER2(UnaryOp, GPU, "Cosh", functor::cosh, float, double);
|
D | cwise_op_gpu_cosh.cu.cc | 22 DEFINE_UNARY2(cosh, float, double);
|
/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/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/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Cosh.pbtxt | 4 name: "math.cosh" 7 name: "cosh"
|
/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/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
D | sinh_arcsinh.py | 172 math_ops.log(math_ops.cosh( 188 math_ops.log(math_ops.cosh(
|
/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) 440 self._compareCpu(x, np.cosh, math_ops.cosh) 485 self._compareCpu(x, np.cosh, math_ops.cosh)
|
/external/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()
|
D | cos.pass.cpp | 42 std::complex<double> z = cosh(t1); in test_edges()
|
/external/eigen/doc/snippets/ |
D | Cwise_cosh.cpp | 2 cout << cosh(v) << endl;
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.intrinsics.vert | 17 cosh(inF0); 84 cosh(inF0); 153 cosh(inF0); 223 cosh(inF0); 294 cosh(inF0); \
|
/external/ltp/testcases/misc/math/float/ |
D | float_iperb.c | 29 {FUNC_NORMAL, 50, cosh, "cosh", "dcosh", "rcosh",
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffScalar.h | 654 using std::cosh; 656 …return Eigen::MakeAutoDiffScalar(tanh(x.value()),x.derivatives() * (Scalar(1)/numext::abs2(cosh(x.… 660 using std::cosh; 661 return Eigen::MakeAutoDiffScalar(sinh(x.value()),x.derivatives() * cosh(x.value()));) 663 EIGEN_AUTODIFF_DECLARE_GLOBAL_UNARY(cosh, 665 using std::cosh; 666 return Eigen::MakeAutoDiffScalar(cosh(x.value()),x.derivatives() * sinh(x.value()));)
|
/external/eigen/unsupported/doc/examples/ |
D | MatrixSinh.cpp | 14 MatrixXf coshA = A.cosh(); in main()
|
/external/ltp/testcases/misc/math/float/trigo/ |
D | Makefile | 27 CLEAN_TARGETS := [rd]*sin [rd]sinh [rd]*cos [rd]cosh [rd]*tan [rd]*tan2 \
|
/external/ltp/testcases/misc/math/float/iperb/ |
D | Makefile | 27 CLEAN_TARGETS := [rd]*sin [rd]sinh [rd]*cos [rd]cosh [rd]*tan [rd]*tan2 \
|
D | gencosh.c | 52 tabR[i] = cosh((Inc * i) + Inc); in create_Result_file()
|
/external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/ |
D | cosh_valarray.pass.cpp | 47 std::valarray<T> v3 = cosh(v1); in main()
|
/external/v8/src/base/ |
D | ieee754.h | 70 V8_BASE_EXPORT double cosh(double x);
|
/external/eigen/test/ |
D | array.cpp | 235 VERIFY_IS_APPROX(m1.cosh(), cosh(m1)); in array_real() 270 VERIFY_IS_APPROX(cosh(m1), 0.5*(exp(m1)+exp(-m1))); in array_real() 347 VERIFY_IS_APPROX(m1.cosh(), cosh(m1)); in array_complex() 370 VERIFY_IS_APPROX(cosh(m1), 0.5*(exp(m1)+exp(-m1))); in array_complex()
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/ |
D | sinh_arcsinh_bijector_test.py | 50 np.log(np.cosh(np.arcsinh(y) / tailweight - skewness)) - 165 np.log(np.cosh(
|