Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_erf.c246 __weak_reference(erf, erfl);
/bionic/tests/headers/posix/
Dmath_h.c171 FUNCTION(erfl, long double (*f)(long double)); in math_h()
/bionic/libm/
Dlibm.map.txt97 erfl; # introduced=21
/bionic/libc/include/
Dmath.h207 long double erfl(long double __x) __RENAME_LDBL(erf, 3, 21);
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_erfl.c194 erfl(long double x) in erfl() function
/bionic/libc/tools/
Dposix-2013.txt205 erfl
/bionic/tests/
Dmath_test.cpp995 TEST(MATH_TEST, erfl) { in TEST() argument
996 ASSERT_DOUBLE_EQ(0.84270079294971489L, erfl(1.0L)); in TEST()