Searched refs:result (Results 401 - 425 of 446) sorted by relevance

<<1112131415161718

/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval.hh946 int result = sc_dt::cmp_scfx_rep(*a.m_rep, *tmp.m_rep); \
955 int result = sc_dt::cmp_scfx_rep(*tmp.m_rep, *b.m_rep); \
973 int result = sc_dt::cmp_scfx_rep(*a.m_rep, *b.m_rep); \
987 DEFN_REL_OP(<, result < 0)
988 DEFN_REL_OP(<=, result <= 0)
989 DEFN_REL_OP(>, result > 0 && result != 2)
990 DEFN_REL_OP(>=, result >= 0 && result != 2)
991 DEFN_REL_OP(==, result
[all...]
H A Dsc_fxnum.hh2576 int result = sc_dt::cmp_scfx_rep(*a.m_rep, *tmp.get_rep()); \
2585 int result = sc_dt::cmp_scfx_rep(*tmp.get_rep(), *b.m_rep); \
2603 int result = sc_dt::cmp_scfx_rep(*a.m_rep, *b.m_rep); \
2611 int result = sc_dt::cmp_scfx_rep(*a.m_rep, *b.get_rep()); \
2619 int result = sc_dt::cmp_scfx_rep(*a.get_rep(), *b.m_rep); \
2634 DEFN_REL_OP(<, result < 0)
2635 DEFN_REL_OP(<=, result <= 0)
2636 DEFN_REL_OP(>, result > 0 && result != 2)
2637 DEFN_REL_OP(>=, result >
[all...]
/gem5/src/python/m5/util/
H A Dcode_formatter.py251 result = eval(eval_expr, {}, l)
252 return '%s' % (result, )
H A Djobfile.py112 result = m5.util.optiondict()
114 result[key] = self[key]
115 return result
H A Dconvert.py151 return result
160 """result is a clock period"""
174 """result is a clock period"""
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.cpp176 bool result; // True if inserted non-zero data. local
196 result = true;
253 result = true;
316 result = false;
358 return result;
365 uint64 result; local
370 result = 0;
372 result = digit[2];
374 result = (result << BITS_PER_DIGI
[all...]
H A Dsc_uint_base.h177 bool result; // True is non-zero. local
183 result = true;
188 result = false;
190 return result;
/gem5/src/systemc/dt/int/
H A Dsc_signed.cc191 bool result; // True if inserted non-zero data. local
205 result = true;
246 result = true;
296 result = false;
319 return result;
327 uint64 result; local
330 result = 0;
332 result = digit[2];
334 result = (result << BITS_PER_DIGI
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc651 // matches ch. The result is undefined if the atom is invalid.
770 // result is undefined.
800 // a valid simple regular expression, or the result is undefined.
1147 // the result to *value and returns true; otherwise leaves *value
1167 const Int32 result = static_cast<Int32>(long_value);
1171 result != long_value
1183 *value = result;
1215 Int32 result = default_value;
1217 string_value, &result)) {
1224 return result;
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc1148 std::string result; local
1150 make_pair(&thread_local_string, &result));
1151 EXPECT_STREQ("foo", result.c_str());
1285 std::string result; local
1287 make_pair(&thread_local_string, &result));
1288 EXPECT_TRUE(result.empty());
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc950 bool result = false; local
951 EXPECT_NONFATAL_FAILURE(result = a.Binary(1, 2),
953 EXPECT_TRUE(result);
1142 bool result = false; local
1143 EXPECT_NONFATAL_FAILURE(result = a.Binary(0, 0),
1145 EXPECT_TRUE(result);
2305 bool result = true; local
2306 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClearExpectations(&b),
2308 ASSERT_FALSE(result);
2343 bool result local
2475 bool result = true; local
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h3034 int result = sc_dt::cmp_scfx_rep( *a.m_rep, *tmp.get_rep() ); \
3044 int result = sc_dt::cmp_scfx_rep( *tmp.get_rep(), *b.m_rep ); \
3067 int result = sc_dt::cmp_scfx_rep( *a.m_rep, *b.m_rep ); \
3076 int result = sc_dt::cmp_scfx_rep( *a.m_rep, *b.get_rep() ); \
3085 int result = sc_dt::cmp_scfx_rep( *a.get_rep(), *b.m_rep ); \
3100 DEFN_REL_OP(<,result < 0)
3101 DEFN_REL_OP(<=,result <= 0)
3102 DEFN_REL_OP(>,result > 0 && result != 2)
3103 DEFN_REL_OP(>=,result >
[all...]
/gem5/ext/ply/ply/
H A Dyacc.py142 # Format the result message that the parser produces when running in debug mode.
148 result = "<%s @ 0x%x> (%s)" % (type(r).__name__,id(r),repr_str)
149 return result
482 result = getattr(n,"value",None)
484 debug.info("Done : Returning %s", format_result(result))
487 return result
1584 result = []
1590 result.append((s,p))
1591 return result
1644 # During execution of compute_first1, the result ma
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h762 auto result = reinterpret_steal<array>(raw_array(h.ptr(), ExtraFlags));
763 if (!result)
765 return result;
923 auto result = reinterpret_steal<array_t>(raw_array_t(h.ptr()));
924 if (!result)
926 return result;
1540 array_t<Return> result;
1541 if (trivial == broadcast_trivial::f_trivial) result = array_t<Return, array::f_style>(shape);
1542 else result = array_t<Return>(shape);
1544 if (size == 0) return std::move(result);
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py624 result = eval(exp.python_exp)
630 return result
659 result = Output()
660 RunAtomicCode(env.Clone(), node.atomic_code, result)
661 value = result.string
H A Dupload.py807 # svn cat translates keywords but svn diff doesn't. As a result of this
847 result = ""
849 result = file.read()
852 return result
1366 result = UploadSeparatePatches(issue, rpc_server, patchset, data, options)
1368 patches = result
/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py640 result = self.parser.parse(lexer = self.lexer)
641 return ast.Module(None, result)
/gem5/util/tap/
H A Dtap.cc309 int result = ::write(fd, data, len); local
310 if (result < 0)
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.cpp224 sc_process_handle result(new sc_spawn_object<a>(a(this),b,c)); \
/gem5/src/systemc/ext/dt/int/
H A Dsc_uint_base.hh183 bool result; // True is non-zero. local
188 result = true;
191 result = false;
193 return result;
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h416 // // Processes the arguments and returns a result, using
530 // statement, and conversion of the result of Return to Action<T(U)> is a
781 SetErrnoAndReturnAction(int errno_value, T result) argument
783 result_(result) {}
922 // Performs the action and ignores its result.
1156 SetErrnoAndReturn(int errval, T result) { argument
1158 internal::SetErrnoAndReturnAction<T>(errval, result));
1184 // result. In other words, it changes the return type of an_action to
/gem5/util/batch/
H A Dsend.py295 jobid = qsub.result
/gem5/util/pbs/
H A Dsend.py283 jobid = qsub.result
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h537 constexpr int last(int /*i*/, int result) { return result; } argument
539 constexpr int last(int i, int result, T v, Ts... vs) { return last(i + 1, v ? i : result, vs...); } argument
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py807 # svn cat translates keywords but svn diff doesn't. As a result of this
847 result = ""
849 result = file.read()
852 return result
1366 result = UploadSeparatePatches(issue, rpc_server, patchset, data, options)
1368 patches = result

Completed in 122 milliseconds

<<1112131415161718