Searched defs:lround (Results 1 - 5 of 5) sorted by relevance

/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/m9x/
H A Dllround.c32 #pragma weak lround = llround macro
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
/illumos-gate/usr/src/head/
H A Dtgmath.h130 #undef lround macro
131 #define lround(x) __tgmath_lround(x) macro
/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 49 milliseconds