Searched refs:ops (Results 1 - 5 of 5) sorted by relevance

/gem5/src/sim/
H A Dmathexpr.cc50 : ops(
93 for (unsigned opt = 0; opt < ops.size(); opt++) {
94 if (ops[opt].priority != p) continue;
95 if (ops[opt].c == expr[i]) {
98 if (ops[opt].binary)
101 if ((l && r) || (!ops[opt].binary && r)) {
104 n->op = ops[opt].op;
160 for (auto & opt : ops)
H A Dmathexpr.hh88 std::array<OpSearch, uNeg + 1> ops; member in class:MathExpr
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test01/
H A Dtest01.cpp125 sc_spawn_options ops; local
126 ops.set_stack_size(0);
128 sc_bind(&void_function, 1.2345), "void_function", &ops
/gem5/util/stats/
H A Dinfo.py301 ops = { operator.__add__ : '+',
308 return '(%s %s %s)' % (str(self.arg0), ops[self.op], str(self.arg1))
/gem5/src/base/
H A Dcp_annotate.hh150 enum ops { enum in class:CPA

Completed in 12 milliseconds