Home
last modified time | relevance | path

Searched defs:erfcl (Results 1 – 2 of 2) sorted by relevance

/bionic/libm/
Dfake_long_double.c43 long double erfcl(long double a1) { return erfc(a1); } in erfcl() function
/bionic/tests/
Dmath_test.cpp659 TEST(math, erfcl) { in TEST() argument