Searched refs:_sub (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.t77 ($x,$xs) = _sub (123,321,'+','-');
79 ($x,$xs) = _sub (123,321,'-','+');
94 sub _sub subroutine
H A Dbigints.t42 # _add, _sub, _mul, _div
45 ok ($C->_str($C->_sub($x,$y)),123);
H A Dbigintc.t34 # _add, _sub, _mul, _div
36 ok ($C->_str($C->_sub($x,$y)),123);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm170 sub _sub subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm351 sub _sub subroutine
1417 _div($c,$trial,$base); _sub($c, $x, [1]);
1425 _div($c,$trial,$base); _sub($c, $x, [1]);
1611 _sub($c, $trial, $step);
2016 _sub(obj,obj) Simple subtraction of 1 object from another
2091 underflow (f.i. in C<_sub()>, C<_dec()>) nor about division by zero or similar
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm1129 $x = $MBI->_sub ($x , $y); # abs sub
1138 $x = $MBI->_sub ( $y, $x, 1 ); # abs sub
2358 $x->{_e} = $MBI->_sub ($x->{_e}, $z);
2363 $x->{_e} = $MBI->_sub ( $MBI->_copy($z), $x->{_e});
H A DBigInt.pm1101 $x->{value} = $CALC->_sub($y->{value},$x->{value},1); # abs sub w/ swap
1112 $x->{value} = $CALC->_sub($x->{value}, $y->{value}); # abs sub
1556 $x->{value} = $CALC->_sub($y->{value},$t,1); # $y-$x

Completed in 32 milliseconds