Searched refs:fixed (Results 1 - 25 of 156) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020320-1.c11 int fixed; local
13 fixed = ({ int temp1 = 2; temp1; }) - ({ int temp2 = 1; temp2; });
14 if (fixed != 1)
17 fixed = ({ struct large temp3; temp3.x = 2; temp3; }).x
19 if (fixed != 1)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr56689.c8 fix_register (const char *name, int fixed, int call_used, int nregs) argument
17 if ((i == 15 || i == 11) && (fixed == 0 || call_used == 0))
19 switch (fixed)
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dbuiltin3.d1 # as: -fixed-special-register-names
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dbuiltin3.d1 # as: -fixed-special-register-names
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D2.cc36 // Make sure we can output a long float in fixed format
42 os2.setf(ios::fixed);
47 os2 << fixed << setprecision(3) << val2 << endl;
49 os2 << fixed << setprecision(1) << val2 << endl;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D2.cc33 // Make sure we can output a long float in fixed format
39 os2.setf(wios::fixed);
44 os2 << fixed << setprecision(3) << val2 << endl;
46 os2 << fixed << setprecision(1) << val2 << endl;
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dreloc-bad.l2 [^:]*:5: Error: internal_relocation \(type: OFFSET_IMM\) not fixed up
H A Dvcvt-bad.d1 #name: Invalid Immediate field for VCVT (between floating-point and fixed-point, VFP)
/haiku-buildtools/binutils/gas/testsuite/gas/lns/
H A Dlns-common-1-alt.d13 \[0x.*\] Advance PC by fixed size amount .* to .*
17 \[0x.*\] Advance PC by fixed size amount .* to .*
22 \[0x.*\] Advance PC by fixed size amount .* to .*
27 \[0x.*\] Advance PC by fixed size amount .* to .*
31 \[0x.*\] Advance PC by fixed size amount .* to .*
35 \[0x.*\] Advance PC by fixed size amount .* to .*
39 \[0x.*\] Advance PC by fixed size amount .* to .*
41 \[0x.*\] Advance PC by fixed size amount .* to .*
H A Dlns-big-delta.d10 \[0x.*\] Advance PC by fixed size amount 0 to 0x0
15 \[0x.*\] Advance PC by fixed size amount . to 0x.*
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dmicromips-warn-branch-delay.s1 # Source file used to test microMIPS fixed-size branch delay slots.
H A Dmicromips-warn-branch-delay-1.s1 # Source code used to test correct macro expansion in microMIPS fixed-size
/haiku-buildtools/gcc/libgcc/
H A Dfixed-obj.mk26 $o$(objext): %$(objext): $(srcdir)/fixed-bit.c
27 $(gcc_compile) -DL$($*-label) $($*-opt) -c $(srcdir)/fixed-bit.c $(vis_hide)
30 $(o)_s$(objext): %_s$(objext): $(srcdir)/fixed-bit.c
31 $(gcc_s_compile) -DL$($*-label) $($*-opt) -c $(srcdir)/fixed-bit.c
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D14220.cc38 oss.setf(ios_base::fixed);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D14220.cc38 oss.setf(ios_base::fixed);
H A D6.cc39 oss1.setf(ios_base::fixed, ios_base::floatfield);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Darray.go78 // call ptr fixed with ptr fixed
86 // call ptr dynamic with ptr fixed from new
96 // call ptr dynamic with ptr fixed from var
117 // generate bounds error with ptr fixed
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Denum2.C17 scientific=04000, fixed=010000, unitbuf=020000, stdio=040000, enumerator in enum:ios::__anon1232
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug456.go7 // Issue 3907: out of fixed registers in nested byte multiply.
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dpr20302.d6 # AOUT and NETBSD have fixed address for the data section.
/haiku-buildtools/legacy/gcc/gcc/config/clipper/
H A Dclipper.c213 int fixed; local
224 if (GET_CODE (operands[2]) == CONST_INT) /* fixed size move */
226 if ((fixed = INTVAL (operands[2])) <= 0)
229 if (fixed <16)
236 fixed = 0;
250 if (fixed && (align & 0x3) == 0) /* word aligned move with known size */
252 if (fixed >= 4)
263 if (fixed & 0x2)
266 if (fixed & 0x1)
270 if (fixed
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dlocale_facets.cc77 if (__fltfield != (ios_base::fixed | ios_base::scientific))
80 // As per DR 231: not only when __flags & ios_base::fixed || __prec > 0
88 if (__fltfield == ios_base::fixed)
93 else if (__fltfield == (ios_base::fixed | ios_base::scientific))
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dregreg.s5 ; are not included here in order to cover fixed-size instructions
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dregreg.s5 ; are not included here in order to cover fixed-size instructions
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtypedef03.C26 fixed = 0x2000 enumerator in enum:QTextStream::__anon1193

Completed in 116 milliseconds

1234567