HomeSort by relevance Sort by last modified time
    Searched defs:atanh (Results 1 - 12 of 12) 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.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.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 271 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 280 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 271 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 280 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 271 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /external/clang/lib/Headers/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 508 milliseconds