Home
last modified time | relevance | path

Searched refs:_as_hex (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
DLib.pm1266 $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 …]
DCalc.pm2264 sub _as_hex { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
Dbigintfc.t644 # _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/
Dbigintc.t644 # _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/
DScalar.pm130 sub _as_hex { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
DBigRat.pm2485 $s . $LIB->_as_hex($x->{_n});
DBigInt.pm5274 my $hex = $LIB->_as_hex($x->{value});
DBigFloat.pm5600 my $str = $LIB->_as_hex($z);