Lines Matching refs:thresholds
121 my @thresholds;
207 $thresholds[$i] = $th;
210 $thresholds[$i] = 0;
214 @thresholds = ();
378 if (not @thresholds) {
380 push(@thresholds, 100);
382 $thresholds[0] = $single_threshold;
606 (scalar @sort_order == scalar @thresholds) or
613 foreach my $e (@thresholds) {
624 foreach my $i (0 .. scalar @thresholds - 1) {
627 $any_thresholds_exceeded ||= ($prop >= $thresholds[$i]);