Home
last modified time | relevance | path

Searched refs:ceill (Results 1 – 8 of 8) 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/
Dbuiltins.cpp29 __weak_reference(ceil, ceill);
Dlibm.map.txt55 ceill;
/bionic/tests/headers/posix/
Dmath_h.c153 FUNCTION(ceill, long double (*f)(long double)); in math_h()
/bionic/libc/include/
Dmath.h223 long double ceill(long double __x) __RENAME_LDBL(ceil, 3, 3);
/bionic/libc/tools/
Dposix-2013.txt97 ceill
/bionic/tests/
Dmath_test.cpp800 TEST(MATH_TEST, ceill) { in TEST() argument
801 ASSERT_DOUBLE_EQ(1.0L, ceill(0.9L)); in TEST()