Searched defs:erfcl (Results 1 – 2 of 2) sorted by relevance
/bionic/libm/ | ||
D | fake_long_double.c | 43 long double erfcl(long double a1) { return erfc(a1); } in erfcl() function |
/bionic/tests/ | ||
D | math_test.cpp | 659 TEST(math, erfcl) { in TEST() argument |