Searched defs:lround (Results 1 – 4 of 4) sorted by relevance
45 lround(double x) { in lround() function
32 #pragma weak lround = llround macro
131 #define lround(x) __tgmath_lround(x) macro
137 #define lround(r) (((r)+sizeof (long long)-1)&(~(sizeof (long long)-1))) macro