Home
last modified time | relevance | path

Searched refs:erfl (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/
Dfake_long_double.c44 long double erfl(long double a1) { return erf(a1); } in erfl() function
/bionic/libm/include/
Dmath.h464 long double erfl(long double);
/bionic/tests/
Dmath_test.cpp647 TEST(math, erfl) { in TEST() argument
648 ASSERT_FLOAT_EQ(0.84270078, erfl(1.0)); in TEST()