Searched refs:_from_bin (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.pm42 sub _from_bin subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintc.t362 # _from_hex, _from_bin
364 ok ($C->_str( $C->_from_bin("0b10101011")),160+11);
368 ok ($C->_str( $C->_from_bin( $C->_as_bin( $C->_new("128")))), 128);
370 ok ($C->_str( $C->_from_bin( $C->_as_bin( $C->_new("0")))), 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm1859 sub _from_bin subroutine
2043 _from_bin(str) return ref to new object from ref to binary string
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm531 # _from_hex or _from_bin
2466 $x->{value} = $CALC->_from_bin($bs);

Completed in 34 milliseconds