Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_erf.c197 erf(double x) in erf() function
246 __weak_reference(erf, erfl);
/bionic/tests/headers/posix/
Dtgmath_h.c78 TGMATH(erf); in tgmath_h()
Dmath_h.c166 FUNCTION(erf, double (*f)(double)); in math_h()
/bionic/libm/
Dlibm.map.txt92 erf;
/bionic/libc/include/
Dmath.h204 double erf(double __x);
/bionic/libc/tools/
Dposix-2013.txt204 erf
/bionic/tests/
Dmath_test.cpp1022 TEST(math_h, erf) { in TEST() argument
1023 ASSERT_DOUBLE_EQ(0.84270079294971489, erf(1.0)); in TEST()