Home
last modified time | relevance | path

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

12345678

/external/python/cpython3/Lib/test/
Dcmath_testcases.txt1580 -- 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/
DStemFunction.h79 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/
Dcmath_testcases.txt1555 -- 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/
Dcwise_op_cosh.cc19 REGISTER4(UnaryOp, CPU, "Cosh", functor::cosh, float, double, complex64,
26 UnaryOp<SYCLDevice, functor::cosh<TYPE>>);
33 REGISTER2(UnaryOp, GPU, "Cosh", functor::cosh, float, double);
Dcwise_op_gpu_cosh.cu.cc22 DEFINE_UNARY2(cosh, float, double);
/external/eigen/unsupported/test/
Dautodiff_scalar.cpp42 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/
DComplex.java551 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/
Dapi_def_Cosh.pbtxt4 name: "math.cosh"
7 name: "cosh"
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h67 __DEVICE__ double cosh(double);
68 __DEVICE__ float cosh(float);
199 using ::cosh;
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dsinh_arcsinh.py172 math_ops.log(math_ops.cosh(
188 math_ops.log(math_ops.cosh(
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_unary_test.py208 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/
Dcosh.pass.cpp25 assert(cosh(c) == x); in test()
40 std::complex<double> r = cosh(testcases[i]); in test_edges()
Dcos.pass.cpp42 std::complex<double> z = cosh(t1); in test_edges()
/external/eigen/doc/snippets/
DCwise_cosh.cpp2 cout << cosh(v) << endl;
/external/deqp-deps/glslang/Test/
Dhlsl.intrinsics.vert17 cosh(inF0);
84 cosh(inF0);
153 cosh(inF0);
223 cosh(inF0);
294 cosh(inF0); \
/external/ltp/testcases/misc/math/float/
Dfloat_iperb.c29 {FUNC_NORMAL, 50, cosh, "cosh", "dcosh", "rcosh",
/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffScalar.h654 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/
DMatrixSinh.cpp14 MatrixXf coshA = A.cosh(); in main()
/external/ltp/testcases/misc/math/float/trigo/
DMakefile27 CLEAN_TARGETS := [rd]*sin [rd]sinh [rd]*cos [rd]cosh [rd]*tan [rd]*tan2 \
/external/ltp/testcases/misc/math/float/iperb/
DMakefile27 CLEAN_TARGETS := [rd]*sin [rd]sinh [rd]*cos [rd]cosh [rd]*tan [rd]*tan2 \
Dgencosh.c52 tabR[i] = cosh((Inc * i) + Inc); in create_Result_file()
/external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/
Dcosh_valarray.pass.cpp47 std::valarray<T> v3 = cosh(v1); in main()
/external/v8/src/base/
Dieee754.h70 V8_BASE_EXPORT double cosh(double x);
/external/eigen/test/
Darray.cpp235 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/
Dsinh_arcsinh_bijector_test.py50 np.log(np.cosh(np.arcsinh(y) / tailweight - skewness)) -
165 np.log(np.cosh(

12345678