Home
last modified time | relevance | path

Searched defs:lround (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libm/common/m9x/
H A Dlround.c45 lround(double x) { in lround() function
H A Dllround.c32 #pragma weak lround = llround macro
/titanic_41/usr/src/head/
H A Dtgmath.h131 #define lround(x) __tgmath_lround(x) macro
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c137 #define lround(r) (((r)+sizeof (long long)-1)&(~(sizeof (long long)-1))) macro