Home
last modified time | relevance | path

Searched refs:roundf (Results 1 – 9 of 9) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_llroundf.c5 #define roundit roundf
Ds_lroundf.c5 #define roundit roundf
Ds_roundf.c36 roundf(float x) in roundf() function
/bionic/libm/
Dbuiltins.cpp91 float roundf(float x) { return __builtin_roundf(x); } in roundf() function
Dlibm.map.txt226 roundf;
/bionic/tests/
Dmath_test.cpp1247 TEST(math_h, roundf) { in TEST() argument
1250 ASSERT_FLOAT_EQ(1.0f, roundf(0.5f)); in TEST()
1251 ASSERT_FLOAT_EQ(-1.0f, roundf(-0.5f)); in TEST()
1252 ASSERT_FLOAT_EQ(0.0f, roundf(0.0f)); in TEST()
1253 ASSERT_FLOAT_EQ(-0.0f, roundf(-0.0f)); in TEST()
1254 ASSERT_TRUE(isnanf(roundf(nanf("")))); in TEST()
1255 ASSERT_FLOAT_EQ(HUGE_VALF, roundf(HUGE_VALF)); in TEST()
1256 ASSERT_FLOAT_EQ(-HUGE_VALF, roundf(-HUGE_VALF)); in TEST()
2141 DoMathDataTest<1>(g_roundf_intel_data, roundf); in TEST()
/bionic/tests/headers/posix/
Dmath_h.c304 FUNCTION(roundf, float (*f)(float)); in math_h()
/bionic/libc/include/
Dmath.h245 float roundf(float __x);
/bionic/libc/tools/
Dposix-2013.txt866 roundf