HomeSort by relevance Sort by last modified time
    Searched full:atanh (Results 1 - 25 of 577) 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);
  /external/v8/test/mjsunit/es6/
math-hyperbolic.js 31 [Math.sinh, Math.cosh, Math.tanh, Math.asinh, Math.acosh, Math.atanh].
53 test_id(Math.tanh, Math.atanh, x);
54 test_id(Math.tanh, Math.atanh, -x);
58 [Math.sinh, Math.asinh, Math.tanh, Math.atanh].forEach(function(fun) {
78 assertEquals(-Infinity, Math.atanh(-1));
79 assertEquals(Infinity, Math.atanh(1));
81 // Math.atanh(x) is NaN for |x| > 1 and NaN
83 assertTrue(isNaN(Math.atanh(-x)));
84 assertTrue(isNaN(Math.atanh(x)));
128 assertEqualsDelta(0.5493061443341, Math.atanh(0.5), 1E-12)
    [all...]
  /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-3/arch-arm/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/external/vulkancts/mustpass/1.0.0/src/
test-issues.txt 8 dEQP-VK.glsl.builtin.precision.atanh.highp_compute.*
9 dEQP-VK.glsl.builtin.precision.atanh.mediump_compute.*
  /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/current/platforms/android-12/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/lib/
libm.so 

Completed in 1347 milliseconds

1 2 3 4 5 6 7 8 91011>>