Home
last modified time | relevance | path

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

/bionic/libm/
Dfake_long_double.c44 long double erfl(long double a1) { return erf(a1); } in erfl()
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_erf.c190 erf(double x) in erf() function
/bionic/libm/include/
Dmath.h223 double erf(double);
/bionic/tests/
Dmath_test.cpp639 TEST(math, erf) { in TEST() argument
640 ASSERT_FLOAT_EQ(0.84270078, erf(1.0)); in TEST()