Searched refs:bdec (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbig_ap.t21 my $proper_dec = $r->new('12345678901234567890/2')->bdec();
99 $x = $proper->copy()->bdec(); ok ($x,$proper_dec);
H A Dbigrat.t205 # binc/bdec
208 $x = $cr->new('15/6'); ok ($x->bdec(),'3/2');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalcEmu.pm103 $x->bdec() if $sign == 1;
189 $x->bdec() if $sign == 1;
274 $x->bdec() if $sign == 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm117 '--' => sub { $_[0]->bdec() },
1172 sub bdec subroutine
1176 return $x if $x->modify('bdec');
1768 $x->bdec(); # n == 2, but $y == 1: this fixes it
2624 $x->bdec(); # decrement $x by 1
3048 =head2 bdec
3050 $x->bdec(); # decrement x by 1
H A DBigFloat.pm689 sub bdec subroutine
878 $x->bdec(); $u = $x->copy(); # u = x-1; x = x-1
2514 $x->bdec(); # decrement x by 1
H A DBigRat.pm621 # bdec/binc
623 sub bdec subroutine

Completed in 36 milliseconds