Searched refs:f3 (Results 1 - 25 of 27) sorted by relevance

12

/gem5/src/systemc/tests/systemc/1666-2011-compliance/self_reset_bug/
H A Dself_reset_bug.cpp45 f0 = f1 = f2 = f3 = 0;
50 int f0, f1, f2, f3; member in struct:Top
75 f3 = 1;
93 sc_assert( top.f3 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/disable_enable/
H A Ddisable_enable.cpp49 f0 = f1 = f2 = f3 = f4 = f5 = 0;
55 int f0, f1, f2, f3, f4, f5; member in struct:Top
109 case 4: sc_assert(sc_time_stamp() == sc_time(10, SC_NS)); f3 = 1; break;
127 sc_assert( top.f3 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/virtual_bind/
H A Dvirtual_bind.cpp86 int f3; member in struct:extended_export
87 extended_export() { f3 = 0; }
92 f3 = 1;
152 sc_assert( top.child->xp.f3 );
/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_output_and_shifter.cpp43 bool i8, i7, f0, f3, q0, q3; local
52 f3 = F.read()[3];
61 t_RAM3 .write( (( i8 == 0x1) && ( i7 == 0x1 )) ? f3 : 0x0);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dstructural.S24 fmv.s.x f3, x0 ;\
31 fsgnj.s f3, f1, f1 ;\
33 fmv.x.s x5, f3 ;\
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h453 fcvt.s.d f3, f0; fcvt.d.s f3, f3; fsd f3, 0(a0); lw t2, 4(a0); lw a0, 0(a0))
457 fcvt.s.d f3, f0; fcvt.d.s f3, f3; fmv.x.d a0, f3)
461 fcvt.d.s f3, f0; fcvt.s.d f3, f
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/recursive_kill_bug/
H A Drecursive_kill_bug.cpp52 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
73 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp62 f3 = new int[n];
73 f3[i] = 0;
88 int *f0, *f1, *f2, *f3, *f4, *f5; member in struct:Top
157 case 4: f3[i]=1; throw static_cast<const sc_unwind_exception&>(e);
205 sc_assert( top.f3[i] );
/gem5/ext/pybind11/tests/
H A Dtest_constants_and_functions.py38 assert m.f3(86) == 89
H A Dtest_constants_and_functions.cpp51 int f3(int x) noexcept(false) { return x+3; }
125 m.def("f3", f3);
/gem5/ext/systemc/src/sysc/qt/md/
H A Daxp.s137 stt $f3,16($30)
150 ldt $f3,16($30)
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_writer_policy/
H A Dsc_writer_policy.cpp175 f0 = f1 = f2 = f3 = f4 = f5 = 0;
179 int f0, f1, f2, f3, f4, f5; member in struct:Top
191 f3 = 1;
227 f3 = 1;
262 f3 = 1;
305 sc_assert( top.f3 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/include_descendants/
H A Dinclude_descendants.cpp57 f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = f10 = 0;
65 int f1, f2, f3, f4, f5, f6, f7, f8, f9, f10; member in struct:Top
139 f3 = 1;
308 sc_assert( top.f3 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl/
H A Dproc_ctrl.cpp63 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
71 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; local
201 case 3: sc_assert( sc_time_stamp() == sc_time(35, SC_NS) ); f3=1; break;
263 sc_assert(top.f3);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp65 f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = f10 = 0;
73 int f1, f2, f3, f4, f5, f6, f7, f8, f9, f10; member in struct:Top
250 case 0: sc_assert( sc_time_stamp() == sc_time(0, SC_NS) ); f3=1; break;
316 sc_assert( top.f3 );
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h332 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2),
333 f3_(f3) {}
373 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3,
374 GTEST_BY_REF_(T4) f4) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4) {}
417 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
418 GTEST_BY_REF_(T5) f5) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
464 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
466 f3_(f3), f4_(f4), f5_(f5), f6_(f6) {}
513 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
515 GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4
620 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, member in class:std::tr1::tuple
693 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3) argument
699 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4) argument
705 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5) argument
711 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6) argument
717 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) argument
723 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8) argument
730 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8, const T9& f9) argument
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_suspends_itself/
H A Dmethod_suspends_itself.cpp58 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
71 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
344 case 5: sc_assert( sc_time_stamp() == sc_time(40, SC_NS) ); f3=1; break;
398 sc_assert( top.f3 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_immed/
H A Dproc_ctrl_immed.cpp79 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
87 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
286 case 3: f3=1; break;
374 sc_assert( top.f3 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_priority/
H A Dproc_ctrl_priority.cpp54 f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
63 int f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
324 case 4: sc_assert( sc_time_stamp() == sc_time(35, SC_NS) ); f3=1; break;
351 sc_assert( top.f3 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp66 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
75 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
233 case 1: sc_assert( sc_time_stamp() == sc_time(5, SC_NS) ); f3=1; break;
349 sc_assert( top.f3 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset_port/
H A Dasync_reset_port.cpp79 f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
88 int f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:M
123 if (count == 6) { sc_assert(sc_time_stamp() == sc_time( 55, SC_NS)); f3 = 1; }
334 sc_assert(top.m->f3);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp61 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
72 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
270 case 15: sc_assert( sc_time_stamp() == sc_time(200, SC_NS) ); f3=1; break;
398 sc_assert( top.f3 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp64 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
75 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:M2
265 case 7: sc_assert( sc_time_stamp() == sc_time(70, SC_NS) ); f3=1; break;
385 sc_assert(m.f3);
/gem5/src/unittest/
H A Dstattest.cc112 Formula f3; member in struct:StatTest
350 f3
387 f3 = sum(s5) * s7;
/gem5/system/alpha/h/
H A Ddc21164FromGasSources.h731 #define f3 $f3 macro

Completed in 37 milliseconds

12