Searched refs:val2 (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/stars/star110668/
H A Dstar110668.cpp41 sc_int<16> val2; member in struct:tstruct
58 output.write(foofoo.val2.range(8,15));
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1487 const T1& val1, const T2& val2,
1491 << "), actual: " << FormatForComparisonFailureMessage(val1, val2)
1492 << " vs " << FormatForComparisonFailureMessage(val2, val1);
1509 const T1& val1, const T2& val2) {\
1510 if (val1 op val2) {\
1513 return CmpHelperOpFailure(expr1, expr2, val1, val2, #op);\
1517 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
1663 double val2,
1922 #define EXPECT_EQ(val1, val2) \
1925 val1, val2)
1486 CmpHelperOpFailure(const char* expr1, const char* expr2, const T1& val1, const T2& val2, const char* op) argument
[all...]
/gem5/util/
H A Ddiff_config.pl92 foreach my $val2 (@splitValues2) {
93 if ($val1 eq $val2) {
99 if ($val1 =~ /\[/ and $val2 =~ /\[/) {
102 $val2 =~ m/^(.*)\[.*\]/;
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h124 #define TEST_RR_OP( testnum, inst, result, val1, val2 ) \
127 li x2, MASK_XLEN(val2); \
131 #define TEST_RR_SRC1_EQ_DEST( testnum, inst, result, val1, val2 ) \
134 li x2, MASK_XLEN(val2); \
138 #define TEST_RR_SRC2_EQ_DEST( testnum, inst, result, val1, val2 ) \
141 li x2, MASK_XLEN(val2); \
151 #define TEST_RR_DEST_BYPASS( testnum, nop_cycles, inst, result, val1, val2 ) \
155 li x2, MASK_XLEN(val2); \
164 #define TEST_RR_SRC12_BYPASS( testnum, src1_nops, src2_nops, inst, result, val1, val2 ) \
169 li x2, MASK_XLEN(val2); \
[all...]
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc1/
H A Ddisaproc1.cpp44 int val2[19] = { 239, 923, 1240, 129, 191, 101, 1010, 190, variable
168 b = (val2[count % (sizeof(val2)/sizeof(val2[0]))] & 1);
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc3/
H A Ddisaproc3.cpp44 int val2[19] = { 239, 923, 1240, 129, 191, 101, 1010, 190, variable
174 b = (val2[count % (sizeof(val2)/sizeof(val2[0]))] & 1);
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc2/
H A Ddisaproc2.cpp46 int val2[19] = { 239, 923, 1240, 129, 191, 101, 1010, 190, variable
175 b = (val2[count % (sizeof(val2)/sizeof(val2[0]))]);
/gem5/ext/iostream3/
H A Dzfstream.h433 T2 val2; member in class:gzomanip2
452 : func(f), val1(v1), val2(v2) function
459 { return (*m.func)(s, m.val1, m.val2); }
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1366 double val2,
1368 const double diff = fabs(val1 - val2);
1377 << expr2 << " evaluates to " << val2 << ", and\n"
1387 RawType val2) {
1388 // Returns success if val1 is less than val2,
1389 if (val1 < val2) {
1393 // or if val1 is almost equal to val2.
1394 const FloatingPoint<RawType> lhs(val1), rhs(val2);
1400 // val2 is NaN, as the IEEE floating-point standard requires that
1409 << val2;
1362 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
1384 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
1421 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
1428 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]

Completed in 19 milliseconds