Home
last modified time | relevance | path

Searched refs:lastbit (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dprint-sysroot-suffix.sh128 if [ "$lastbit" = "$bit" ]; then
131 result="$result$lastopt:$lastbit;$n"
135 lastbit="$bit"
138 if [ "$bit" = "$lastbit" ]; then
145 echo "$n%{$result$lastopt:$lastbit;$n:$bit}"
/netbsd/src/external/lgpl3/mpfr/dist/src/
Drndna.c172 int lastbit, sh; in mpfr_round_nearest_away_end() local
175 lastbit = (MPFR_MANT(tmp)[0] >> sh) & 1; in mpfr_round_nearest_away_end()
177 if (lastbit == 0) in mpfr_round_nearest_away_end()
/netbsd/src/common/dist/zlib/examples/
Dgzappend.c261 int ret, lastbit, left, full; in gzscan() local
290 lastbit = 0; in gzscan()
330 lastbit = strm->data_type & 0x1f; in gzscan()
355 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET); in gzscan()
357 *gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 - lastbit) & 7))); in gzscan()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_irig.c265 int lastbit; /* last code element */ member
861 } else if (bit == BITP && up->lastbit == BITP) { in irig_decode()
875 up->lastbit = bit; in irig_decode()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20164239 not use bittype source type for firstbit and lastbit operations.
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog21511 second "else") and fixed the case lastbit == 1 && inex < 0.