Searched refs:MB_NEVER_ROUND (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm150 sub MB_NEVER_ROUND () { 0x0001; } subroutine
833 return ($self) if exists $self->{_f} && ($self->{_f} & MB_NEVER_ROUND) != 0;
893 return ($self) if exists $self->{_f} && ($self->{_f} & MB_NEVER_ROUND) != 0;
1115 $x->round(@r) if !exists $x->{_f} || $x->{_f} & MB_NEVER_ROUND == 0;
1139 $x->round(@r) if !exists $x->{_f} || $x->{_f} & MB_NEVER_ROUND == 0;
1158 $x->round($a,$p,$r) if !exists $x->{_f} || $x->{_f} & MB_NEVER_ROUND == 0;
1165 $x->round($a,$p,$r) if !exists $x->{_f} || $x->{_f} & MB_NEVER_ROUND == 0;
1198 $x->round(@r) if !exists $x->{_f} || $x->{_f} & MB_NEVER_ROUND == 0;
1417 $x->round(@r) if !exists $x->{_f} || $x->{_f} & MB_NEVER_ROUND == 0;
1500 $x->round(@r) if !exists $x->{_f} || ($x->{_f} & MB_NEVER_ROUND)
[all...]
H A DBigRat.pm44 use constant MB_NEVER_ROUND => 0x0001; constant
322 $x->{_d}->{_f} = MB_NEVER_ROUND;
323 $x->{_n}->{_f} = MB_NEVER_ROUND;

Completed in 21 milliseconds