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

/bionic/libm/x86_64/
H A Dceil.S33 ENTRY(ceil) function
36 END(ceil)
/bionic/libm/arm64/
H A Dceil.S19 ENTRY(ceil) function
22 END(ceil)
/bionic/libm/x86/
H A Dceil.S33 ENTRY(ceil) function
41 END(ceil)
43 ALIAS_SYMBOL(ceill, ceil);
/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/benchmarks/
H A Dutil.cpp54 buf->resize(nchars + ceil((3 * alignment) / sizeof(wchar_t)));
/bionic/tests/headers/posix/
H A Dtgmath_h.c76 TGMATH(ceil);
H A Dmath_h.c151 FUNCTION(ceil, double (*f)(double));
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c282 y = ceil(x);
289 if (y == ceil(y))
/bionic/libc/include/
H A Dmath.h223 double ceil(double __x);
225 long double ceill(long double __x) __RENAME_LDBL(ceil, 3, 3);
/bionic/tools/versioner/current/
H A Dmath.h223 double ceil(double __x);
225 long double ceill(long double __x) __RENAME_LDBL(ceil, 3, 3);
/bionic/libc/kernel/uapi/linux/
H A Dpkt_sched.h251 struct tc_ratespec ceil; member in struct:tc_htb_opt
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dpkt_sched.h251 struct tc_ratespec ceil; member in struct:tc_htb_opt
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dpkt_sched.h251 struct tc_ratespec ceil; member in struct:tc_htb_opt
/bionic/tests/
H A Dmath_test.cpp725 TEST(MATH_TEST, ceil) {
726 ASSERT_DOUBLE_EQ(1.0, ceil(0.9));
1575 DoMathDataTest<1>(g_ceil_intel_data, ceil);

Completed in 221 milliseconds