Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dfast-dtoa.cc50 uint64_t small_distance = distance_too_high_w - unit; in RoundWeed() local
124 while (rest < small_distance && // Negated condition 1 in RoundWeed()
126 (rest + ten_kappa < small_distance || // buffer{-1} > w_high in RoundWeed()
127 small_distance - rest >= rest + ten_kappa - small_distance)) { in RoundWeed()
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dfast-dtoa.cc72 uint64_t small_distance = distance_too_high_w - unit; in RoundWeed() local
146 while (rest < small_distance && // Negated condition 1 in RoundWeed()
148 (rest + ten_kappa < small_distance || // buffer{-1} > w_high in RoundWeed()
149 small_distance - rest >= rest + ten_kappa - small_distance)) { in RoundWeed()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel_drag_browsertest.cc2976 int small_distance = in IN_PROC_BROWSER_TEST_F() local
2999 primary_work_area.right() - small_distance - panel->GetBounds().width(), in IN_PROC_BROWSER_TEST_F()
3008 primary_work_area.x() + small_distance, in IN_PROC_BROWSER_TEST_F()
3009 primary_work_area.y() - small_distance); in IN_PROC_BROWSER_TEST_F()
3017 secondary_work_area.right() - small_distance - panel->GetBounds().width(), in IN_PROC_BROWSER_TEST_F()
3018 secondary_work_area.y() + small_distance); in IN_PROC_BROWSER_TEST_F()
3030 int small_distance = in IN_PROC_BROWSER_TEST_F() local
3060 primary_work_area.x() + small_distance, panel1->GetBounds().y()); in IN_PROC_BROWSER_TEST_F()
3071 primary_work_area.right() + small_distance - panel1->GetBounds().width(), in IN_PROC_BROWSER_TEST_F()
3072 primary_work_area.bottom() - small_distance - in IN_PROC_BROWSER_TEST_F()
[all …]