| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | or32-dis.c | 152 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()
|
| D | or32-opc.c | 752 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()
|
| D | s390-opc.txt | 274 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/ |
| D | atof-generic.c | 197 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/ |
| D | BigFloat.pm | 194 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 …]
|
| D | BigInt.pm | 2050 my $zeros = $m->_trailing_zeros(); 2051 $m->brsft($zeros,10) if $zeros != 0;
|
| /mirbsd/src/lib/libncurses/src/form/ |
| D | fld_def.c | 279 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/ |
| D | Calc.pm | 946 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/ |
| D | bigratpm.inc | 150 # # trailing zeros 152 # print "# Has trailing zeros after '$try'\n"
|
| D | bigfltpm.inc | 142 # trailing zeros 144 print "# Has trailing zeros after '$try'\n"
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | mmo.texi | 88 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/ |
| D | c-a29k.texi | 68 @code{0} and @code{127}, written with no leading zeros. The leading
|
| D | c-hppa.texi | 251 (subsection is all zeros, do not write in object file).
|
| D | c-mmix.texi | 549 contiguous program with zeros filled in the gaps between the LOC
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/t/ |
| D | bigfltpm.inc | 165 # trailing zeros 167 print "# Has trailing zeros after '$try'\n"
|
| D | bigintpm.inc | 565 # bug in sub where number with at least 6 trailing zeros after any op failed 999 # leading zeros
|
| D | upgrade.inc | 492 # leading zeros
|
| D | mbimbf.inc | 217 # does accuracy()/precision work on zeros?
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | BIO_s_connect.pod | 153 binary form or all zeros if not set.
|
| /mirbsd/src/gnu/usr.bin/cvs/doc/ |
| D | getdate.texi | 155 zeros on numbers are ignored. 171 72-09-24 # Leading zeros are ignored.
|
| /mirbsd/src/share/doc/psd/23.Cknr/ |
| D | cman1 | 490 Thus the conversion amounts to padding with zeros on the left.
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | sv.c | 8586 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/ |
| D | FAQ | 304 calloc(), which zeros out the allocated memory. Even though the code was
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfaq4.pod | 184 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/ |
| D | config_H.wc | 1354 * macro are: value, number of digits, whether trailing zeros should 1360 * The last two assume trailing zeros should not be kept.
|