HomeSort by relevance Sort by last modified time
    Searched full:big_distance (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
fast-dtoa.cc 72 uint64_t big_distance = distance_too_high_w + unit; local
73 // Let w_low = too_high - big_distance, and
89 // . big_distance . . .
156 if (rest < big_distance &&
158 (rest + ten_kappa < big_distance ||
159 big_distance - rest > rest + ten_kappa - big_distance)) {

Completed in 30 milliseconds