Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_erff.c128 erfcf(float x) in erfcf() function
/bionic/tests/headers/posix/
Dmath_h.c168 FUNCTION(erfcf, float (*f)(float)); in math_h()
/bionic/libm/
Dlibm.map.txt94 erfcf;
/bionic/libc/include/
Dmath.h209 float erfcf(float __x);
/bionic/libc/tools/
Dposix-2013.txt200 erfcf
/bionic/tests/
Dmath_test.cpp1038 TEST(math_h, erfcf) { in TEST() argument
1039 ASSERT_FLOAT_EQ(0.15729921f, erfcf(1.0f)); in TEST()