HomeSort by: relevance | last modified time | path
    Searched defs:erfc (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libm/src/
s_erf.c 19 * double erfc(double x)
26 * erfc(x) = 1-erf(x)
29 * erfc(-x) = 2 - erfc(x)
34 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
54 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0
68 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1/S1)
69 * erf(x) = 1 - erfc(x)
75 * erfc(x) = (1/x)*exp(-x*x-0.5625+R2/S2) if x > 0
78 * erf(x) = sign(x)*(1.0 - erfc(x)) if x < 6, els
244 erfc(double x) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 85 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 85 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /src/include/
tgmath.h 154 #define erfc(a) __TG_FN1(erfc, (a)) macro
  /src/lib/libm/noieee_src/
n_erf.c 44 * Performance of erfc(x):
56 * double erfc(double x)
63 * erfc(x) = 1-erf(x)
69 * erfc(x) = 1 - erf(x) if x<=0.25
92 * erfc(x) = (1-c) - P1(s)/Q1(s)
106 * erfc(x) = (1/x)exp(-x*x-(.5*log(pi) -.5z + R(z)/S(z))
112 * erfc(x) = (1/x)exp(-x*x-(.5*log(pi)+eps + zP(z))
119 * erfc(x) ~ ---------- * ( 1 + Poly(1/x^2) );
126 * erfc*x*exp(x*x) ~ 1/sqrt(pi);
139 * erfc(x) = tiny*tiny (raise underflow
330 erfc(double x) function
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 638 // erfc
646 __tg_erfc(double __x) {return erfc(__x);}
652 #undef erfc macro
653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
__clang_cuda_math.h 95 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } function
__clang_hip_math.h 744 double erfc(double __x) { return __ocml_erfc_f64(__x); } function

Completed in 19 milliseconds