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_llroundl.c5 #define roundit roundl
Ds_lroundl.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.cpp1265 TEST(MATH_TEST, roundl) { in TEST() argument
1268 ASSERT_DOUBLE_EQ(1.0L, roundl(0.5L)); in TEST()
1269 ASSERT_DOUBLE_EQ(-1.0L, roundl(-0.5L)); in TEST()
1270 ASSERT_DOUBLE_EQ(0.0L, roundl(0.0L)); in TEST()
1271 ASSERT_DOUBLE_EQ(-0.0L, roundl(-0.0L)); in TEST()
1272 ASSERT_TRUE(isnan(roundl(nanl("")))); in TEST()
1273 ASSERT_DOUBLE_EQ(HUGE_VALL, roundl(HUGE_VALL)); in TEST()
1274 ASSERT_DOUBLE_EQ(-HUGE_VALL, roundl(-HUGE_VALL)); in TEST()
/bionic/libc/include/
Dmath.h247 long double roundl(long double __x) __RENAME_LDBL(roundl, 3, 3);
/bionic/tests/headers/posix/
Dmath_h.c305 FUNCTION(roundl, long double (*f)(long double)); in math_h()
/bionic/libc/tools/
Dposix-2013.txt868 roundl