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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMathExtras.h99 inline long lroundf(float num) { return static_cast<long>(roundf(num)); } function

Completed in 120 milliseconds