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()
223 long double ceill(long double __x) __RENAME_LDBL(ceil, 3, 3);
97 ceill
800 TEST(MATH_TEST, ceill) { in TEST() argument801 ASSERT_DOUBLE_EQ(1.0L, ceill(0.9L)); in TEST()