Searched refs:ceill (Results 1 – 8 of 8) sorted by relevance
76 __weak_reference(ceil, ceill);
55 ceill(long double x) in ceill() function
29 __weak_reference(ceil, ceill);
55 ceill;
153 FUNCTION(ceill, long double (*f)(long double)); in math_h()
222 long double ceill(long double __x);
97 ceill
794 TEST(math_h, ceill) { in TEST() argument795 ASSERT_DOUBLE_EQ(1.0L, ceill(0.9L)); in TEST()