Searched refs:roundl (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Droundl.s29 .file "roundl.s"
32 LIBM_ANSI_PRAGMA_WEAK(roundl,function)
38 ENTRY(roundl) function
77 / x = n+0.5, recompute roundl(x) as x+sign(x)*0.5
93 SET_SIZE(roundl)
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Droundl.c30 #pragma weak __roundl = roundl
36 roundl(long double x) { function
123 roundl(long double x) { function
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_protos.h125 extern long double roundl __P((long double));
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h369 extern long double roundl __P((long double));
452 #pragma does_not_read_global_data(rintl, lrintl, roundl, lroundl, truncl)
464 #pragma does_not_write_global_data(rintl, lrintl, roundl, lroundl, truncl)
514 #pragma no_side_effect(rintl, lrintl, roundl, lroundl, truncl)
/illumos-gate/usr/src/boot/include/
H A Dmath.h489 long double roundl(long double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com106 roundl.o \
816 ../common/m9x/roundl.c \
842 ../common/m9x/roundl.c \

Completed in 565 milliseconds