/external/chromium_org/chrome/installer/mini_installer/ |
decompress.cc | 247 ERF erf = {0}; local 249 cpuUNKNOWN, &erf);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_erf.c | 16 /* double erf(double x) 20 * erf(x) = --------- | exp(-t*t)dt 24 * erfc(x) = 1-erf(x) 26 * erf(-x) = -erf(x) 31 * erf(x) = x + x*R(x^2) 32 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25] 37 * | R - (erf(x)-x)/x | <= 2 41 * erf(x) = (2/sqrt(pi))*(x - x^3/3 + x^5/10 - x^7/42 + ....) 45 * point of erf(x) is near 0.6174 (i.e., erf(x)=x when x i 190 erf(double x) function [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 128 #define erf(x) __TGMATH_REAL(x, erf) macro
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 128 #define erf(x) __TGMATH_REAL(x, erf) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 139 #define erf(x) __TGMATH_REAL(x, erf) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 139 #define erf(x) __TGMATH_REAL(x, erf) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 128 #define erf(x) __TGMATH_REAL(x, erf) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 128 #define erf(x) __TGMATH_REAL(x, erf) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 380 #define erf(Val) __TGMATH_UNARY_REAL_ONLY (Val, erf) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/ |
tgmath.h | 389 #define erf(Val) __TGMATH_UNARY_REAL_ONLY (Val, erf) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 380 #define erf(Val) __TGMATH_UNARY_REAL_ONLY (Val, erf) 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 | 389 #define erf(Val) __TGMATH_UNARY_REAL_ONLY (Val, erf) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 380 #define erf(Val) __TGMATH_UNARY_REAL_ONLY (Val, erf) macro
|
/external/clang/lib/Headers/ |
tgmath.h | 628 // erf 636 __tg_erf(double __x) {return erf(__x);} 642 #undef erf macro 643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 628 // erf 636 __tg_erf(double __x) {return erf(__x);} 642 #undef erf macro 643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
|
/external/eigen/unsupported/test/mpreal/ |
mpreal.h | 377 friend const mpreal erf (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
2040 inline const mpreal erf (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr [all...] |