Searched refs:ceill (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_ceill.S31 weak_alias (__ceill, ceill)
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_ceill.S33 weak_alias (__ceill, ceill)
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ceil.c84 weak_alias (__ceil, ceill)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmath.h211 # define ceill rpl_ceill
212 extern long double ceill (long double x);
215 # undef ceill macro
216 # define ceill(x) \ macro
217 (GL_LINK_WARNING ("ceill is unportable - " \
218 "use gnulib module ceill for portability"), \
219 ceill (x))
H A Dmath.in.h172 # define ceill rpl_ceill macro
173 extern long double ceill (long double x);
176 # undef ceill macro
177 # define ceill(x) \ macro
178 (GL_LINK_WARNING ("ceill is unportable - " \
179 "use gnulib module ceill for portability"), \
180 ceill (x))
/haiku-fatelf/headers/posix/
H A Dmath.h221 extern long double ceill(long double x);
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/m68k/bits/
H A Dmathinline.h432 __inline_forward_c(long double,ceill, (long double __x), (__x))

Completed in 100 milliseconds