Searched refs:as_bin (Results 1 - 6 of 6) 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/t/
H A Dbigfltpm.inc56 } elsif ($f =~ /^(numify|length|as_number|as_hex|as_bin)$/) {
382 &as_bin
H A Dbigintpm.inc78 } elsif ($f =~ /^(numify|length|stringify|as_hex|as_bin)$/) {
2220 &as_bin
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm1740 # although this is O(N*N) in calc (as_bin!) it is O(N) in Pari et al
1745 my $bin = $x->as_bin();
2193 sub as_bin subroutine
2378 new copy check from_hex from_bin as_hex as_bin zeros
2683 $x->as_bin(); # as signed binary string with prefixed 0b
3231 =head2 as_bin
3233 $x->as_bin(); # as signed binary string with prefixed 0b
3702 print "bin: ",$x->as_bin()," hex:",$x->as_hex()," dec: ",$x,"\n";
H A DBigRat.pm1193 sub as_bin subroutine
1200 $s . $x->{_n}->as_bin();
H A DBigFloat.pm2404 sub as_bin subroutine
2420 $z->as_bin();

Completed in 34 milliseconds