Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dprint-sysroot-suffix.sh121 if [ "$lastbit" = "$bit" ]; then
124 result="$result$lastopt:$lastbit;$n"
128 lastbit="$bit"
131 if [ "$bit" = "$lastbit" ]; then
138 echo "$n%{$result$lastopt:$lastbit;$n:$bit}"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A 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/gpl3/gcc/dist/gcc/config/
H A 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/
H A 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/external/gpl3/gdb/dist/zlib/examples/
H A 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/common/dist/zlib/examples/
H A 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/gpl3/binutils.old/dist/zlib/examples/
H A 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/gpl3/binutils/dist/zlib/examples/
H A 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/gpl3/gcc/dist/gcc/
H A DChangeLog-20164239 not use bittype source type for firstbit and lastbit operations.
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog21511 second "else") and fixed the case lastbit == 1 && inex < 0.