Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_llroundl.c5 #define roundit roundl
Ds_lroundl.c5 #define roundit roundl
Ds_round.c59 __weak_reference(round, roundl);
Ds_roundl.c40 roundl(long double x) in roundl() function
/bionic/libm/
Dfake_long_double.c39 long double roundl(long double a1) { return round(a1); } in roundl() function
Dlibm.map227 roundl;
/bionic/tests/
Dmath_test.cpp972 TEST(math, roundl) { in TEST() argument
977 ASSERT_DOUBLE_EQ(1.0L, roundl(0.5L)); in TEST()
978 ASSERT_DOUBLE_EQ(-1.0L, roundl(-0.5L)); in TEST()
979 ASSERT_DOUBLE_EQ(0.0L, roundl(0.0L)); in TEST()
980 ASSERT_DOUBLE_EQ(-0.0L, roundl(-0.0L)); in TEST()
981 ASSERT_TRUE(isnan(roundl(nanl("")))); in TEST()
982 ASSERT_DOUBLE_EQ(HUGE_VALL, roundl(HUGE_VALL)); in TEST()
/bionic/libm/include/
Dmath.h452 long double roundl(long double);
/bionic/libc/tools/
Dposix-2013.txt868 roundl