Searched refs:lround (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dlround.c30 #pragma weak __lround = lround
33 * lround(x) rounds its argument to the nearest integer, rounding ties
45 lround(double x) { function
H A Dllround.c32 #pragma weak lround = llround macro
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlround.s29 .file "lround.s"
32 LIBM_ANSI_PRAGMA_WEAK(lround,function)
38 ENTRY(lround) function
81 / x = n+0.5, recompute lround(x) as x+sign(x)*0.5
95 SET_SIZE(lround)
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_protos.h132 extern long int lround __P((double));
/illumos-gate/usr/src/man/man3m/
H A DMakefile101 lround.3m \
/illumos-gate/usr/src/head/
H A Dtgmath.h130 #undef lround macro
131 #define lround(x) __tgmath_lround(x) macro
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h241 extern long int lround __P((double));
405 #pragma does_not_read_global_data(nearbyint, rint, lrint, round, lround, trunc)
413 #pragma does_not_write_global_data(nearbyint, rint, lrint, round, lround, trunc)
488 #pragma no_side_effect(nearbyint, rint, lrint, round, lround, trunc)
/illumos-gate/usr/src/boot/include/
H A Dmath.h281 long lround(double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com38 lround.o \
48 lround.o \
53 # lrint.o, lrintf.o, lrintl.o, lround.o, lroundf.o & lroundl.o are 32-bit only
828 ../common/m9x/lround.c \
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c137 #define lround(r) (((r)+sizeof (long long)-1)&(~(sizeof (long long)-1))) macro

Completed in 112 milliseconds