HomeSort by relevance Sort by last modified time
    Searched full:sinh (Results 201 - 225 of 722) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go 241 var sinh = []complex128{
710 if f := Sinh(vc[i]); !cSoclose(sinh[i], f, 2e-15) {
711 t.Errorf("Sinh(%g) = %g, want %g", vc[i], f, sinh[i])
715 if f := Sinh(vcSinhSC[i]); !cAlike(sinhSC[i], f) {
716 t.Errorf("Sinh(%g) = %g, want %g", vcSinhSC[i], f, sinhSC[i])
849 Sinh(complex(2.5, 3.5))
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 241 var sinh = []complex128{
710 if f := Sinh(vc[i]); !cSoclose(sinh[i], f, 2e-15) {
711 t.Errorf("Sinh(%g) = %g, want %g", vc[i], f, sinh[i])
715 if f := Sinh(vcSinhSC[i]); !cAlike(sinhSC[i], f) {
716 t.Errorf("Sinh(%g) = %g, want %g", vcSinhSC[i], f, sinhSC[i])
849 Sinh(complex(2.5, 3.5))
  /external/eigen/unsupported/Eigen/
MatrixFunctions 42 * - \ref matrixbase_sinh "MatrixBase::sinh()", for computing the matrix hyperbolic sine
106 \sa \ref matrixbase_sinh "sinh()" for an example.
360 \subsection matrixbase_sinh MatrixBase::sinh()
365 MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::sinh() const
369 \returns expression representing \f$ \sinh(M) \f$
371 This function calls \ref matrixbase_matrixfunction "matrixFunction()" with StdStemFunctions::sinh().
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
378 _STLP_DMATH_INLINE(sinh)
449 _STLP_DEF_MATH_INLINE(sinh, sinh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
590 using ::sinh;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
378 _STLP_DMATH_INLINE(sinh)
449 _STLP_DEF_MATH_INLINE(sinh, sinh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
590 using ::sinh;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StrictMathTest.java     [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_math.hpp 328 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uchar, float)
329 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, char, float)
330 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, ushort, float)
331 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, short, float)
332 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, int, float)
333 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uint, float)
334 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, float, float)
335 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinh, double, double)
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_math.hpp 339 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uchar, float)
340 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, char, float)
341 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, ushort, float)
342 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, short, float)
343 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, int, float)
344 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uint, float)
345 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, float, float)
346 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinh, double, double)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 104 /** The {@code FastMath.sinh} method wrapped as a {@link ComposableFunction}. */
105 public static final ComposableFunction SINH = new ComposableFunction() {
109 return FastMath.sinh(d);
  /external/llvm/test/Transforms/InstCombine/
win-math.ll 202 declare double @sinh(double %x)
206 ; WIN32: double @sinh
208 %2 = call double @sinh(double %1)
  /packages/apps/CellBroadcastReceiver/res/values-vi/
strings.xml 59 <string name="enable_cmas_extreme_threat_alerts_summary" msgid="2493139961243300290">"Hi?n th? thông báo cho các m?i ?e d?a ??n sinh m?ng và tài s?n c?c k? nghiêm tr?ng"</string>
61 <string name="enable_cmas_severe_threat_alerts_summary" msgid="4089299793459943222">"Hi?n th? thông báo cho các m?i ?e d?a ??n sinh m?ng và tài s?n nghiêm tr?ng"</string>
83 <string name="cmas_category_cbrne" msgid="240421557913603971">"Hóa h?c/Sinh h?c/H?t nhân/Ch?t n?"</string>
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_math.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_math.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py     [all...]
  /external/deqp/doc/testspecs/GLES3/
functional.shaders.builtin_functions.precision.txt 101 | sinh(x) | (exp(x) - exp(-x)) / 2.0 |
103 | tanh(x) | sinh(x) / cosh(x) |
  /external/deqp/framework/delibs/debase/
deMath.h 145 DE_INLINE float deFloatSinh (float a) { return (float)sinh(a); }
159 DE_INLINE double deSinh (double a) { return sinh(a); }
  /external/llvm/test/Transforms/ConstProp/
calls.ll 20 declare double @sinh(double)
105 %15 = call double @sinh(double 3.000000e+00)
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/math/
cmplx.a 30 func @"".Sinh (@"".x·2 complex128) (? complex128)
239 !oTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cbZprebuilts/go/darwin-x86/src/math/cmplx/sin.go?"".Sinh??eH? %H;avtH??(W??D$8?$??D$?D$?D$?D$ ?D$0?$??\$?T$?D$ ?Y?f(??D$?Y??\$@?D$HH??(???s???
274 math.Sinh?
326 math.Sinh?
335 math.Sinh?*$f64.4000000000000000?
374 math.Sinh?*$f64.bff0000000000000?
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/math/
cmplx.a 30 func @"".Sinh (@"".x·2 complex128) (? complex128)
337  ?Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cbZprebuilts/go/darwin-x86/src/math/cmplx/sin.go?"".Sinh??eH? %H;a??H??(H?\$(H?$?W??D$8?$??T$?L$?T$?L$ ?D$0?$??\$?T$?D$ ?Y?f(??D$?Y??\$@?D$H?H??(???\???
378 math.Sinh?
453 math.Sinh?
468 math.Sinh?*$f64.4000000000000000?
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/math/
cmplx.a 30 func @"".Sinh (@"".x·2 complex128) (? complex128)
239 !oTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/math/cmplx/sin.go?"".Sinh??dH? %H;avtH??(W??D$8?$??D$?D$?D$?D$ ?D$0?$??\$?T$?D$ ?Y?f(??D$?Y??\$@?D$HH??(???s???
274 math.Sinh?
326 math.Sinh?
335 math.Sinh?*$f64.4000000000000000?
374 math.Sinh?*$f64.bff0000000000000?
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/math/
cmplx.a 30 func @"".Sinh (@"".x·2 complex128) (? complex128)
337  ?Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/math/cmplx/sin.go?"".Sinh??dH? %H;a??H??(H?\$(H?$?W??D$8?$??T$?L$?T$?L$ ?D$0?$??\$?T$?D$ ?Y?f(??D$?Y??\$@?D$H?H??(???\???
378 math.Sinh?
453 math.Sinh?
468 math.Sinh?*$f64.4000000000000000?
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
math.so 
  /art/runtime/entrypoints/quick/
quick_entrypoints_list.h 103 V(Sinh, double, double) \
  /external/clang/lib/Headers/
tgmath.h 353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro

Completed in 1033 milliseconds

1 2 3 4 5 6 7 891011>>