Home
last modified time | relevance | path

Searched refs:ceill (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_ceil.c76 __weak_reference(ceil, ceill);
Ds_ceill.c55 ceill(long double x) in ceill() function
/bionic/libm/include/
Dmath.h403 long double ceill(long double);
/bionic/tests/
Dmath_test.cpp507 TEST(math, ceill) { in TEST() argument
508 ASSERT_FLOAT_EQ(1.0, ceill(0.9)); in TEST()