Home
last modified time | relevance | path

Searched refs:sinh (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/external/skia/resources/sksl/intrinsics/
DSinh.sksl6 return (sinh(input.x) == expected.x &&
7 sinh(input.xy) == expected.xy &&
8 sinh(input.xyz) == expected.xyz &&
9 sinh(input.xyzw) == expected.xyzw &&
10 sinh(constVal.x) == expected.x &&
11 sinh(constVal.xy) == expected.xy &&
12 sinh(constVal.xyz) == expected.xyz &&
13 sinh(constVal.xyzw) == expected.xyzw) ? colorGreen : colorRed;
/external/llvm-project/libclc/generic/lib/math/
Dsinh.cl29 _CLC_OVERLOAD _CLC_DEF float sinh(float x)
33 // sinh(x) = sign(x)*Inf
35 …// sinh(x) = sign(x)*exp(abs(x))/2 computed using the splitexp and scaleDouble functions as for ex…
38 // sinh(x) is then sign(x)*z.
49 // z = sinh(y) = sinh(y0)cosh(dy) + cosh(y0)sinh(dy)
50 // where sinh(y0) and cosh(y0) are tabulated above.
88 // so sinh(y) is approximated by sign(x)*exp(y)/2.
102 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, sinh, float);
107 _CLC_OVERLOAD _CLC_DEF double sinh(double x)
113 // sinh(x) = sign(x)*Inf
[all …]
Dcosh.cl49 // 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.
132 // z = cosh(y) = cosh(y0)cosh(dy) + sinh(y0)sinh(dy)
133 // where sinh(y0) and cosh(y0) are tabulated above.
164 // At this point sinh(dy) is approximated by dy + sdy,
/external/fonttools/Tests/mtiLib/data/mti/
Dchained-glyph.txt1 lookup raucontext-sinh chained
5 glyph rakarsinh uvowelsignsinh 1,u2aelow-sinh
6 glyph rakarsinh uuvowelsignsinh 1,u2aelow-sinh
10 lookup u2aelow-sinh single
/external/skia/tests/sksl/intrinsics/
DSinh.glsl8 …return ((((((sinh(input.x) == expected.x && sinh(input.xy) == expected.xy) && sinh(input.xyz) == e…
DSinh.metal19sinh(_uniforms.input.x) == _uniforms.expected.x && all(sinh(_uniforms.input.xy) == _uniforms.expec…
/external/python/cpython3/Lib/test/
Dcmath_testcases.txt1580 -- For exp, cosh, sinh, tanh we limit tests to arguments whose
1822 -- sinh: Hyperbolic Sine --
1826 sinh0000 sinh 0.0 0.0 -> 0.0 0.0
1827 sinh0001 sinh 0.0 -0.0 -> 0.0 -0.0
1828 sinh0002 sinh -0.0 0.0 -> -0.0 0.0
1829 sinh0003 sinh -0.0 -0.0 -> -0.0 -0.0
1832 sinh0004 sinh -17.282588091462742 -0.38187948694103546 -> -14867386.857248396 -5970648.6553516639
1833 sinh0005 sinh -343.91971203143208 -5.0172868877771525e-22 -> -1.1518691776521735e+149 -5.7792581214…
1834 sinh0006 sinh -14.178122253300922 -1.9387157579351293 -> 258440.37909034826 -670452.58500946441
1835 sinh0007 sinh -1.0343810581686239 -1.0970235266369905 -> -0.56070858278092739 -1.4098883258046697
[all …]
/external/eigen/unsupported/test/
Dautodiff_scalar.cpp41 using std::sinh; in check_hyperbolic_functions()
54 AD res2 = sinh(val); in check_hyperbolic_functions()
55 VERIFY_IS_APPROX(res2.value(), std::sinh(p.x())); in check_hyperbolic_functions()
60 VERIFY_IS_APPROX(res3.derivatives().x(), std::sinh(p.x())); in check_hyperbolic_functions()
68 res2 = sinh(val); in check_hyperbolic_functions()
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DStemFunction.h80 using std::sinh; in stem_function_cosh()
88 res = std::sinh(x); in stem_function_cosh()
99 using std::sinh; in stem_function_sinh()
104 res = std::sinh(x); in stem_function_sinh()
/external/python/cpython2/Lib/test/
Dcmath_testcases.txt1555 -- For exp, cosh, sinh, tanh we limit tests to arguments whose
1766 -- sinh: Hyperbolic Sine --
1770 sinh0000 sinh 0.0 0.0 -> 0.0 0.0
1771 sinh0001 sinh 0.0 -0.0 -> 0.0 -0.0
1772 sinh0002 sinh -0.0 0.0 -> -0.0 0.0
1773 sinh0003 sinh -0.0 -0.0 -> -0.0 -0.0
1776 sinh0004 sinh -17.282588091462742 -0.38187948694103546 -> -14867386.857248396 -5970648.6553516639
1777 sinh0005 sinh -343.91971203143208 -5.0172868877771525e-22 -> -1.1518691776521735e+149 -5.7792581214…
1778 sinh0006 sinh -14.178122253300922 -1.9387157579351293 -> 258440.37909034826 -670452.58500946441
1779 sinh0007 sinh -1.0343810581686239 -1.0970235266369905 -> -0.56070858278092739 -1.4098883258046697
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java552 -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/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Sinh.pbtxt4 name: "math.sinh"
7 name: "sinh"
/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_sinh.cc20 REGISTER5(UnaryOp, CPU, "Sinh", functor::sinh, float, double, bfloat16,
25 REGISTER2(UnaryOp, GPU, "Sinh", functor::sinh, float, double);
Dcwise_op_gpu_sinh.cu.cc23 DEFINE_UNARY2(sinh, float, double);
/external/rust/crates/num-traits/src/
Dreal.rs700 fn sinh(self) -> Self; in sinh() method
827 Float::sinh(self) -> Self;
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h167 __DEVICE__ double sinh(double);
168 __DEVICE__ float sinh(float);
263 using ::sinh;
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h173 __DEVICE__ double sinh(double);
174 __DEVICE__ float sinh(float);
253 using ::sinh;
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_unary_test.py207 self._compareBoth(x, np.sinh, math_ops.sinh)
264 self._compareBoth(x, np.sinh, math_ops.sinh)
315 self._compareBoth(x, np.sinh, math_ops.sinh)
411 self._compareBoth(x, compute_f32(np.sinh), math_ops.sinh)
477 self._compareCpu(x, np.sinh, math_ops.sinh)
522 self._compareCpu(x, np.sinh, math_ops.sinh)
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-type-promotion-in-math-fn.cpp53 double sinh(double);
215 sinh(a); in check_all_fns()
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl108 // sinh
109 using std::sinh;
112 GLM_FUNC_QUALIFIER vecType<T, P> sinh(vecType<T, P> const & v) function
114 return detail::functor1<T, T, P, vecType>::call(sinh, v);
/external/eigen/doc/snippets/
DCwise_sinh.cpp2 cout << sinh(v) << endl;
/external/rust/crates/libm/src/math/
Dmod.rs165 mod sinh; module
279 pub use self::sinh::sinh;
/external/llvm-project/libclc/generic/include/clc/math/
Dsinh.h24 #define __CLC_FUNCTION sinh
/external/ltp/testcases/misc/math/float/
Dfloat_iperb.c31 {FUNC_NORMAL, 50, sinh, "sinh", "dsinh", "rsinh",
/external/llvm-project/libcxx/test/std/numerics/complex.number/complex.transcendentals/
Dsinh.pass.cpp25 assert(sinh(c) == x); in test()
40 std::complex<double> r = sinh(testcases[i]); in test_edges()

12345678910>>...13