Searched refs:ceill (Results 1 – 8 of 8) sorted by relevance
43 ALIAS_SYMBOL(ceill, ceil);
76 __weak_reference(ceil, ceill);
55 ceill(long double x) in ceill() function
153 FUNCTION(ceill, long double (*f)(long double)); in math_h()
55 ceill;
223 long double ceill(long double __x) __RENAME_LDBL(ceil, 3, 3);
97 ceill
759 TEST(MATH_TEST, ceill) { in TEST() argument760 ASSERT_DOUBLE_EQ(1.0L, ceill(0.9L)); in TEST()