Home
last modified time | relevance | path

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

12345678910>>...12

/external/skia/resources/sksl/intrinsics/
DCosh.sksl6 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/
DKaiserWindow.h69 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()
DHyperbolicCosineWindow.h49 mInverseCoshAlpha = 1.0 / cosh(alpha); in setAlpha()
59 return cosh(w) * mInverseCoshAlpha; in operator()
/external/llvm-project/libclc/generic/lib/math/
Dcosh.cl29 _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 …]
Dsinh.cl49 // 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/
DCosh.glsl8 …return ((((((cosh(input.x) == expected.x && cosh(input.xy) == expected.xy) && cosh(input.xyz) == e…
DCosh.metal19cosh(_uniforms.input.x) == _uniforms.expected.x && all(cosh(_uniforms.input.xy) == _uniforms.expec…
/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/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/tensorflow/tensorflow/core/kernels/
Dcwise_op_cosh.cc19 REGISTER5(UnaryOp, CPU, "Cosh", functor::cosh, float, double, bfloat16,
24 REGISTER2(UnaryOp, GPU, "Cosh", functor::cosh, float, double);
Dcwise_op_gpu_cosh.cu.cc23 DEFINE_UNARY2(cosh, float, double);
/external/rust/crates/num-traits/src/
Dreal.rs718 fn cosh(self) -> Self; in cosh() method
828 Float::cosh(self) -> Self;
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h53 __DEVICE__ double cosh(double);
54 __DEVICE__ float cosh(float);
209 using ::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/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)
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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-type-promotion-in-math-fn.cpp16 double cosh(double);
101 cosh(a); in check_all_fns()
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl117 // 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/eigen/doc/snippets/
DCwise_cosh.cpp2 cout << cosh(v) << endl;
/external/rust/crates/libm/src/math/
Dmod.rs95 mod cosh; module
201 pub use self::cosh::cosh;
/external/llvm-project/libclc/generic/include/clc/math/
Dcosh.h24 #define __CLC_FUNCTION cosh
/external/ltp/testcases/misc/math/float/
Dfloat_iperb.c29 {FUNC_NORMAL, 50, cosh, "cosh", "dcosh", "rcosh",

12345678910>>...12