Home
last modified time | relevance | path

Searched refs:_from_bin (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
Dbigintfc.t629 # _from_hex, _from_bin, _from_oct
633 is($LIB->_str($LIB->_from_bin("0b10101011")), 160+11,
634 qq|$LIB->_str($LIB->_from_bin("0b10101011")) = 160+11|);
649 is($LIB->_str($LIB->_from_bin($LIB->_as_bin($LIB->_new("128")))), 128,
650 qq|$LIB->_str($LIB->_from_bin($LIB->_as_bin(|
673 is($LIB->_str($LIB->_from_bin($LIB->_as_bin($LIB->_new($long)))), $long,
674 qq|$LIB->_str($LIB->_from_bin($LIB->_as_bin(|
683 is($LIB->_str($LIB->_from_bin($LIB->_as_bin($LIB->_new("0")))), 0,
684 qq|$LIB->_str($LIB->_from_bin($LIB->_as_bin(|
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dbigintc.t629 # _from_hex, _from_bin, _from_oct
633 is($LIB->_str($LIB->_from_bin("0b10101011")), 160+11,
634 qq|$LIB->_str($LIB->_from_bin("0b10101011")) = 160+11|);
649 is($LIB->_str($LIB->_from_bin($LIB->_as_bin($LIB->_new("128")))), 128,
650 qq|$LIB->_str($LIB->_from_bin($LIB->_as_bin(|
673 is($LIB->_str($LIB->_from_bin($LIB->_as_bin($LIB->_new($long)))), $long,
674 qq|$LIB->_str($LIB->_from_bin($LIB->_as_bin(|
683 is($LIB->_str($LIB->_from_bin($LIB->_as_bin($LIB->_new("0")))), 0,
684 qq|$LIB->_str($LIB->_from_bin($LIB->_as_bin(|
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/
DScalar.pm41 sub _from_bin { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
DCalc.pm2381 sub _from_bin { subroutine
DLib.pm1725 sub _from_bin {
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
DBigInt.pm6210 my $sig_lib = $bpc == 1 ? $LIB -> _from_bin('0b' . $sig_str)