HomeSort by relevance Sort by last modified time
    Searched refs:tanh (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 53 using ::tanh;
  /bionic/libstdc++/include/
cmath 55 using ::tanh;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 55 using ::tanh;
  /ndk/sources/cxx-stl/system/include/
cmath 55 using ::tanh;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cmath 53 using ::tanh;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cmath 53 using ::tanh;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cmath 55 using ::tanh;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cmath 55 using ::tanh;
  /bionic/libm/src/
s_tanh.c 17 /* Tanh(x)
23 * 0. tanh(x) is defined to be -----------
26 * 1. reduce x to non-negative by tanh(-x) = -tanh(x).
27 * 2. 0 <= x <= 2**-55 : tanh(x) := x*(one+x)
29 * 2**-55 < x <= 1 : tanh(x) := -----; t = expm1(-2x)
32 * 1 <= x <= 22.0 : tanh(x) := 1- ----- ; t=expm1(2x)
34 * 22.0 < x <= INF : tanh(x) := 1.
37 * tanh(NaN) is NaN;
38 * only tanh(0)=0 is exact for finite argument
47 tanh(double x) function
    [all...]
  /external/stlport/test/unit/
valarray_test.cpp 51 tmp = tanh(darray);
77 tmp = tanh(farray);
104 tmp = tanh(ldarray);
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-gnustl-full/unit/
valarray_test.cpp 51 tmp = tanh(darray);
77 tmp = tanh(farray);
104 tmp = tanh(ldarray);
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/
valarray_test.cpp 51 tmp = tanh(darray);
77 tmp = tanh(farray);
104 tmp = tanh(ldarray);
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) );
  /libcore/luni/src/main/native/
java_lang_Math.cpp 79 return tanh(a);
131 NATIVE_METHOD(Math, tanh, "!(D)D"),
  /external/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
  /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
  /external/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/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;
  /prebuilt/ndk/android-ndk-r5/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;
  /prebuilt/ndk/android-ndk-r6/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;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java     [all...]

Completed in 162 milliseconds

1 2 3 4