Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_erf.c308 __weak_reference(erfc, erfcl);
/bionic/tests/headers/posix/
Dmath_h.c169 FUNCTION(erfcl, long double (*f)(long double)); in math_h()
/bionic/libm/
Dlibm.map.txt95 erfcl; # introduced=21
/bionic/libc/include/
Dmath.h211 long double erfcl(long double __x) __RENAME_LDBL(erfc, 3, 21);
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_erfl.c256 erfcl(long double x) in erfcl() function
/bionic/libc/tools/
Dposix-2013.txt202 erfcl
/bionic/tests/
Dmath_test.cpp1048 TEST(MATH_TEST, erfcl) { in TEST() argument
1049 ASSERT_DOUBLE_EQ(0.15729920705028513L, erfcl(1.0L)); in TEST()