Searched refs:bsub (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | bigintpl.t | 129 &bsub
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/ |
H A D | bigrat.t | 101 ok ($cr->new('3/7')->bsub(1),'-4/7'); 102 ok ($cr->new('3/10')->bsub(1.1),'-4/5'); 103 ok ($cr->new('3/7')->bsub($mbi->new(1)),'-4/7'); 104 ok ($cr->new('3/10')->bsub($mbf->new('1.1')),'-4/5');
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
H A D | upgrade.inc | 29 $a[0]->bsub($a[1])}; 126 } elsif ($f eq "bsub"){ 739 &bsub
|
H A D | bigintpm.inc | 19 $a[0]->bsub($a[1])}; 104 } elsif ($f eq "bsub"){ 269 $x = $class->new(-5); $y = $class->new(3); $x->bsub($y); ok ($x,-8); ok ($y,3); 275 $x = $class->new(5); $y = $class->new(3); $x->bsub($y); ok ($x,2); ok ($y,3); 281 $x = $class->new(5); $y = $class->new(-3); $x->bsub($y); ok ($x,8); ok($y,-3); 397 ok ($class->new(123)->bsub(122),1); 398 ok ($class->bsub(321,123),198); 399 ok ($class->bsub(321,$class->new(123)),198); 1272 &bsub
|
H A D | inf_nan.t | 176 my $r = $x->bsub($y);
|
H A D | mbimbf.inc | 247 ok ($c->new(123)->bsub(122),1); 248 ok ($c->bsub(321,123),198); 249 ok ($c->bsub(321,$c->new(123)),198); 766 # see if $x->bsub(0) and $x->badd(0) really round 769 $x = $class->new(123); $class->accuracy(2); $x->bsub(0);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigRat.pm | 164 my $diff_e = $MBI->new ($nf->exponent())->bsub ( $f->exponent); 454 sub bsub subroutine 614 $x->bsub($u); 646 $x->{_n}->bsub($x->{_d}); # 5/2 => 3/2 671 $x->{_n}->bsub($x->{_d}); # -5/2 => -3/2
|
H A D | BigInt.pm | 49 '-=' => sub { $_[0]->bsub($_[1]); }, 85 $c->bsub( $_[1]) }, 1119 sub bsub subroutine 1132 return $x if $x->modify('bsub'); 1134 return $upgrade->new($x)->bsub($upgrade->new($y),@r) if defined $upgrade && 1504 $rem = $y->copy()->bsub($rem) if $xsign ne $y->{sign}; # one of them '-' 2627 $x->bsub($y); # subtraction (subtract $y from $x) 3056 =head2 bsub 3058 $x->bsub($y); # subtraction (subtract $y from $x)
|
H A D | BigFloat.pm | 629 sub bsub subroutine 992 $x->bzero(); $x->bsub($LOG_10); 2517 $x->bsub($y); # subtraction (subtract $y from $x)
|
Completed in 38 milliseconds