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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_erf.c 17 * double erfc(double x)
24 * erfc(x) = 1-erf(x)
27 * erfc(-x) = 2 - erfc(x)
32 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
52 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0
66 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1/S1)
67 * erf(x) = 1 - erfc(x)
73 * erfc(x) = (1/x)*exp(-x*x-0.5625+R2/S2) if x > 0
76 * erf(x) = sign(x)*(1.0 - erfc(x)) if x < 6, els
242 erfc(double x) function
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 129 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 129 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 140 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 140 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 129 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 129 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 381 #define erfc(Val) __TGMATH_UNARY_REAL_ONLY (Val, erfc) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 390 #define erfc(Val) __TGMATH_UNARY_REAL_ONLY (Val, erfc) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 381 #define erfc(Val) __TGMATH_UNARY_REAL_ONLY (Val, erfc) 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 390 #define erfc(Val) __TGMATH_UNARY_REAL_ONLY (Val, erfc) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 381 #define erfc(Val) __TGMATH_UNARY_REAL_ONLY (Val, erfc) macro
  /external/clang/lib/Headers/
tgmath.h 645 // erfc
653 __tg_erfc(double __x) {return erfc(__x);}
659 #undef erfc macro
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 645 // erfc
653 __tg_erfc(double __x) {return erfc(__x);}
659 #undef erfc macro
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
  /external/eigen/unsupported/test/mpreal/
mpreal.h 378 friend const mpreal erfc (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
2047 inline const mpreal erfc (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]

Completed in 505 milliseconds