HomeSort by relevance Sort by last modified time
    Searched refs:tanh (Results 26 - 50 of 249) sorted by null

12 3 4 5 6 7 8 910

  /external/ceres-solver/internal/ceres/
jet_test.cc 169 { // Check that tanh(x + y) = (tanh(x) + tanh(y)) / (1 + tanh(x) tanh(y))
170 J z = tanh(x + y);
171 J w = (tanh(x) + tanh(y)) / (J(1.0) + tanh(x) * tanh(y))
    [all...]
  /external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
tanh.pass.cpp 14 // tanh(const complex<T>& x);
25 assert(tanh(c) == x);
42 std::complex<double> r = tanh(x[i]);
  /libcore/luni/src/main/native/
java_lang_Math.cpp 87 return tanh(a);
146 NATIVE_METHOD(Math, tanh, "!(D)D"),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
tanh.pass.cpp 14 // tanh(const complex<T>& x);
25 assert(tanh(c) == x);
42 std::complex<double> r = tanh(x[i]);
  /bionic/libm/x86_64/
s_tanh.S 35 // tanh(x)=(exp(x)-exp(-x))/(exp(x)+exp(-x))=(1-exp(-2*x))/(1+exp(-2*x))
73 // tanh(NaN) = quiet NaN, and raise invalid exception
74 // tanh(INF) = that INF
75 // tanh(+/-0) = +/-0
80 # -- Begin tanh
81 ENTRY(tanh) function
256 END(tanh)
257 # -- End tanh
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 535 assertTrue("Should return NaN", Double.isNaN(Math.tanh(Double.NaN)));
537 .tanh(Double.POSITIVE_INFINITY), 0D);
539 .tanh(Double.NEGATIVE_INFINITY), 0D);
541 .tanh(0.0)));
543 .doubleToLongBits(Math.tanh(+0.0)));
545 .doubleToLongBits(Math.tanh(-0.0)));
547 assertEquals("Should return 1.0", 1.0, Math.tanh(1234.56), 0D);
548 assertEquals("Should return -1.0", -1.0, Math.tanh(-1234.56), 0D);
550 9.999999999996666E-7, Math.tanh(0.000001), 0D);
552 .tanh(2.33482), 0D)
    [all...]
OldAndroidStrictMathTest.java 557 assertTrue(Double.isNaN(StrictMath.tanh(Double.NaN)));
559 .tanh(Double.POSITIVE_INFINITY), 0D);
561 .tanh(Double.NEGATIVE_INFINITY), 0D);
563 .doubleToLongBits(StrictMath.tanh(0.0)));
565 .doubleToLongBits(StrictMath.tanh(+0.0)));
567 .doubleToLongBits(StrictMath.tanh(-0.0)));
569 assertEquals("Should return 1.0", 1.0, StrictMath.tanh(1234.56), 0D);
570 assertEquals("Should return -1.0", -1.0, StrictMath.tanh(-1234.56), 0D);
572 9.999999999996666E-7, StrictMath.tanh(0.000001), 0D);
574 StrictMath.tanh(2.33482), 0D)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp 168 // tanh
181 _STLP_DECLSPEC complex<float> _STLP_CALL tanh(const complex<float>& z) function
184 _STLP_DECLSPEC complex<double> _STLP_CALL tanh(const complex<double>& z) function
188 _STLP_DECLSPEC complex<long double> _STLP_CALL tanh(const complex<long double>& z) function
  /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)
381 _STLP_DMATH_INLINE(tanh)
452 _STLP_DEF_MATH_INLINE(tanh, tanh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
593 using ::tanh;
  /prebuilts/ndk/5/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)
381 _STLP_DMATH_INLINE(tanh)
452 _STLP_DEF_MATH_INLINE(tanh, tanh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
593 using ::tanh;
  /prebuilts/ndk/6/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)
381 _STLP_DMATH_INLINE(tanh)
452 _STLP_DEF_MATH_INLINE(tanh, tanh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
593 using ::tanh;
  /prebuilts/ndk/7/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)
381 _STLP_DMATH_INLINE(tanh)
452 _STLP_DEF_MATH_INLINE(tanh, tanh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
593 using ::tanh;
  /prebuilts/ndk/8/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)
381 _STLP_DMATH_INLINE(tanh)
452 _STLP_DEF_MATH_INLINE(tanh, tanh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
593 using ::tanh;
  /prebuilts/ndk/9/sources/cxx-stl/EH/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)
381 _STLP_DMATH_INLINE(tanh)
452 _STLP_DEF_MATH_INLINE(tanh, tanh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
593 using ::tanh;
  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 108 CPPUNIT_CHECK( are_equals(std::tanh(0.0), 0.0) );
133 CPPUNIT_CHECK( are_equals(std::tanh(0.0f), 0.0f) );
160 CPPUNIT_CHECK( are_equals(std::tanh(0.0l), 0.0l) );
  /ndk/tests/device/test-stlport/unit/
cmath_test.cpp 108 CPPUNIT_CHECK( are_equals(std::tanh(0.0), 0.0) );
133 CPPUNIT_CHECK( are_equals(std::tanh(0.0f), 0.0f) );
160 CPPUNIT_CHECK( are_equals(std::tanh(0.0l), 0.0l) );
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 85 IMPORT_F32_FN_F32(tanh)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StrictMathTest.java     [all...]
  /ndk/sources/android/support/src/
math_support.c 67 __attribute__((weak)) long double tanhl(long double x) { return tanh((double)x); }
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 127 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 127 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 116 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh) macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py     [all...]

Completed in 1203 milliseconds

12 3 4 5 6 7 8 910