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.c129 erfcf(float x) in erfcf() function
/bionic/libm/include/
Dmath.h339 float erfcf(float);
/bionic/tests/
Dmath_test.cpp756 TEST(math, erfcf) { in TEST() argument
757 ASSERT_FLOAT_EQ(0.15729921f, erfcf(1.0f)); in TEST()