Searched defs:as_hex (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm2385 sub as_hex subroutine
2401 $z->as_hex();
H A DBigRat.pm1203 sub as_hex subroutine
1210 $s . $x->{_n}->as_hex();
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";

Completed in 38 milliseconds