Searched defs:llround (Results 1 – 2 of 2) sorted by relevance
96 inline long long llround(double num) { return static_cast<long long>(round(num)); } in llround() function
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro