Searched refs:ceill (Results 1 – 13 of 13) sorted by relevance
43 ALIAS_SYMBOL(ceill, ceil);
76 __weak_reference(ceil, ceill);
55 ceill(long double x) in ceill() function
56 ceill;
55 ceill;
367 long double ceill(long double);
97 ceill
600 TEST(math, ceill) { in TEST() argument601 ASSERT_DOUBLE_EQ(1.0L, ceill(0.9L)); in TEST()