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_lroundf.c5 #define roundit roundf
Ds_llroundf.c5 #define roundit roundf
Ds_roundf.c36 roundf(float x) in roundf() function
/bionic/libm/
Dbuiltins.cpp67 float roundf(float x) { return __builtin_roundf(x); } in roundf() function
Dlibm.map.txt226 roundf;
/bionic/tests/
Dmath_test.cpp1212 TEST(MATH_TEST, roundf) { in TEST() argument
1215 ASSERT_FLOAT_EQ(1.0f, roundf(0.5f)); in TEST()
1216 ASSERT_FLOAT_EQ(-1.0f, roundf(-0.5f)); in TEST()
1217 ASSERT_FLOAT_EQ(0.0f, roundf(0.0f)); in TEST()
1218 ASSERT_FLOAT_EQ(-0.0f, roundf(-0.0f)); in TEST()
1219 ASSERT_TRUE(isnanf(roundf(nanf("")))); in TEST()
1220 ASSERT_FLOAT_EQ(HUGE_VALF, roundf(HUGE_VALF)); in TEST()
1221 ASSERT_FLOAT_EQ(-HUGE_VALF, roundf(-HUGE_VALF)); in TEST()
2094 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.h246 float roundf(float __x);
/bionic/libc/tools/
Dposix-2013.txt866 roundf