Searched refs:binf (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DSubclass.pm61 *binf = \&Math::BigInt::binf;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dreq_mbfi.t3 # check that simple requiring BigFloat and then binf() works
34 require Math::BigFloat; my $x = Math::BigFloat->binf(); ok ($x,'inf');
H A Dmbimbf.inc685 $x = $c->new(2)->binf(); ok_undef ($x->{_a}); ok_undef ($x->{_p});
690 $x = $c->new(2); $x->{_a} = 1; $x->{_p} = 2; $x->binf();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm72 return $self->binf($f->{sign}) if $f->{sign} =~ /^[+-]inf$/;
195 return $self->binf($s);
228 return $self->binf($self->{sign}) if $self->{sign} =~ /^[+-]inf$/;
499 return $x->binf() if ($x->{sign} =~ /^\+/ && $y->{sign} =~ /^\+/);
500 return $x->binf() if ($x->{sign} =~ /^-/ && $y->{sign} =~ /^-/);
501 return $x->binf('-');
761 return ($self->binf(),$self->binf()) if $x->{sign} eq '+inf';
762 return ($self->binf('-'),$self->binf()) i
[all...]
H A DBigInt.pm631 sub binf subroutine
649 return if $self->modify('binf');
1402 return $x->binf() if ($x->{sign} =~ /^\+/ && $y->{sign} =~ /^\+/);
1403 return $x->binf() if ($x->{sign} =~ /^-/ && $y->{sign} =~ /^-/);
1404 return $x->binf('-');
1453 my $t = $x->copy(); # binf clobbers up $x
1455 ($x->binf($x->{sign}),$t) : $x->binf($x->{sign})
1678 return $x->binf()
2582 $inf = Math::BigInt->binf(); # creat
[all...]
H A DBigFloat.pm100 bone binf bnan bzero
1233 return $x->binf() if ($x->{sign} =~ /^\+/ && $y->{sign} =~ /^\+/);
1234 return $x->binf() if ($x->{sign} =~ /^-/ && $y->{sign} =~ /^-/);
1235 return $x->binf('-');
1914 return $x->binf();
2475 $inf = Math::BigFloat->binf(); # create a +inf
2476 $inf = Math::BigFloat->binf('-'); # create a -inf
2506 $x->binf(); # set $x to inf
2507 $x->binf('-'); # set $x to -inf
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm149 sub inf () { Math::BigInt->binf(); }
H A Dbignum.pm173 sub inf () { Math::BigInt->binf(); }
385 A shortcut to return Math::BigInt->binf(). Usefull because Perl does not always
H A Dbigint.pm187 sub inf () { Math::BigInt->binf(); }

Completed in 44 milliseconds