Searched refs:Inf (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm10 our($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $Inf);
17 # We do want an arithmetic overflow, Inf INF inf Infinity:.
18 undef $Inf unless eval <<'EOE' and $Inf =~ /^inf(?:inity)?$/i;
21 $Inf = CORE::exp $t;
23 if (!defined $Inf) { # Try a different method
24 undef $Inf unless eval <<'EOE' and $Inf =~ /^inf(?:inity)?$/i;
27 $Inf = $t + "1e99999999999999999999999999999999";
32 $Inf
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darith.c38 static Sfdouble_t NaN, Inf, Fun; variable
42 "Inf",
315 Inf = strtold("Inf", NiL);
316 Infnod.nvalue.ldp = &Inf;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm128 return 1 if ($] >= 5.008 and /^(Inf(inity)?|NaN)$/i) or ($] >= 5.006001 and /^Inf$/i);

Completed in 23 milliseconds