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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalcEmu.pm95 # leading zeros will be stripped by _from_hex()
97 $x->{value} = $CALC_EMU->_from_hex( $bx );
180 # leading zeros will be stripped by _from_hex()
182 $x->{value} = $CALC_EMU->_from_hex( $bx );
266 # leading zeros will be stripped by _from_hex()
268 $x->{value} = $CALC_EMU->_from_hex( $bx );
H A DCalc.pm1835 sub _from_hex subroutine
1865 # number to hex, and then call _from_hex.
1873 $c->_from_hex('0x'.$h);
2042 _from_hex(str) return ref to new object from ref to hexadecimal string
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm37 sub _from_hex subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintc.t362 # _from_hex, _from_bin
363 ok ($C->_str( $C->_from_hex("0xFf")),255);
367 ok ($C->_str( $C->_from_hex( $C->_as_hex( $C->_new("128")))), 128);
369 ok ($C->_str( $C->_from_hex( $C->_as_hex( $C->_new("0")))), 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm531 # _from_hex or _from_bin
2447 $x->{value} = $CALC->_from_hex($hs);

Completed in 36 milliseconds