Lines Matching refs:thresholds
137 my @thresholds;
253 $thresholds[$i] = $th;
256 $thresholds[$i] = 0;
260 @thresholds = ();
491 if (not @thresholds) {
493 push(@thresholds, 0);
495 $thresholds[0] = $single_threshold;
739 print("Thresholds: @thresholds\n");
884 (scalar @sort_order == scalar @thresholds) or
886 " @sort_order\n @thresholds\n");
891 foreach my $e (@thresholds) {
900 foreach my $i (0 .. scalar @thresholds - 1) {
905 $reached_all_thresholds &&= ($prop >= $thresholds[$i]);