Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_erff.c151 erfcf(float x) in erfcf() function
/bionic/libm/include/
Dmath.h334 float erfcf(float);
/bionic/tests/
Dmath_test.cpp655 TEST(math, erfcf) { in TEST() argument
656 ASSERT_FLOAT_EQ(0.15729921f, erfcf(1.0f)); in TEST()