Home
last modified time | relevance | path

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

/bionic/libm/
Dfake_long_double.c43 long double erfcl(long double a1) { return erfc(a1); } in erfcl() function
/bionic/libm/include/
Dmath.h463 long double erfcl(long double);
/bionic/tests/
Dmath_test.cpp659 TEST(math, erfcl) { in TEST() argument
660 ASSERT_FLOAT_EQ(0.15729921, erfcl(1.0)); in TEST()