Searched defs:_is_zero (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/ |
H A D | Scalar.pm | 262 sub _is_zero subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/ |
H A D | Calc.pm | 1003 sub _is_zero subroutine 1665 while (!_is_zero($c,$x1) && !_is_zero($c,$y1)) 1700 while (!_is_zero($c,$x1) && !_is_zero($c,$y1)) 1716 _add($c,$x, _mul($c, $x1, $m) ) if !_is_zero($c,$x1); 1717 _add($c,$x, _mul($c, $y1, $m) ) if !_is_zero($c,$y1); 1736 while (!_is_zero($c,$x1) && !_is_zero($c,$y1)) 1752 _add($c,$x, _mul($c, $x1, $m) ) if !_is_zero( [all...] |
Completed in 421 milliseconds