Searched refs:bnorm (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | bigint.pl | 84 &'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]));
|
| D | bigrat.pl | 70 $dom = &'bnorm($dom);
|
| D | bigintpl.t | 30 &bnorm
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Math/ |
| D | BigRat.pm | 129 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 …]
|
| D | BigFloat.pm | 133 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 …]
|
| D | BigInt.pm | 960 sub bnorm
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Math/BigRat/t/ |
| D | bigratpm.inc | 34 if ($f eq "bnorm") 336 &bnorm
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/t/ |
| D | upgrade.inc | 73 if ($f eq "bnorm") 75 $try = "\$x = $class->bnorm(\"$args[0]\");"; 365 &bnorm
|
| D | bigintpm.inc | 63 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/ |
| D | perltoc.pod | 16407 =item bnorm
|