Lines Matching refs:loop
161 all cp calculation out of the if loop.
280 Note that of course now the loop is executed only 64 times (256/4).
421 and outside the loop added:
443 loop unrolling. This will eliminate a few if statements. I'll try
450 Unrolled the loop 1, 2, 3 and 4 times.
479 I decided to proceed with a four time unrolled loop anyway. It was my gut
493 Effectively so all odd digit rp assignments in the loop were removed.
495 Of course after the loop we need to correct things by adding code like:
516 THe code within the for loop was changed to:
570 loop; This eliminates 3 statements per loop. Of course after the loop we
629 Guess that is what there is to win within the loop. Maybe unrolling one
636 Unrolled the loop one more time.
643 Although it seems that the code within the loop cannot be optimised