Home
last modified time | relevance | path

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

/bionic/libm/
Dlibm.arm64.map96 erfcl;
Dlibm.x86.map96 erfcl;
Dlibm.mips64.map96 erfcl;
Dlibm.x86_64.map96 erfcl;
Dlibm.mips.map96 erfcl;
Dlibm.arm.map96 erfcl;
Dlibm.map.txt95 erfcl;
/bionic/libm/include/
Dmath.h371 long double erfcl(long double);
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_erf.c308 __weak_reference(erfc, erfcl);
/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()