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

  /bionic/libm/upstream-freebsd/lib/msun/src/
imprecise.c 64 DECLARE_IMPRECISE(erfc); variable
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.8/lib/gcc/arm-eabi/4.8/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.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 129 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 388 #define erfc(Val) __TGMATH_UNARY_REAL_ONLY (Val, erfc) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 388 #define erfc(Val) __TGMATH_UNARY_REAL_ONLY (Val, erfc) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 129 #define erfc(x) __TGMATH_REAL(x, 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/clang/darwin-x86/host/3.4/lib/clang/3.4/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
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/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
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/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
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/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
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/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
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/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
  /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 388 friend const mpreal erfc (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2105 inline const mpreal erfc (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(erfc ); } function in namespace:mpfr
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 69 static native float erfc(float x); method in class:CoreMathVerifier
    [all...]

Completed in 619 milliseconds