Home
last modified time | relevance | path

Searched refs:erf (Results 1 – 6 of 6) 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/libc/include/
Dmath.h205 double erf(double __x);
207 long double erfl(long double __x) __RENAME_LDBL(erf, 3, 21);
/bionic/tests/headers/posix/
Dmath_h.c166 FUNCTION(erf, double (*f)(double)); in math_h()
/bionic/libm/
Dlibm.map.txt92 erf;
/bionic/libc/tools/
Dposix-2013.txt204 erf
/bionic/tests/
Dmath_test.cpp987 TEST(MATH_TEST, erf) { in TEST() argument
988 ASSERT_DOUBLE_EQ(0.84270079294971489, erf(1.0)); in TEST()