Searched refs:roundl (Results 1 – 10 of 10) sorted by relevance
5 #define roundit roundl
42 roundl(long double x) in roundl() function
61 __weak_reference(round, roundl);
39 long double roundl(long double a1) { return round(a1); } in roundl() function
227 roundl;
1259 TEST(math_h, roundl) { in TEST() argument1262 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()
305 FUNCTION(roundl, long double (*f)(long double)); in math_h()
246 long double roundl(long double __x);
868 roundl