Home
last modified time | relevance | path

Searched refs:erfc (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_erf.c250 erfc(double x) in erfc() function
308 __weak_reference(erfc, erfcl);
/bionic/tests/headers/posix/
Dtgmath_h.c79 TGMATH(erfc); in tgmath_h()
Dmath_h.c167 FUNCTION(erfc, double (*f)(double)); in math_h()
/bionic/libc/include/
Dmath.h209 double erfc(double __x);
211 long double erfcl(long double __x) __RENAME_LDBL(erfc, 3, 21);
/bionic/libm/
Dlibm.map.txt93 erfc;
/bionic/libc/tools/
Dposix-2013.txt201 erfc
/bionic/tests/
Dmath_test.cpp1040 TEST(MATH_TEST, erfc) { in TEST() argument
1041 ASSERT_DOUBLE_EQ(0.15729920705028513, erfc(1.0)); in TEST()