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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAsinh.rs 24 return asinh(inV);
28 return asinh(inV);
32 return asinh(inV);
36 return asinh(inV);
40 return asinh(inV);
44 return asinh(inV);
48 return asinh(inV);
52 return asinh(inV);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_math.h 16 #define m_asinh asinh
18 /* if the system doesn't have asinh, use the substitute
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_math.h 16 #define m_asinh asinh
18 /* if the system doesn't have asinh, use the substitute
  /prebuilts/go/darwin-x86/src/math/
asinh.go 22 // asinh(x)
25 // asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
27 // asinh(x) := x if 1+x*x=1,
33 // Asinh returns the inverse hyperbolic sine of x.
36 // Asinh(±0) = ±0
37 // Asinh(±Inf) = ±Inf
38 // Asinh(NaN) = NaN
39 func Asinh(x float64) float64 {
  /prebuilts/go/linux-x86/src/math/
asinh.go 22 // asinh(x)
25 // asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
27 // asinh(x) := x if 1+x*x=1,
33 // Asinh returns the inverse hyperbolic sine of x.
36 // Asinh(±0) = ±0
37 // Asinh(±Inf) = ±Inf
38 // Asinh(NaN) = NaN
39 func Asinh(x float64) float64 {
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_asinh.c 16 /* asinh(x)
19 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
21 * asinh(x) := x if 1+x*x=1,
38 asinh(double x) function
61 __weak_reference(asinh, asinhl);
  /external/fdlibm/
s_asinh.c 14 /* asinh(x)
17 * asinh(x) = sign(x) * log [ |x| + ieee_sqrt(x*x+1) ]
19 * asinh(x) := x if 1+x*x=1,
37 double asinh(double x) function
39 double asinh(x)
  /development/ndk/platforms/android-13/arch-arm/symbols/
libm.so.functions.txt 10 asinh
  /development/ndk/platforms/android-13/arch-mips/symbols/
libm.so.functions.txt 10 asinh
  /development/ndk/platforms/android-9/arch-arm/symbols/
libm.so.functions.txt 10 asinh
  /development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt 10 asinh
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
cmath_testcases.txt 11 -- <function> is the function to be tested (exp, cos, asinh, ...),
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
cmath_testcases.txt 11 -- <function> is the function to be tested (exp, cos, asinh, ...),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
cmath_testcases.txt 11 -- <function> is the function to be tested (exp, cos, asinh, ...),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
cmath_testcases.txt 11 -- <function> is the function to be tested (exp, cos, asinh, ...),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
cmath_testcases.txt 11 -- <function> is the function to be tested (exp, cos, asinh, ...),
    [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 
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/libr6/
libm.so 

Completed in 3771 milliseconds

1 2 3 4 5 6 7 8 91011>>