Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_llroundf.c5 #define roundit roundf
Ds_lroundf.c5 #define roundit roundf
Ds_roundf.c34 roundf(float x) in roundf() function
/bionic/tests/
Dmath_test.cpp959 TEST(math, roundf) { in TEST() argument
964 ASSERT_FLOAT_EQ(1.0f, roundf(0.5f)); in TEST()
965 ASSERT_FLOAT_EQ(-1.0f, roundf(-0.5f)); in TEST()
966 ASSERT_FLOAT_EQ(0.0f, roundf(0.0f)); in TEST()
967 ASSERT_FLOAT_EQ(-0.0f, roundf(-0.0f)); in TEST()
968 ASSERT_TRUE(isnanf(roundf(nanf("")))); in TEST()
969 ASSERT_FLOAT_EQ(HUGE_VALF, roundf(HUGE_VALF)); in TEST()
1769 DoMathDataTest<1>(g_roundf_intel_data, roundf); in TEST()
/bionic/libm/
Dlibm.map226 roundf;
/bionic/libm/include/
Dmath.h336 float roundf(float);
/bionic/libc/tools/
Dposix-2013.txt866 roundf