Searched refs:dropped (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug208.go16 // dropped during the compilation.
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-sh64.c503 bfd_vma disp, dropped; local
583 dropped = 0;
586 case R_SH_DIR10SW: dropped = disp & 1; break;
587 case R_SH_DIR10SL: dropped = disp & 3; break;
588 case R_SH_DIR10SQ: dropped = disp & 7; break;
590 if (dropped != 0)
H A Delf64-sh64.c1437 bfd_vma disp, dropped; local
1665 dropped = 0;
1668 case R_SH_PT_16: dropped = disp & 2; break;
1669 case R_SH_DIR10SW: dropped = disp & 1; break;
1670 case R_SH_DIR10SL: dropped = disp & 3; break;
1671 case R_SH_DIR10SQ: dropped = disp & 7; break;
1673 if (dropped != 0)
/haiku-buildtools/binutils/bfd/
H A Delf32-sh64.c512 bfd_vma disp, dropped; local
590 dropped = 0;
593 case R_SH_DIR10SW: dropped = disp & 1; break;
594 case R_SH_DIR10SL: dropped = disp & 3; break;
595 case R_SH_DIR10SQ: dropped = disp & 7; break;
597 if (dropped != 0)
H A Delf64-sh64.c1440 bfd_vma disp, dropped; local
1668 dropped = 0;
1671 case R_SH_PT_16: dropped = disp & 2; break;
1672 case R_SH_DIR10SW: dropped = disp & 1; break;
1673 case R_SH_DIR10SL: dropped = disp & 3; break;
1674 case R_SH_DIR10SQ: dropped = disp & 7; break;
1676 if (dropped != 0)
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c1728 /* modified during revision but dropped from 754-2008. */
1957 Int dropped; /* .. */ local
2252 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */
2319 Int dropped; /* work */ local
2347 decTrim(res, set, 1, 0, &dropped); /* normalize in place */
2809 Int dropped; /* .. */ local
3052 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */
3071 /* here, dropped is the count of trailing zeros in 'a' */
3073 Int todrop=ideal-a->exponent; /* most that can be dropped */
3083 if (dropped<todro
3555 Int dropped; /* work */ local
4252 Int dropped; /* work */ local
6585 decTrim(decNumber *dn, decContext *set, Flag all, Flag noclamp, Int *dropped) argument
[all...]
/haiku-buildtools/legacy/gcc/
H A Dltmain.sh1894 echo "*** All declared inter-library dependencies are being dropped."
1929 echo "*** The inter-library dependencies that have been dropped here will be"
/haiku-buildtools/isl/
H A Disl_map_simplify.c860 int dropped, needed; local
929 dropped = 0;
937 ++dropped;
948 if (needed > dropped) {
2971 * in constraints, then it can simply be dropped.
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dfpbit-sf.S584 ;; increment the exponent. We round down by ignoring the dropped bits.
/haiku-buildtools/legacy/binutils/
H A Dltmain.sh2964 echo "*** All declared inter-library dependencies are being dropped."
3004 echo "*** The inter-library dependencies that have been dropped here will be"
/haiku-buildtools/libtool/libltdl/
H A Dltmain.sh3644 $echo "*** All declared inter-library dependencies are being dropped."
3684 $echo "*** The inter-library dependencies that have been dropped here will be"
/haiku-buildtools/libtool/
H A Dltmain.sh3644 $echo "*** All declared inter-library dependencies are being dropped."
3684 $echo "*** The inter-library dependencies that have been dropped here will be"
/haiku-buildtools/isl/doc/
H A Dimplementation.tex152 is dropped.

Completed in 242 milliseconds