Lines Matching refs:Inf
17 our ($Inf, $ExpInf);
33 $Inf = "Inf";
61 $Inf = $DBL_MAX;
79 $Inf = $i;
83 $Inf = $DBL_MAX unless defined $Inf; # Oh well, close enough.
85 unless $Inf > $BIGGER_THAN_THIS;
952 my $ey_1 = $ey ? 1 / $ey : Inf();
969 my $ey_1 = $ey ? 1 / $ey : Inf();
1163 return $ex ? ($ex == $ExpInf ? Inf() : ($ex + 1/$ex)/2) : Inf();
1167 my $ex_1 = $ex ? 1 / $ex : Inf();
1183 return $ex ? ($ex == $ExpInf ? Inf() : ($ex - 1/$ex)/2) : -Inf();
1189 my $ex_1 = $ex ? 1 / $ex : Inf();
1492 if ($x =~ /^-?\Q$Inf\E$/oi) {
1506 if ($y =~ /^-?\Q$Inf\E$/oi) {
1550 if ($t =~ /^NaN[QS]?$/i || $t =~ /^-?\Q$Inf\E$/oi) {
1588 sub Inf { subroutine
1589 return $Inf;