Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 25 of 46) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dor32-dis.c152 unsigned long ones, zeros; in or32_opcode_match() local
158 zeros = or32_extract ('0', encoding, insn); in or32_opcode_match()
162 printf ("zeros: %x \n", zeros); in or32_opcode_match()
172 if ((~insn & zeros) != zeros) in or32_opcode_match()
Dor32-opc.c752 unsigned long ones, zeros; in build_automata() local
756 zeros = insn_extract('0', encoding); in build_automata()
758 ti[i].insn_mask = ones | zeros; in build_automata()
Ds390-opc.txt274 0770 bnzr RR_0R "branch on not zero / if not zeros" g5 esa,zarch
276 0780 bzr RR_0R "branch on zero / if zeros" g5 esa,zarch
296 4770 bnz RX_0RRD "branch on not zero / if not zeros" g5 esa,zarch
298 4780 bz RX_0RRD "branch on zero / if zeros" g5 esa,zarch
317 a774 jnz RI_0P "jump on not zero / if not zeros" g5 esa,zarch
319 a784 jz RI_0P "jump on zero / if zeros" g5 esa,zarch
532 c074 jgnz RIL_0P "jump long on not zero / if not zeros" z900 esa,zarch
534 c084 jgz RIL_0P "jump long on zero / if zeros" z900 esa,zarch
/mirbsd/src/gnu/usr.bin/binutils/gas/
Datof-generic.c197 unsigned int zeros = 0; /* Length of current string of zeros */ in atof_generic() local
203 zeros++; in atof_generic()
207 number_of_digits_after_decimal += 1 + zeros; in atof_generic()
208 zeros = 0; in atof_generic()
/mirbsd/src/gnu/usr.bin/perl/lib/Math/
DBigFloat.pm194 my $zeros = 0; $zeros = CORE::length($1) if $$miv =~ /[1-9](0*)$/;
195 if ($zeros != 0)
197 my $z = $MBI->_new($zeros);
382 my $zeros = $x->{_a} - $cad; # cad == 0 => 12340
383 $zeros = $x->{_a} - $len if $cad != $len;
384 $es .= $dot.'0' x $zeros if $zeros > 0;
389 my $zeros = -$x->{_p} + $cad;
390 $es .= $dot.'0' x $zeros if $zeros > 0;
2410 my $zeros = $MBI->_zeros($x->{_m}); # correct for trailing zeros
2411 if ($zeros != 0)
[all …]
DBigInt.pm2050 my $zeros = $m->_trailing_zeros();
2051 $m->brsft($zeros,10) if $zeros != 0;
/mirbsd/src/lib/libncurses/src/form/
Dfld_def.c279 static const FIELD_CELL zeros = ZEROS; in new_field() local
330 buffer[j] = zeros; in new_field()
/mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/
DCalc.pm946 my $zeros = 0; my $elem;
953 $zeros *= $BASE_LEN; # elems * 5
954 $zeros += length($elem); # count trailing zeros
957 $zeros ++; # real else branch: 50% slower!
959 $zeros;
/mirbsd/src/gnu/usr.bin/perl/lib/Math/BigRat/t/
Dbigratpm.inc150 # # trailing zeros
152 # print "# Has trailing zeros after '$try'\n"
Dbigfltpm.inc142 # trailing zeros
144 print "# Has trailing zeros after '$try'\n"
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dmmo.texi88 padded with zeros if the count is not a multiple of four. The
332 0x50000000 - 80 as a byte, padded with zeros.
359 0x26280000 - 38, 40 as bytes, padded with zeros
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-a29k.texi68 @code{0} and @code{127}, written with no leading zeros. The leading
Dc-hppa.texi251 (subsection is all zeros, do not write in object file).
Dc-mmix.texi549 contiguous program with zeros filled in the gaps between the LOC
/mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/t/
Dbigfltpm.inc165 # trailing zeros
167 print "# Has trailing zeros after '$try'\n"
Dbigintpm.inc565 # bug in sub where number with at least 6 trailing zeros after any op failed
999 # leading zeros
Dupgrade.inc492 # leading zeros
Dmbimbf.inc217 # does accuracy()/precision work on zeros?
/mirbsd/src/lib/libssl/src/doc/crypto/
DBIO_s_connect.pod153 binary form or all zeros if not set.
/mirbsd/src/gnu/usr.bin/cvs/doc/
Dgetdate.texi155 zeros on numbers are ignored.
171 72-09-24 # Leading zeros are ignored.
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman1490 Thus the conversion amounts to padding with zeros on the left.
/mirbsd/src/gnu/usr.bin/perl/
Dsv.c8586 STRLEN zeros = 0; in Perl_sv_vcatpvfn() local
9165 zeros = precis - elen; in Perl_sv_vcatpvfn()
9439 have = esignlen + zeros + elen; in Perl_sv_vcatpvfn()
9440 if (have < zeros) in Perl_sv_vcatpvfn()
9487 if (zeros) { in Perl_sv_vcatpvfn()
9489 for (i = zeros; i; i--) in Perl_sv_vcatpvfn()
/mirbsd/src/kern/z/
DFAQ304 calloc(), which zeros out the allocated memory. Even though the code was
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlfaq4.pod184 Using Perl's built in conversion of numbers with leading zeros:
233 # substr() is used to left pad a 32 character string with zeros.
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dconfig_H.wc1354 * macro are: value, number of digits, whether trailing zeros should
1360 * The last two assume trailing zeros should not be kept.

12