Searched defs:_add (Results 1 - 3 of 3) 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...] |
/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/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...] |
Completed in 17 milliseconds