Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_erff.c81 erff(float x) in erff() function
/bionic/tests/headers/posix/
Dmath_h.c170 FUNCTION(erff, float (*f)(float)); in math_h()
/bionic/libm/
Dlibm.map.txt96 erff;
/bionic/libc/include/
Dmath.h205 float erff(float __x);
/bionic/libc/tools/
Dposix-2013.txt203 erff
/bionic/tests/
Dmath_test.cpp1026 TEST(math_h, erff) { in TEST() argument
1027 ASSERT_FLOAT_EQ(0.84270078f, erff(1.0f)); in TEST()