Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_lroundl.c5 #define roundit roundl
Ds_llroundl.c5 #define roundit roundl
Ds_roundl.c42 roundl(long double x) in roundl() function
Ds_round.c61 __weak_reference(round, roundl);
/bionic/libm/
Dfake_long_double.c39 long double roundl(long double a1) { return round(a1); } in roundl() function
Dlibm.map.txt227 roundl;
/bionic/tests/
Dmath_test.cpp1259 TEST(math_h, roundl) { in TEST() argument
1262 ASSERT_DOUBLE_EQ(1.0L, roundl(0.5L)); in TEST()
1263 ASSERT_DOUBLE_EQ(-1.0L, roundl(-0.5L)); in TEST()
1264 ASSERT_DOUBLE_EQ(0.0L, roundl(0.0L)); in TEST()
1265 ASSERT_DOUBLE_EQ(-0.0L, roundl(-0.0L)); in TEST()
1266 ASSERT_TRUE(isnan(roundl(nanl("")))); in TEST()
1267 ASSERT_DOUBLE_EQ(HUGE_VALL, roundl(HUGE_VALL)); in TEST()
1268 ASSERT_DOUBLE_EQ(-HUGE_VALL, roundl(-HUGE_VALL)); in TEST()
/bionic/tests/headers/posix/
Dmath_h.c305 FUNCTION(roundl, long double (*f)(long double)); in math_h()
/bionic/libc/include/
Dmath.h246 long double roundl(long double __x);
/bionic/libc/tools/
Dposix-2013.txt868 roundl