Home
last modified time | relevance | path

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

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