HomeSort by relevance Sort by last modified time
    Searched full:atanh (Results 1 - 25 of 883) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAtanh.rs 24 return atanh(inV);
28 return atanh(inV);
32 return atanh(inV);
36 return atanh(inV);
40 return atanh(inV);
44 return atanh(inV);
48 return atanh(inV);
52 return atanh(inV);
  /external/fdlibm/
w_atanh.c 14 * wrapper atanh(x)
21 double atanh(double x) /* wrapper atanh */ function
23 double atanh(x) /* wrapper atanh */
36 return __kernel_standard(x,x,30); /* atanh(|x|>1) */
38 return __kernel_standard(x,x,31); /* atanh(|x|==1) */
e_atanh.c 17 * 1.Reduced x to positive by atanh(-x) = -atanh(x)
20 * atanh(x) = --- * ieee_log(1 + -------) = 0.5 * ieee_log1p(2 * --------)
24 * atanh(x) = 0.5*ieee_log1p(2x+2x*x/(1-x))
27 * atanh(x) is NaN if |x| > 1 with signal;
28 * atanh(NaN) is that NaN with no signal;
29 * atanh(+-1) is +-INF with signal.
  /prebuilts/go/darwin-x86/src/math/
atanh.go 24 // 1. Reduce x to positive by atanh(-x) = -atanh(x)
27 // atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
31 // atanh(x) = 0.5*log1p(2x+2x*x/(1-x))
34 // atanh(x) is NaN if |x| > 1 with signal;
35 // atanh(NaN) is that NaN with no signal;
36 // atanh(+-1) is +-INF with signal.
39 // Atanh returns the inverse hyperbolic tangent of x.
42 // Atanh(1) = +Inf
43 // Atanh(±0) = ±
    [all...]
  /prebuilts/go/linux-x86/src/math/
atanh.go 24 // 1. Reduce x to positive by atanh(-x) = -atanh(x)
27 // atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
31 // atanh(x) = 0.5*log1p(2x+2x*x/(1-x))
34 // atanh(x) is NaN if |x| > 1 with signal;
35 // atanh(NaN) is that NaN with no signal;
36 // atanh(+-1) is +-INF with signal.
39 // Atanh returns the inverse hyperbolic tangent of x.
42 // Atanh(1) = +Inf
43 // Atanh(±0) = ±
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atanh.c 20 * 1.Reduced x to positive by atanh(-x) = -atanh(x)
23 * atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
27 * atanh(x) = 0.5*log1p(2x+2x*x/(1-x))
30 * atanh(x) is NaN if |x| > 1 with signal;
31 * atanh(NaN) is that NaN with no signal;
32 * atanh(+-1) is +-INF with signal.
67 __weak_reference(atanh, atanhl);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_math.h 24 #define m_atanh atanh
26 /* if the system doesn't have atanh, use the substitute
_math.c 9 implementations of acosh, asinh and atanh. */
114 /* atanh(x)
116 * 1.Reduced x to positive by atanh(-x) = -atanh(x)
119 * atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * -------)
123 * atanh(x) = 0.5*log1p(2x+2x*x/(1-x))
126 * atanh(x) is NaN if |x| >= 1 with signal;
127 * atanh(NaN) is that NaN with no signal;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_math.h 24 #define m_atanh atanh
26 /* if the system doesn't have atanh, use the substitute
_math.c 9 implementations of acosh, asinh and atanh. */
114 /* atanh(x)
116 * 1.Reduced x to positive by atanh(-x) = -atanh(x)
119 * atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * -------)
123 * atanh(x) = 0.5*log1p(2x+2x*x/(1-x))
126 * atanh(x) is NaN if |x| >= 1 with signal;
127 * atanh(NaN) is that NaN with no signal;
  /development/ndk/platforms/android-13/arch-arm/symbols/
libm.so.functions.txt 16 atanh
  /development/ndk/platforms/android-13/arch-mips/symbols/
libm.so.functions.txt 16 atanh
  /development/ndk/platforms/android-9/arch-arm/symbols/
libm.so.functions.txt 16 atanh
  /development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt 16 atanh
  /external/mesa3d/src/glsl/builtins/ir/
atanh.ir 1 ((function atanh
  /external/deqp/android/cts/master/src/
vk-test-issues.txt 8 dEQP-VK.glsl.builtin.precision.atanh.highp_compute.*
9 dEQP-VK.glsl.builtin.precision.atanh.mediump_compute.*
  /external/deqp/external/vulkancts/mustpass/1.0.2/src/
test-issues.txt 8 dEQP-VK.glsl.builtin.precision.atanh.highp_compute.*
9 dEQP-VK.glsl.builtin.precision.atanh.mediump_compute.*
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
cmath_testcases.txt     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
cmath_testcases.txt     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
cmath_testcases.txt     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
cmath_testcases.txt     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
cmath_testcases.txt     [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/libr2/
libm.so 

Completed in 938 milliseconds

1 2 3 4 5 6 7 8 91011>>