HomeSort by relevance Sort by last modified time
    Searched defs:atanh (Results 1 - 9 of 9) sorted by null

  /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) */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 113 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 113 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 271 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 1659 milliseconds