Searched refs:_digit (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigints.t69 # _digit
71 ok ($C->_digit($x,0),9);
72 ok ($C->_digit($x,1),8);
73 ok ($C->_digit($x,2),7);
74 ok ($C->_digit($x,-1),1);
75 ok ($C->_digit($x,-2),2);
76 ok ($C->_digit($x,-3),3);
H A Dbigintc.t122 # _digit
124 ok ($C->_digit($x,0),9);
125 ok ($C->_digit($x,1),8);
126 ok ($C->_digit($x,2),7);
127 ok ($C->_digit($x,-1),1);
128 ok ($C->_digit($x,-2),2);
129 ok ($C->_digit($x,-3),3);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm249 sub _digit subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm957 sub _digit subroutine
960 # zero is rightmost, so _digit(123,0) will give 3
2028 _digit(obj,n) returns the n'th decimal digit of object
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm1907 $CALC->_digit($x->{value},$n||0);

Completed in 26 milliseconds