Searched refs:_from_bin (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
| D | bigintfc.t | 629 # _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/ |
| D | bigintc.t | 629 # _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/ |
| D | Scalar.pm | 41 sub _from_bin { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/ |
| D | Calc.pm | 2381 sub _from_bin { subroutine
|
| D | Lib.pm | 1725 sub _from_bin {
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
| D | BigInt.pm | 6210 my $sig_lib = $bpc == 1 ? $LIB -> _from_bin('0b' . $sig_str)
|