Searched refs:p3 (Results 1 - 17 of 17) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/sim/prime_do_while/
H A Dprime_numgen.cpp49 p3 = 0, local
61 if (p2 && !p3 && !p5 && !p7 && !p11 && !p13 && !p17 && !p19 && !p23 && !p29)
68 else if (p5 && p17) { p5--, p17--, p2++, p3++, p13++; }
69 else if (p3 && p17) { p3--, p17--, p19++; }
71 else if (p3 && p11) { p3--, p11--, p29++; }
78 else if (p2 && p7) { p2--, p7--, p3++, p5++; }
79 else if (p2) { p2--, p3++, p5++; }
/gem5/src/systemc/tests/systemc/misc/synth/prime_flag/
H A Dprime_numgen.cpp49 p3 = 0, local
67 if (p2 && !p3 && !p5 && !p7 && !p11 && !p13 && !p17 && !p19 && !p23 && !p29)
79 else if (p5 && p17) { p5--, p17--, p2++, p3++, p13++; }
80 else if (p3 && p17) { p3--, p17--, p19++; }
82 else if (p3 && p11) { p3--, p11--, p29++; }
89 else if (p2 && p7) { p2--, p7--, p3++, p5++; }
90 else if (p2) { p2--, p3++, p5++; }
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test06/
H A Dtest06.cpp45 void p3() { function
46 cerr << sc_time_stamp() << ":entering p3" << endl;
48 cerr << sc_time_stamp() << ":exiting p3" << endl;
52 cerr << sc_time_stamp() << ":entering p2, spawning p3" << endl;
53 sc_spawn(sc_bind(&p3));
/gem5/src/systemc/tests/systemc/compliance_1666/test235b/
H A Dtest235b.cpp13 sc_port<sc_signal_in_if<int>,2,SC_ZERO_OR_MORE_BOUND> p3; local
22 p3("p3"),
32 sc_assert(p3.size() == 3);
56 m->p3(p1_once);
57 m->p3(p2_twice);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h1045 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \
1047 typename p3##_type
1048 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \
1050 typename p3##_type, typename p4##_type
1051 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \
1053 typename p3##_type, typename p4##_type, typename p5##_type
1054 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \
1056 typename p3##_type, typename p4##_type, typename p5##_type, \
1058 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \
1060 typename p3##_typ
[all...]
H A Dgmock-generated-matchers.h1597 #define MATCHER_P4(name, p0, p1, p2, p3, description)\
1599 typename p3##_type>\
1606 p3##_type gmock_p3)\
1607 : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), p3(gmock_p3) {}\
1619 p3##_type p3;\
1629 p3##_type>(p0, p1, p2, p3)));\
1636 new gmock_Impl<arg_type>(p0, p1, p2, p3));\
1639 p2##_type gmock_p2, p3##_typ
[all...]
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh222 const int p3; member in struct:MultiperspectivePerceptron::HistorySpec
234 p2(_p2), p3(_p3), coeff(_coeff), size(_size), width(_width),
536 ACYCLIC(int p1, int p2, int p3, double coeff, int size, int width, argument
538 : HistorySpec(p1, p2, p3, coeff, size, width, mpp)
546 int style = p3;
577 mpp.acyclic_bits[p1][j][!p3] = true;
628 RECENCY(int p1, int p2, int p3, double coeff, int size, int width, argument
630 : HistorySpec(p1, p2, p3, coeff, size, width, mpp)
638 int style = p3;
691 PATH(int p1, int p2, int p3, doubl argument
759 MODPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
786 GHISTPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
858 GHISTMODPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
890 BLURRYPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
977 SGHISTPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument
[all...]
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp180 sc_port<C3> p3; local
198 sc_port<C3> p3; local
215 p3->method();
224 p3->method();
302 moda.p3(c3);
308 modb.p3(c3);
/gem5/src/systemc/tests/systemc/compliance_1666/test235a/
H A Dtest235a.cpp13 sc_port<sc_signal_in_if<int>,2,SC_ONE_OR_MORE_BOUND> p3; local
37 p3("p3"),
60 sc_assert(p3.size() == 2);
100 m->p3(sig1);
101 m->p3(sig2);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc802 ACTION_P4(Plus, p0, p1, p2, p3) { return arg0 + p0 + p1 + p2 + p3; }
809 ACTION_P5(Plus, p0, p1, p2, p3, p4) { return arg0 + p0 + p1 + p2 + p3 + p4; }
816 ACTION_P6(Plus, p0, p1, p2, p3, p4, p5) {
817 return arg0 + p0 + p1 + p2 + p3 + p4 + p5;
825 ACTION_P7(Plus, p0, p1, p2, p3, p4, p5, p6) {
826 return arg0 + p0 + p1 + p2 + p3 + p4 + p5 + p6;
834 ACTION_P8(Plus, p0, p1, p2, p3, p4, p5, p6, p7) {
835 return arg0 + p0 + p1 + p2 + p3
[all...]
H A Dgmock-matchers_test.cc1025 void* p3 = NULL; local
1026 EXPECT_TRUE(m3.Matches(p3));
/gem5/src/systemc/tests/systemc/misc/sim_tests/async_clock/
H A Dasync_clock.cpp157 proc3 p3("p3", dclk2);
/gem5/src/systemc/tests/systemc/misc/sim_tests/manual_clock/
H A Dmanual_clock.cpp159 proc3 p3( "p3", p, q, zero, one );
/gem5/src/systemc/tests/systemc/compliance_1666/test208/
H A Dtest208.cpp196 SC_METHOD(p3);
211 sc_assert (strcmp(children[7]->name(), "top.p3") == 0);
219 void p3() {} function
/gem5/ext/pybind11/tests/
H A Dtest_stl.cpp240 static UserType p1{1}, p2{2}, p3{3};
242 std::ref(p1), std::ref(p2), std::ref(p3), p4
/gem5/system/alpha/h/
H A Ddc21164FromGasSources.h804 #define p3 r11 macro
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc4911 const wchar_t* p3 = reinterpret_cast<const wchar_t*>(pv3); local
4913 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(p3, p4),
5259 int* p3 = NULL; local
5264 msg << p1 << p2 << p3 << p4 << p5 << p6;

Completed in 93 milliseconds