Searched refs:_two (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm57 sub _two subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintc.t72 # _two() and _ten()
73 ok ($C->_str($C->_two()),"2");
75 ok ($C->_is_ten($C->_two()),0);
76 ok ($C->_is_two($C->_two()),1);
81 ok ($C->_is_one($C->_two()),0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm220 sub _two subroutine
1521 my $two = _two();
1592 my $trial = _two();
1597 $step = _two();
1615 $step = _two();
1999 _two() return a new object with value 2

Completed in 25 milliseconds