Home
last modified time | relevance | path

Searched refs:distance_too_high_w (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dfast-dtoa.cc45 uint64_t distance_too_high_w, in RoundWeed() argument
50 uint64_t small_distance = distance_too_high_w - unit; in RoundWeed()
51 uint64_t big_distance = distance_too_high_w + unit; in RoundWeed()