/external/fdlibm/ |
w_acosh.c | 16 * wrapper acosh(x) 22 double acosh(double x) /* wrapper acosh */ function 24 double acosh(x) /* wrapper acosh */ 35 return __kernel_standard(x,x,29); /* acosh(x<1) */
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
tgmath.h | 111 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
tgmath.h | 108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/ |
tgmath.h | 108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
tgmath.h | 111 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
tgmath.h | 108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/ |
tgmath.h | 108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 267 #define acosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, acosh, cacosh) macro
|
/external/clang/lib/Headers/ |
tgmath.h | 150 // acosh 158 __tg_acosh(double __x) {return acosh(__x);} 176 #undef acosh macro 177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
|
/prebuilt/sdk/11/renderscript/clang-include/ |
tgmath.h | 150 // acosh 158 __tg_acosh(double __x) {return acosh(__x);} 176 #undef acosh macro 177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
|
/prebuilt/sdk/12/renderscript/clang-include/ |
tgmath.h | 150 // acosh 158 __tg_acosh(double __x) {return acosh(__x);} 176 #undef acosh macro 177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
|
/prebuilt/sdk/13/renderscript/clang-include/ |
tgmath.h | 150 // acosh 158 __tg_acosh(double __x) {return acosh(__x);} 176 #undef acosh macro 177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
|
/prebuilt/sdk/14/renderscript/clang-include/ |
tgmath.h | 150 // acosh 158 __tg_acosh(double __x) {return acosh(__x);} 176 #undef acosh macro 177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
|
/packages/apps/Calculator/ |
arity-2.1.2.jar | |