Searched refs:ceil (Results 1 - 6 of 6) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_ceil.c17 * ceil(x)
22 * Inexact flag raised if x not equal to ceil(x).
33 ceil(double x) function
76 __weak_reference(ceil, ceill);
/bionic/libstdc++/include/
H A Dcmath67 using ::ceil;
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c282 y = ceil(x);
289 if (y == ceil(y))
/bionic/libm/include/
H A Dmath.h214 double ceil(double);
/bionic/libc/kernel/uapi/linux/
H A Dpkt_sched.h301 struct tc_ratespec ceil; member in struct:tc_htb_opt
/bionic/tests/
H A Dmath_test.cpp598 TEST(math, ceil) {
599 ASSERT_DOUBLE_EQ(1.0, ceil(0.9));

Completed in 302 milliseconds