Searched refs:_as_bin (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
| D | bigintfc.t | 644 # _as_hex, _as_bin, as_oct 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(| 692 is($LIB->_as_bin($LIB->_new("0")), "0b0", 693 qq|$LIB->_as_bin($LIB->_new("0")) = "0b0"|); 699 is($LIB->_as_bin($LIB->_new("12")), "0b1100", [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| D | bigintc.t | 644 # _as_hex, _as_bin, as_oct 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(| 692 is($LIB->_as_bin($LIB->_new("0")), "0b0", 693 qq|$LIB->_as_bin($LIB->_new("0")) = "0b0"|); 699 is($LIB->_as_bin($LIB->_new("12")), "0b1100", [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/ |
| D | Scalar.pm | 134 sub _as_bin { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/ |
| D | Calc.pm | 1351 my $y_bin = $c->_as_bin($cy); 1977 my $b = $c -> _as_bin($n); 2285 sub _as_bin { subroutine 2469 my $expbin = $c->_as_bin($exp);
|
| D | Lib.pm | 560 my $y_bin = $class -> _as_bin($y); 1558 sub _as_bin { 1914 my $expbin = $class -> _as_bin($exp);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
| D | BigRat.pm | 2476 $s . $LIB->_as_bin($x->{_n});
|
| D | BigInt.pm | 5306 my $bin = $LIB->_as_bin($x->{value});
|
| D | BigFloat.pm | 5640 my $str = $LIB->_as_bin($z);
|