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

1 2 3 4 5 6 7

  /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);
  /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) */
fdlibm.h 145 extern double atanh __P((double));
  /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...]
  /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/libcxx/test/std/numerics/complex.number/complex.transcendentals/
atan.pass.cpp 43 std::complex<double> t2 = atanh(t1);
atanh.pass.cpp 14 // atanh(const complex<T>& x);
25 assert(atanh(c) == x);
42 std::complex<double> r = atanh(x[i]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
atan.pass.cpp 43 std::complex<double> t2 = atanh(t1);
atanh.pass.cpp 14 // atanh(const complex<T>& x);
25 assert(atanh(c) == x);
42 std::complex<double> r = atanh(x[i]);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 40 IMPORT_F32_FN_F32(atanh)
  /ndk/sources/android/support/src/
math_support.c 70 __attribute__((weak)) long double atanhl(long double x) { return atanh((double)x); }
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 121 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 121 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /external/clang/test/CodeGen/
libcall-declarations.c 55 double atanh(double);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
354 // CHECK-NOERRNO: declare double @atanh(double) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 93 __MATHCALL (atanh,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 278 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 93 __MATHCALL (atanh,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 278 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 93 __MATHCALL (atanh,, (_Mdouble_ __x));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 194 self.ftest('atanh(0)', math.atanh(0), 0)
195 self.ftest('atanh(0.5)', math.atanh(0.5), 0.54930614433405489)
196 self.ftest('atanh(-0.5)', math.atanh(-0.5), -0.54930614433405489)
197 self.assertRaises(ValueError, math.atanh, 1)
198 self.assertRaises(ValueError, math.atanh, -1)
199 self.assertRaises(ValueError, math.atanh, INF)
200 self.assertRaises(ValueError, math.atanh, NINF
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 194 self.ftest('atanh(0)', math.atanh(0), 0)
195 self.ftest('atanh(0.5)', math.atanh(0.5), 0.54930614433405489)
196 self.ftest('atanh(-0.5)', math.atanh(-0.5), -0.54930614433405489)
197 self.assertRaises(ValueError, math.atanh, 1)
198 self.assertRaises(ValueError, math.atanh, -1)
199 self.assertRaises(ValueError, math.atanh, INF)
200 self.assertRaises(ValueError, math.atanh, NINF
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 361 milliseconds

1 2 3 4 5 6 7