Searched refs:erfc (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/netbsd-tests/lib/libm/
H A Dt_erf.c186 * erfc(3)
191 atf_tc_set_md_var(tc, "descr", "Test erfc(NaN) == NaN");
198 ATF_CHECK(isnan(erfc(x)) != 0);
204 atf_tc_set_md_var(tc, "descr", "Test erfc(-Inf) == 2.0");
211 if (erfc(x) != 2.0)
212 atf_tc_fail_nonfatal("erfc(-Inf) != 2.0");
218 atf_tc_set_md_var(tc, "descr", "Test erfc(+Inf) == +0.0");
224 double y = erfc(x);
227 atf_tc_fail_nonfatal("erfc(+Inf) != +0.0");
/freebsd-10.2-release/contrib/libstdc++/include/tr1/
H A Dmath.h54 using std::tr1::erfc;
/freebsd-10.2-release/lib/msun/src/
H A Ds_erf.c17 * 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(
250 erfc(double x) function
[all...]
H A Dmath.h272 double erfc(double);
/freebsd-10.2-release/include/
H A Dtgmath.h168 #define erfc(x) __tg_simple(x, erfc) macro
/freebsd-10.2-release/tools/regression/include/tgmath/
H A Dtgmath.c109 TGMACRO_REAL(erfc)
493 PRINT("erfc",
494 PASS_REAL_ARG_REAL_RET(erfc));
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h645 // erfc
653 __tg_erfc(double __x) {return erfc(__x);}
659 #undef erfc macro
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
/freebsd-10.2-release/lib/msun/
H A DMakefile168 MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3 erf.3 erfl.3 erf.3 erfcl.3
/freebsd-10.2-release/contrib/gcc/
H A Dsys-protos.h308 extern double erfc(double);
/freebsd-10.2-release/contrib/libstdc++/
H A Dconfigure30987 erfc(0.0);
[all...]

Completed in 128 milliseconds