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

/bionic/tests/headers/posix/
H A Dtgmath_h.c79 TGMATH(erfc);
H A Dmath_h.c167 FUNCTION(erfc, double (*f)(double));
/bionic/libm/upstream-freebsd/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...]
/bionic/libc/include/
H A Dmath.h211 double erfc(double __x);
213 long double erfcl(long double __x) __RENAME_LDBL(erfc, 3, 21);
/bionic/tools/versioner/current/
H A Dmath.h211 double erfc(double __x);
213 long double erfcl(long double __x) __RENAME_LDBL(erfc, 3, 21);
/bionic/tests/
H A Dmath_test.cpp877 TEST(MATH_TEST, erfc) {
878 ASSERT_DOUBLE_EQ(0.15729920705028513, erfc(1.0));

Completed in 605 milliseconds