Lines Matching refs:statements
270 Still pretty straightforward. The last three invert statements are there to
406 multiple statements on a line, not using { } in then and else blocks
424 statements. Also we can optimise the calculation in the end a little bit
459 statements is reduced. This is also reflected in the assembly code.
472 loop unrolling. This will eliminate a few if statements. I'll try
526 This included the else clause of the if statements.
543 statements. Why not keep a running parity and only keep the last if
580 iteration. In the last 3 statements is added to par and, if needed,
601 places with statements::
606 loop; This eliminates 3 statements per loop. Of course after the loop we
711 the last three invert statements.