Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_erf.c308 __weak_reference(erfc, erfcl);
/bionic/libm/
Dlibm.map95 erfcl;
/bionic/libm/include/
Dmath.h415 long double erfcl(long double);
/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.cpp752 TEST(math, erfcl) { in TEST() argument
753 ASSERT_DOUBLE_EQ(0.15729920705028513l, erfcl(1.0L)); in TEST()