Searched refs:_gcd (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm115 sub _gcd subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm1947 sub _gcd subroutine
2075 _gcd(obj,obj) return Greatest Common Divisor of two objects
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm1105 while (@arg) { $x = _gcd($x,shift @arg); }
H A DBigInt.pm1271 $x->{value} = $CALC->_gcd($x->{value},$y->{value}); last if $x->is_one();

Completed in 55 milliseconds