Searched refs:as_hex (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DBareCalc.pm30 as_hex as_bin from_hex from_bin
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalcEmu.pm35 $bx = $x->binc()->as_hex(); # -1 => 0, -2 => 1, -3 => 2 etc
41 $bx = $x->as_hex(); # get binary representation
48 $by = $y->copy()->binc()->as_hex(); # -1 => 0, -2 => 1, -3 => 2 etc
54 $by = $y->as_hex(); # get binary representation
122 $bx = $x->binc()->as_hex(); # -1 => 0, -2 => 1, -3 => 2 etc
128 $bx = $x->as_hex(); # get binary representation
135 $by = $y->copy()->binc()->as_hex(); # -1 => 0, -2 => 1, -3 => 2 etc
141 $by = $y->as_hex(); # get binary representation
208 $bx = $x->binc()->as_hex(); # -1 => 0, -2 => 1, -3 => 2 etc
214 $bx = $x->as_hex(); # ge
[all...]
H A DCalc.pm2048 _as_bin(str) Like as_hex, only as binary string containing only
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigfltpm.inc56 } elsif ($f =~ /^(numify|length|as_number|as_hex|as_bin)$/) {
375 &as_hex
H A Dbigintpm.inc78 } elsif ($f =~ /^(numify|length|stringify|as_hex|as_bin)$/) {
2210 &as_hex
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm2181 sub as_hex subroutine
2378 new copy check from_hex from_bin as_hex as_bin zeros
2682 $x->as_hex(); # as signed hexadecimal string with prefixed 0x
3227 =head2 as_hex
3229 $x->as_hex(); # as signed hexadecimal string with prefixed 0x
3702 print "bin: ",$x->as_bin()," hex:",$x->as_hex()," dec: ",$x,"\n";
H A DBigRat.pm1203 sub as_hex subroutine
1210 $s . $x->{_n}->as_hex();
H A DBigFloat.pm2385 sub as_hex subroutine
2401 $z->as_hex();

Completed in 54 milliseconds