Searched refs:_as_hex (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/ |
| D | Lib.pm | 1266 $bx = $class -> _as_hex($bx); 1271 $bx = $class -> _as_hex($x); # get binary representation 1281 $by = $class -> _as_hex($by); 1286 $by = $class -> _as_hex($y); # get binary representation 1351 $bx = $class -> _as_hex($bx); 1356 $bx = $class -> _as_hex($x); # get binary representation 1366 $by = $class -> _as_hex($by); 1371 $by = $class -> _as_hex($y); # get binary representation 1436 $bx = $class -> _as_hex($bx); 1441 $bx = $class -> _as_hex($x); # get binary representation [all …]
|
| D | Calc.pm | 2264 sub _as_hex { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
| D | bigintfc.t | 644 # _as_hex, _as_bin, as_oct 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(| 690 is($LIB->_as_hex($LIB->_new("0")), "0x0", 691 qq|$LIB->_as_hex($LIB->_new("0")) = "0x0"|); 697 is($LIB->_as_hex($LIB->_new("12")), "0xc", [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| D | bigintc.t | 644 # _as_hex, _as_bin, as_oct 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(| 690 is($LIB->_as_hex($LIB->_new("0")), "0x0", 691 qq|$LIB->_as_hex($LIB->_new("0")) = "0x0"|); 697 is($LIB->_as_hex($LIB->_new("12")), "0xc", [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/ |
| D | Scalar.pm | 130 sub _as_hex { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
| D | BigRat.pm | 2485 $s . $LIB->_as_hex($x->{_n});
|
| D | BigInt.pm | 5274 my $hex = $LIB->_as_hex($x->{value});
|
| D | BigFloat.pm | 5600 my $str = $LIB->_as_hex($z);
|