Searched refs:small_distance (Results 1 – 3 of 3) sorted by relevance
50 uint64_t small_distance = distance_too_high_w - unit; in RoundWeed() local124 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()
72 uint64_t small_distance = distance_too_high_w - unit; in RoundWeed() local146 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()
2976 int small_distance = in IN_PROC_BROWSER_TEST_F() local2999 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() local3060 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 …]