Searched refs:roundl (Results 1 – 10 of 10) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_llroundl.c | 5 #define roundit roundl
|
D | s_lroundl.c | 5 #define roundit roundl
|
D | s_roundl.c | 42 roundl(long double x) in roundl() function
|
D | s_round.c | 61 __weak_reference(round, roundl);
|
/bionic/libm/ |
D | fake_long_double.c | 39 long double roundl(long double a1) { return round(a1); } in roundl() function
|
D | libm.map.txt | 227 roundl;
|
/bionic/tests/ |
D | math_test.cpp | 1265 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/ |
D | math.h | 247 long double roundl(long double __x) __RENAME_LDBL(roundl, 3, 3);
|
/bionic/tests/headers/posix/ |
D | math_h.c | 305 FUNCTION(roundl, long double (*f)(long double)); in math_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 868 roundl
|