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

1 2 3 4 5 6 7 8

  /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;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath 53 using ::tanh;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 53 using ::tanh;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 55 using ::tanh;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 55 using ::tanh;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 55 using ::tanh;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 55 using ::tanh;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 55 using ::tanh;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 55 using ::tanh;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cmath 55 using ::tanh;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cmath 55 using ::tanh;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanh.c 16 /* Tanh(x)
22 * 0. tanh(x) is defined to be -----------
25 * 1. reduce x to non-negative by tanh(-x) = -tanh(x).
26 * 2. 0 <= x < 2**-28 : tanh(x) := x with inexact if x != 0
28 * 2**-28 <= x < 1 : tanh(x) := -----; t = expm1(-2x)
31 * 1 <= x < 22 : tanh(x) := 1 - -----; t = expm1(2x)
33 * 22 <= x <= INF : tanh(x) := 1.
36 * tanh(NaN) is NaN;
37 * only tanh(0)=0 is exact for finite argument
46 tanh(double x) function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
tanh_valarray.pass.cpp 16 // tanh(const valarray<T>& x);
46 std::valarray<T> v3 = tanh(v1);
  /external/stlport/test/unit/
valarray_test.cpp 51 tmp = tanh(darray);
77 tmp = tanh(farray);
104 tmp = tanh(ldarray);
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 51 tmp = tanh(darray);
77 tmp = tanh(farray);
104 tmp = tanh(ldarray);
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 51 tmp = tanh(darray);
77 tmp = tanh(farray);
104 tmp = tanh(ldarray);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
tan.pass.cpp 45 std::complex<double> t2 = tanh(t1);
tanh.pass.cpp 14 // tanh(const complex<T>& x);
25 assert(tanh(c) == x);
42 std::complex<double> r = tanh(x[i]);
  /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...]
  /libcore/luni/src/main/native/
java_lang_Math.cpp 87 return tanh(a);
146 NATIVE_METHOD(Math, tanh, "!(D)D"),
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TanhTest.java 72 ref[idxRef] = (float)(Math.tanh((double)in[idx]));
  /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

Completed in 326 milliseconds

1 2 3 4 5 6 7 8