Searched defs:lround (Results 1 – 4 of 4) sorted by relevance
61 static inline long int lround(double x) { in lround() function
46 lround (double x) in lround() function
90 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro