Searched defs:llround (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMathExtras.h96 inline long long llround(double num) { return static_cast<long long>(round(num)); } function
/external/clang/lib/Headers/
H A Dtgmath.h911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro

Completed in 194 milliseconds