Home
last modified time | relevance | path

Searched refs:roundf (Results 1 – 13 of 13) 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.cpp968 TEST(math, roundf) { in TEST() argument
971 ASSERT_FLOAT_EQ(1.0f, roundf(0.5f)); in TEST()
972 ASSERT_FLOAT_EQ(-1.0f, roundf(-0.5f)); in TEST()
973 ASSERT_FLOAT_EQ(0.0f, roundf(0.0f)); in TEST()
974 ASSERT_FLOAT_EQ(-0.0f, roundf(-0.0f)); in TEST()
975 ASSERT_TRUE(isnanf(roundf(nanf("")))); in TEST()
976 ASSERT_FLOAT_EQ(HUGE_VALF, roundf(HUGE_VALF)); in TEST()
1788 DoMathDataTest<1>(g_roundf_intel_data, roundf); in TEST()
/bionic/libc/include/
Dmath.h220 float roundf(float);
/bionic/libm/
Dlibm.x86.map227 roundf;
Dlibm.mips64.map227 roundf;
Dlibm.arm64.map227 roundf;
Dlibm.x86_64.map227 roundf;
Dlibm.mips.map227 roundf;
Dlibm.map.txt226 roundf;
Dlibm.arm.map227 roundf;
/bionic/libc/tools/
Dposix-2013.txt866 roundf