Home
last modified time | relevance | path

Searched refs:bnorm (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/
Dbigint.pl84 &'bnorm(join('', $es, reverse(@_))); # reverse concat and normalize
89 local($_) = &'bnorm(@_);
97 &abs(&'bnorm(@_));
108 local($x,$y) = (&'bnorm($_[$[]),&'bnorm($_[$[+1]));
140 local(*x, *y); ($x, $y) = (&'bnorm($_[$[]),&'bnorm($_[$[+1]));
168 local($x,$y) = (&'bnorm($_[$[]),&'bnorm($_[$[+1]));
207 local(*x, *y); ($x, $y) = (&'bnorm($_[$[]), &'bnorm($_[$[+1]));
243 local (*x, *y); ($x, $y) = (&'bnorm($_[$[]), &'bnorm($_[$[+1]));
Dbigrat.pl70 $dom = &'bnorm($dom);
Dbigintpl.t30 &bnorm
/mirbsd/src/gnu/usr.bin/perl/lib/Math/
DBigRat.pm129 return $self->bnorm(); # normalize (120/1 => 12/10)
174 return $self->bnorm(); # normalize (120/1 => 12/10)
255 return $self->bnorm();
278 return $self->bnorm();
309 $self->bnorm();
381 sub bnorm subroutine
541 $x->bnorm()->round(@r);
608 $x->bnorm()->round(@r);
644 $x->bnorm()->round(@r);
688 $x->bnorm()->round(@r);
[all …]
DBigFloat.pm133 return $self->bnorm();
224 $self->bnorm()->round(@r); # first normalize, then round
654 $x->bnorm()->round($a,$p,$r,$y);
682 return $x->bnorm()->bround(@r);
688 return $x->bnorm()->bround(@r);
718 return $x->bnorm()->round(@r);
724 return $x->bnorm()->round(@r);
826 $x->bnorm();
1283 return $x->bnorm()->round($a,$p,$r,$y);
1385 $x->bnorm(); # remove trailing 0's
[all …]
DBigInt.pm960 sub bnorm
/mirbsd/src/gnu/usr.bin/perl/lib/Math/BigRat/t/
Dbigratpm.inc34 if ($f eq "bnorm")
336 &bnorm
/mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/t/
Dupgrade.inc73 if ($f eq "bnorm")
75 $try = "\$x = $class->bnorm(\"$args[0]\");";
365 &bnorm
Dbigintpm.inc63 if ($f eq "bnorm")
65 $try = "\$x = $class->bnorm(\"$args[0]\");";
426 # test for floating-point input (other tests in bnorm() below)
852 &bnorm
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltoc.pod16407 =item bnorm