Searched refs:ceill (Results 1 – 4 of 4) sorted by relevance
76 __weak_reference(ceil, ceill);
55 ceill(long double x) in ceill() function
403 long double ceill(long double);
507 TEST(math, ceill) { in TEST() argument508 ASSERT_FLOAT_EQ(1.0, ceill(0.9)); in TEST()