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

/illumos-gate/usr/src/lib/libm/common/Q/
H A Dfloorl.c31 * ceill(x) return the biggest integral value below x
34 * NOTE: aintl(x), anintl(x), ceill(x), floorl(x), and rintl(x) return result
38 #pragma weak __ceill = ceill
47 ceill(long double x) { function
H A Dlongdouble.h65 extern long double ceill(long double);
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dfloorl.s32 LIBM_ANSI_PRAGMA_WEAK(ceill,function)
35 ENTRY(ceill) function
56 SET_SIZE(ceill)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfloorl.s32 LIBM_ANSI_PRAGMA_WEAK(ceill,function)
35 ENTRY(ceill) function
56 SET_SIZE(ceill)
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dlongdouble.h64 extern long double ceill(long double);
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h364 extern long double ceill __P((long double));
451 #pragma does_not_read_global_data(ceill, floorl, nearbyintl)
463 #pragma does_not_write_global_data(ceill, floorl, nearbyintl)
513 #pragma no_side_effect(ceill, floorl, nearbyintl)
/illumos-gate/usr/src/boot/include/
H A Dmath.h448 long double ceill(long double);

Completed in 197 milliseconds