Searched refs:LOOP_FULL (Results 1 – 2 of 2) sorted by relevance
138 #define LOOP_FULL (25) /* to force a full price after 25 inner loops */ macro482 && loopcount < LOOP_FULL);497 if (sel->extra_connect && (!edge_added || loopcount != LOOP_FULL)) {525 } while (edge_added || loopcount == LOOP_FULL || cutcount_connect);
465 #define LOOP_FULL (25) /* to force a full price after 25 inner loops */ macro2069 loopcount < LOOP_FULL && in CCtsp_cutting_loop()2094 loopcount != LOOP_FULL) { in CCtsp_cutting_loop()2145 loopcount = LOOP_FULL; /* to run again */ in CCtsp_cutting_loop()2147 } while (priceval < newval - sel->roundtol || loopcount == LOOP_FULL || in CCtsp_cutting_loop()