Searched refs:_add (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
H A D | _e_math.t | 46 ($x,$xs) = _add (123,321,'+','+'); 49 ($x,$xs) = _add (123,321,'+','-'); 51 ($x,$xs) = _add (123,321,'-','+'); 54 ($x,$xs) = _add (321,123,'-','+'); 56 ($x,$xs) = _add (321,123,'+','-'); 59 ($x,$xs) = _add (10,1,'+','-'); 61 ($x,$xs) = _add (10,1,'-','+'); 63 ($x,$xs) = _add (1,10,'-','+'); 65 ($x,$xs) = _add (1,10,'+','-'); 82 sub _add subroutine [all...] |
H A D | bigints.t | 42 # _add, _sub, _mul, _div 44 ok ($C->_str($C->_add($x,$y)),444); 53 ok ($C->_str($C->_add($x,$z)),39485);
|
H A D | bigintc.t | 34 # _add, _sub, _mul, _div 35 ok ($C->_str($C->_add($x,$y)),444); 60 ok ($C->_str($C->_add($x,$z)),39485);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/ |
H A D | Calc.pm | 287 sub _add subroutine 1412 _mul($c,$trial,$base); _add($c, $x, [1]); 1437 _mul($c,$trial,$base_mul); _add($c, $x, [2]); 1530 _add($c,$x, _div($c,_copy($c,$y),$x)); 1601 _add ($c, $trial, $step); 1618 _add($c, $trial, $step); 1623 _add ($c, $trial, $step); 1677 # _add($c,$x, _mul($c, _new( $c, ($xrr & $yrr) ), $m) ); 1680 _add($c,$x, _mul($c, [ 0+$xr->[0] & 0+$yr->[0] ], $m) ); 1707 #_add( [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/ |
H A D | Scalar.pm | 163 sub _add subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigFloat.pm | 617 $x->{_m} = $MBI->_add($x->{_m}, $add); 1121 $x = $MBI->_add ($x, $y ); # a+b 1436 $MBI->_add( $x->{_e}, $MBI->_new($shifty)) if $shifty != 0; 2369 $x->{_e} = $MBI->_add ($x->{_e}, $z);
|
H A D | BigInt.pm | 1094 $x->{value} = $CALC->_add($x->{value},$y->{value}); # same sign, abs add
|
Completed in 32 milliseconds