HomeSort by relevance Sort by last modified time
    Searched defs:RoundUp (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
fixed-dtoa.cc 192 static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) {
265 RoundUp(buffer, length, decimal_point);
284 RoundUp(buffer, length, decimal_point);
utils.h 125 static inline T RoundUp(T x, int m) {

Completed in 45 milliseconds