Searched refs:overflow (Results 1 - 25 of 432) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr26213.c2 xnanosleep (_Bool overflow) argument
6 overflow |= 1;
10 if (overflow)
/netbsd-6-1-5-RELEASE/sys/arch/hppa/spmath/
H A Ddivufr.c54 overflow = true;
58 /* check for overflow */
60 overflow = true;
63 overflow = false;
H A Ddivuir.c54 overflow = true;
57 overflow = false;
H A Dmpys.c54 /* determine overflow status */
56 (result_hi == -1 && result_lo < 0)) overflow = false;
57 else overflow = true;
H A Dmpyu.c54 /* determine overflow status */
55 if (result_hi) overflow = true;
56 else overflow = false;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sparc/
H A Dv9branch2.d3 #error: :3:.*relocation.*overflow
H A Dv9branch3.d3 #error: :5:.*relocation.*overflow
H A Dv9branch4.d3 #error: :3:.*relocation.*overflow
H A Dv9branch5.d3 #error: :5:.*relocation.*overflow
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dssp-2.c15 overflow() function
27 overflow ();
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-m68k/
H A Dgot-multigot-15-er.d3 #error: .*GOT overflow.*
H A Dgot-negative-15-er.d3 #error: .*GOT overflow.*
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030807-3.c12 int overflow = 0; local
17 overflow |= i ^ (i << 4 >> 4);
20 if (overflow | (i != (i & mask)))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030807-3.c12 int overflow = 0; local
17 overflow |= i ^ (i << 4 >> 4);
20 if (overflow | (i != (i & mask)))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-tic6x/
H A Dreloc-overflow-abs-s16-1.d1 #name: C6X relocation overflow, ABS_S16
4 #source: reloc-overflow-abs-s16.s
H A Dreloc-overflow-abs16-1.d1 #name: C6X relocation overflow, ABS16
4 #source: reloc-overflow-abs16.s
H A Dreloc-overflow-abs8-1.d1 #name: C6X relocation overflow, ABS8
4 #source: reloc-overflow-abs8.s
H A Dreloc-overflow-pcr-s10-1.d1 #name: C6X relocation overflow, PCR_S10
4 #source: reloc-overflow-pcr-s10.s
H A Dreloc-overflow-pcr-s12-1.d1 #name: C6X relocation overflow, PCR_S12
4 #source: reloc-overflow-pcr-s12.s
H A Dreloc-overflow-pcr-s21-1.d1 #name: C6X relocation overflow, PCR_S21
4 #source: reloc-overflow-pcr-s21.s
H A Dreloc-overflow-pcr-s7-1.d1 #name: C6X relocation overflow, PCR_S7
4 #source: reloc-overflow-pcr-s7.s
H A Dreloc-overflow-sbr-s16-1.d1 #name: C6X relocation overflow, SBR_S16
4 #source: reloc-overflow-sbr-s16.s
H A Dreloc-overflow-sbr-u15-b-1.d1 #name: C6X relocation overflow, SBR_U15_B
4 #source: reloc-overflow-sbr-u15-b.s
H A Dreloc-overflow-sbr-u15-h-1.d1 #name: C6X relocation overflow, SBR_U15_H
4 #source: reloc-overflow-sbr-u15-h.s
H A Dreloc-overflow-sbr-u15-w-1.d1 #name: C6X relocation overflow, SBR_U15_W
4 #source: reloc-overflow-sbr-u15-w.s

Completed in 87 milliseconds

1234567891011>>