Home
last modified time | relevance | path

Searched refs:_from_hex (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
Dbigintfc.t629 # _from_hex, _from_bin, _from_oct
631 is($LIB->_str($LIB->_from_hex("0xFf")), 255,
632 qq|$LIB->_str($LIB->_from_hex("0xFf")) = 255|);
646 is($LIB->_str($LIB->_from_hex($LIB->_as_hex($LIB->_new("128")))), 128,
647 qq|$LIB->_str($LIB->_from_hex($LIB->_as_hex(|
670 is($LIB->_str($LIB->_from_hex($LIB->_as_hex($LIB->_new($long)))), $long,
671 qq|$LIB->_str($LIB->_from_hex($LIB->_as_hex(|
680 is($LIB->_str($LIB->_from_hex($LIB->_as_hex($LIB->_new("0")))), 0,
681 qq|$LIB->_str($LIB->_from_hex($LIB->_as_hex(|
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dbigintc.t629 # _from_hex, _from_bin, _from_oct
631 is($LIB->_str($LIB->_from_hex("0xFf")), 255,
632 qq|$LIB->_str($LIB->_from_hex("0xFf")) = 255|);
646 is($LIB->_str($LIB->_from_hex($LIB->_as_hex($LIB->_new("128")))), 128,
647 qq|$LIB->_str($LIB->_from_hex($LIB->_as_hex(|
670 is($LIB->_str($LIB->_from_hex($LIB->_as_hex($LIB->_new($long)))), $long,
671 qq|$LIB->_str($LIB->_from_hex($LIB->_as_hex(|
680 is($LIB->_str($LIB->_from_hex($LIB->_as_hex($LIB->_new("0")))), 0,
681 qq|$LIB->_str($LIB->_from_hex($LIB->_as_hex(|
Dbigintpm.inc1281 # in _from_hex()
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/
DScalar.pm33 sub _from_hex { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
DLib.pm1327 $bx = $class -> _from_hex($bx);
1412 $bx = $class -> _from_hex($bx);
1497 $bx = $class -> _from_hex($bx);
1666 sub _from_hex {
DCalc.pm2351 sub _from_hex { subroutine
2394 $c->_from_hex($h);
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
DBigInt.pm6212 : $bpc == 4 ? $LIB -> _from_hex('0x' . $sig_str)