Searched refs:ceill (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | floorl.c | 31 * 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 D | longdouble.h | 65 extern long double ceill(long double);
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | floorl.s | 32 LIBM_ANSI_PRAGMA_WEAK(ceill,function) 35 ENTRY(ceill) function 56 SET_SIZE(ceill)
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | floorl.s | 32 LIBM_ANSI_PRAGMA_WEAK(ceill,function) 35 ENTRY(ceill) function 56 SET_SIZE(ceill)
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | longdouble.h | 64 extern long double ceill(long double);
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 364 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 D | math.h | 448 long double ceill(long double);
|
Completed in 67 milliseconds