Home
last modified time | relevance | path

Searched refs:erf (Results 1 – 5 of 5) 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/libm/
Dlibm.map92 erf;
/bionic/libm/include/
Dmath.h227 double erf(double);
/bionic/libc/tools/
Dposix-2013.txt204 erf
/bionic/tests/
Dmath_test.cpp732 TEST(math, erf) { in TEST() argument
733 ASSERT_DOUBLE_EQ(0.84270079294971489, erf(1.0)); in TEST()