HomeSort by: relevance | last modified time | path
    Searched refs:zeroes (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/fs/cd9660/
h_hexdump_r.c 44 static unsigned char prev_bytes[16], bytes[16], zeroes[16]; variable in typeref:typename:unsigned char[16][16][16]
83 if (memcmp(prev_bytes, zeroes, 16) != 0) {
  /src/usr.bin/make/unit-tests/
cond-cmp-numeric-ne.mk 30 # Trailing zeroes after the decimal point are irrelevant for the numeric
  /src/lib/libc/stdio/
vfwprintf.c 699 static CHAR_T zeroes[PADSIZE] = local in function:WDECL
1187 * trim trailing zeroes if no # flag.
1407 * After any left-hand padding and prefixing, emit zeroes
1409 * string proper, then emit zeroes required by any leftover
1442 PAD(width - realsz, zeroes);
1444 /* leading zeroes from decimal precision */
1445 PAD(dprec - size, zeroes);
1454 PRINT(zeroes, 1);
1457 PAD(-expt, zeroes);
1462 lead, zeroes);
    [all...]
  /src/sys/arch/vax/boot/xxboot/
start.S 91 # must be empty (i.e. filled with zeroes).
  /src/sys/arch/powerpc/powerpc/
trap.c 782 static char zeroes[MAXCACHELINESIZE]; local in function:fix_unaligned
784 error = copyout(zeroes,
  /src/common/dist/zlib/contrib/pascal/
example.pas 287 (* At this point, uncompr is still mostly zeroes, so it should compress
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 6457 beq.b norm_lo # hi(man) is all zeroes!
6514 bne.b unnorm_shift # hi(man) is not all zeroes
6517 # hi(man) is all zeroes so see if any bits in lo(man) are set
6643 # must distinguish now "Unnormalized zeroes" which we
7986 # Handle NANs, infinities, and zeroes as special cases. Divide #
8481 # Handle NANs, infinities, and zeroes as special cases. Divide #
8803 # Handle NANs, infinities, and zeroes as special cases. Divide #
9256 # Handle NANs, zeroes, and infinities as special cases. Separate #
9665 # For zeroes/infs/NANs, return the same while setting the FPSR #
9771 # For zeroes/infs/NANs, return the same while setting the FPSR
    [all...]
fpsp.s 11554 # Handle NANs, infinities, and zeroes as special cases. Divide #
12049 # Handle NANs, infinities, and zeroes as special cases. Divide #
12371 # Handle NANs, infinities, and zeroes as special cases. Divide #
12824 # Handle NANs, zeroes, and infinities as special cases. Separate #
13233 # For zeroes/infs/NANs, return the same while setting the FPSR #
13339 # For zeroes/infs/NANs, return the same while setting the FPSR #
13442 # Handle NANs, infinities, and zeroes as special cases. Divide #
13956 # Handle NANs, infinities, and zeroes as special cases. Divide #
14297 # Handle NANs, infinities, and zeroes as special cases. Divide #
14635 # Handle NANs, infinities, and zeroes as special cases. Divide
    [all...]
fplsp.s 10853 beq.b norm_lo # hi(man) is all zeroes!
10910 bne.b unnorm_shift # hi(man) is not all zeroes
10913 # hi(man) is all zeroes so see if any bits in lo(man) are set

Completed in 62 milliseconds