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 74 uint64_t big_distance = distance_too_high_w + unit; local
75 // Let w_low = too_high - big_distance, and
91 // . big_distance . . .
158 if (rest < big_distance &&
160 (rest + ten_kappa < big_distance ||
161 big_distance - rest > rest + ten_kappa - big_distance)) {

Completed in 137 milliseconds