Lines Matching refs:GetEntry
1218 foreach my $k (sort { GetEntry($s, $b) <=> GetEntry($s, $a) || $a cmp $b }
1220 my $f = GetEntry($flat, $k);
1221 my $c = GetEntry($cumulative, $k);
1725 $c1 += GetEntry($flat, $a);
1726 $c2 += GetEntry($cumulative, $a);
1827 my $n1 = GetEntry($samples1, $l);
1828 my $n2 = GetEntry($samples2, $l);
1931 $c1 += GetEntry($flat, $a);
1932 $c2 += GetEntry($cumulative, $a);
2034 my @list = (sort { abs(GetEntry($cumulative, $b)) <=>
2035 abs(GetEntry($cumulative, $a))
2043 (abs(GetEntry($cumulative, $list[$last])) <= $nodelimit)) {
2110 my $f = GetEntry($flat, $a);
2111 my $c = GetEntry($cumulative, $a);
3192 my $v = $A->{$k} - GetEntry($B, $k);
3210 sub GetEntry {