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

  /bionic/libm/src/
s_erf.c 18 * double erfc(double x)
25 * erfc(x) = 1-erf(x)
28 * erfc(-x) = 2 - erfc(x)
33 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
53 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0
67 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1/S1)
68 * erf(x) = 1 - erfc(x)
74 * erfc(x) = (1/x)*exp(-x*x-0.5625+R2/S2) if x > 0
77 * erf(x) = sign(x)*(1.0 - erfc(x)) if x < 6, els
243 erfc(double x) function
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 129 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 129 #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/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

Completed in 299 milliseconds