Home
last modified time | relevance | path

Searched refs:rf2 (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/dports/astro/gpstk/GPSTk-8.0.0/core/tests/RefTime/
H A DReferenceFrame_T.cpp91 TUASSERT( rf2 == rf2); in equalityTest()
94 TUASSERT( rf2 == rf5); in equalityTest()
95 TUASSERT(!(rf2 == rf6)); in equalityTest()
130 TUASSERT( !(rf2 != rf2) ); in inequalityTest()
167 TUASSERT( !(rf2 > rf2) ); in greaterThanTest()
196 TUASSERT( rf1 < rf2 ); in lessThanTest()
203 TUASSERT( !(rf2 < rf2) ); in lessThanTest()
239 TUASSERT( rf2 >= rf1 ); in greaterThanOrEqualToTest()
240 TUASSERT( rf2 >= rf2 ); in greaterThanOrEqualToTest()
242 TUASSERT( rf2 >= rf4 ); in greaterThanOrEqualToTest()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/corelib/tools/qrect/
H A Dmain.cpp200 QFETCH(QRectF, rf2); in contains_rect()
203 QRect r2(rf2.toRect()); in contains_rect()
217 QFETCH(QRectF, rf2); in intersects()
233 QFETCH(QRectF, rf2); in intersected()
249 QFETCH(QRectF, rf2); in united()
279 QFETCH(QRectF, rf2); in contains_rect_f()
281 rf1.contains(rf2); in contains_rect_f()
293 QFETCH(QRectF, rf2); in intersects_f()
307 QFETCH(QRectF, rf2); in intersected_f()
321 QFETCH(QRectF, rf2); in united_f()
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_math_repl.v16 reg [63:0] rf2; register
23 rf2 = rf;
24 rf2[31:0] = ~{32{b}};
60 $write("cyc=%0d d=%x %x %x %x %x %x %x\n", cyc, b, rf, rf2, dualasr, sl_mask, sr_mask, widerep);
74 if (rf2 != 64'h00000000ffffffff) $stop;
88 if (rf2 != 64'h1245338200000000) $stop;
100 if (rf2 != 64'h1242238200000000) $stop;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dc99-flex-array-3.c9 union rf2 { int a; struct flex b; }; union
11 union rf4 { union rf2 a; int b; };
20 struct t2 { union rf2 a; }; /* { dg-bogus "warning" "warning in place of error" } */
31 void f2 (union rf2[]); /* { dg-bogus "warning" "warning in place of error" } */
42 union rf2 a2[1]; /* { dg-bogus "warning" "warning in place of error" } */

12345678910>>...20