Searched refs:small_distance (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dfast-dtoa.cc72 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)) {
/external/chromium_org/v8/src/
H A Dfast-dtoa.cc50 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/
H A Dpanel_drag_browsertest.cc2976 int small_distance = local
2999 primary_work_area.right() - small_distance - panel->GetBounds().width(),
3008 primary_work_area.x() + small_distance,
3009 primary_work_area.y() - small_distance);
3017 secondary_work_area.right() - small_distance - panel->GetBounds().width(),
3018 secondary_work_area.y() + small_distance);
3030 int small_distance = local
3060 primary_work_area.x() + small_distance, panel1->GetBounds().y());
3071 primary_work_area.right() + small_distance - panel1->GetBounds().width(),
3072 primary_work_area.bottom() - small_distance
[all...]

Completed in 116 milliseconds