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

/external/harfbuzz_ng/util/
H A Dansi-print.cc46 lround (double x) function
204 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd);
300 unsigned int which = lround (((best_i + 1) * 8) / bi.height);
332 unsigned int which = lround (((best_i + 1) * 8) / bi.width);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMathExtras.h98 inline long lround(double num) { return static_cast<long>(round(num)); } function
/external/clang/lib/Headers/
H A Dtgmath.h1013 // lround
1021 __tg_lround(double __x) {return lround(__x);}
1027 #undef lround macro
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro

Completed in 247 milliseconds