Home
last modified time | relevance | path

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

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