HomeSort by relevance Sort by last modified time
    Searched refs:small_distance (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fast-dtoa.cc 72 uint64_t small_distance = distance_too_high_w - unit; local
75 // w_high = too_high - small_distance.
92 // small_distance . . . .
146 while (rest < small_distance && // Negated condition 1
148 (rest + ten_kappa < small_distance || // buffer{-1} > w_high
149 small_distance - rest >= rest + ten_kappa - small_distance)) {
    [all...]
  /external/chromium_org/v8/src/
fast-dtoa.cc 50 uint64_t small_distance = distance_too_high_w - unit; local
53 // w_high = too_high - small_distance.
70 // small_distance . . . .
124 while (rest < small_distance && // Negated condition 1
126 (rest + ten_kappa < small_distance || // buffer{-1} > w_high
127 small_distance - rest >= rest + ten_kappa - small_distance)) {
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_browsertest.cc 2976 int small_distance = local
3030 int small_distance = local
    [all...]

Completed in 954 milliseconds