Searched refs:roundf (Results 1 – 9 of 9) sorted by relevance
5 #define roundit roundf
36 roundf(float x) in roundf() function
91 float roundf(float x) { return __builtin_roundf(x); } in roundf() function
226 roundf;
1247 TEST(math_h, roundf) { in TEST() argument1250 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()
304 FUNCTION(roundf, float (*f)(float)); in math_h()
245 float roundf(float __x);
866 roundf