HomeSort by: relevance | last modified time | path
    Searched refs:subcounts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
compareSumTests3 182 my @subcounts;
184 $subcounts[$_] = @{$analyzed_results{$cat}->[$_] || []} for(0..2);
185 print "\u$cat: ", ($subcounts[0]+$subcounts[1]+$subcounts[2]), "\n";
192 print "\tSuccess in old1 only: $subcounts[$i]\n";
194 print "\tFailure in old1 only: $subcounts[$i]\n";
198 print "\tSuccess in old2 only: $subcounts[$i]\n";
200 print "\tFailure in old2 only: $subcounts[$i]\n";
204 print "\tFailure in new only: $subcounts[$i]\n"
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
compareSumTests3 182 my @subcounts;
184 $subcounts[$_] = @{$analyzed_results{$cat}->[$_] || []} for(0..2);
185 print "\u$cat: ", ($subcounts[0]+$subcounts[1]+$subcounts[2]), "\n";
192 print "\tSuccess in old1 only: $subcounts[$i]\n";
194 print "\tFailure in old1 only: $subcounts[$i]\n";
198 print "\tSuccess in old2 only: $subcounts[$i]\n";
200 print "\tFailure in old2 only: $subcounts[$i]\n";
204 print "\tFailure in new only: $subcounts[$i]\n"
    [all...]

Completed in 23 milliseconds