Searched refs:test (Results 276 - 300 of 304) sorted by relevance

<<111213

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_uint_base.cpp420 set( i, a.test( i ) );
434 set( i, a.test( i ) );
450 set( i, a.test( i ) );
467 set( i, a.test( i ) );
H A Dsc_int_base.h756 bool test( int i ) const function in class:sc_dt::sc_int_base
899 return m_obj_p->test( m_index );
906 return ! m_obj_p->test( m_index );
913 return ! m_obj_p->test( m_index );
H A Dsc_uint_base.h741 bool test( int i ) const function in class:sc_dt::sc_uint_base
878 return m_obj_p->test( m_index );
885 return ! m_obj_p->test( m_index );
892 return ! m_obj_p->test( m_index );
H A Dsc_signed.h1350 bool test(int i) const; // Is the ith bit 0 or 1?
1356 { if (test(i)) clear(i); else set(i); }
2256 if ( !target_p->test(i) ) return false;
2269 if ( target_p->test(i) ) return true;
2284 if ( target_p->test(i) ) odd = ~odd;
H A Dsc_unsigned.h1251 bool test(int i) const; // Is the ith bit 0 or 1?
1257 { if (test(i)) clear(i); else set(i); }
2067 if ( !target_p->test(i) ) return false;
2080 if ( target_p->test(i) ) return true;
2095 if ( target_p->test(i) ) odd = ~odd;
H A Dsc_unsigned.cpp447 if ( test(i) ) odd = ~odd;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.h222 void test(int position)const;
/gem5/configs/example/
H A Druby_mem_test.py127 dma_ports.append(dma.test)
H A Dgarnet_synth_traffic.py135 # Tie the cpu test ports to the ruby cpu port
137 cpus[i].test = ruby_port.slave
H A Dapu_se.py4 # For use for simulation and test purposes only
359 # Check for rel_path in elements of base_list using test, returning
360 # the first full path that satisfies test
361 def find_path(base_list, rel_path, test):
367 if test(full_path):
/gem5/src/systemc/tests/systemc/misc/stars/star108761/
H A Dstar108761.cpp40 SC_MODULE(test) {
46 SC_CTOR(test) {
1091 void test::entry() {
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh859 bool test(int i) const { return (0 != (m_val & (UINT_ONE << i))); } function in class:sc_dt::sc_int_base
956 return m_obj_p->test(m_index);
962 return ! m_obj_p->test(m_index);
968 return !m_obj_p->test(m_index);
H A Dsc_uint_base.hh793 bool test(int i) const { return (0 != (m_val & (UINT_ONE << i))); } function in class:sc_dt::sc_uint_base
879 return m_obj_p->test(m_index);
885 return !m_obj_p->test(m_index);
891 return !m_obj_p->test(m_index);
H A Dsc_signed.hh1235 bool test(int i) const; // Is the ith bit 0 or 1?
1249 if (test(i))
2380 if (!target_p->test(i))
2396 if (target_p->test(i))
2414 if (target_p->test(i)) odd = ~odd;
H A Dsc_unsigned.hh1139 bool test(int i) const; // Is the ith bit 0 or 1?
1153 if (test(i))
2080 if (!target_p->test(i))
2096 if (target_p->test(i))
2114 if (target_p->test(i)) odd = ~odd;
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dillegal.S24 # Skip the rest of the test if S-mode is not present.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dmove.S7 # This test verifies that fmv.d.x, fmv.x.d, and fsgnj[x|n].d work properly.
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc34 #include "gtest/gtest-death-test.h"
83 // A helper class whose objects replace the death test factory for a
142 // A method of the test fixture that may die.
192 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
228 // ExitStatusPredicateTest test suite.
243 // test suite.
285 // Tests that the death test macros expand to code which may or may not
290 // This would fail if executed; this is a compilation test only
326 // Tests that death test macros expand to code which interacts well with switch
330 // case labels. We suppress that warning for this test
999 Create(const char* , const ::testing::internal::RE* , const char* , int , DeathTest** test) argument
[all...]
/gem5/src/arch/arm/
H A Dtlb.cc80 stage2Mmu(NULL), test(nullptr), rangeMRU(1),
1594 test = nullptr;
1598 test = ti;
1606 if (!test || !req->hasSize() || req->getSize() == 0 ||
1610 return test->translationCheck(req, isPriv, mode, domain);
1618 if (!test) {
1621 return test->walkCheck(pa, size, va, is_secure, isPriv, mode,
H A Dtlb.hh167 TlbTestInterface *test; member in class:ArmISA::TLB
/gem5/src/systemc/dt/int/
H A Dsc_int_base.cc456 set(i, a.test(i));
473 set(i, a.test(i));
H A Dsc_uint_base.cc442 set(i, a.test(i));
459 set(i, a.test(i));
/gem5/ext/testlib/
H A Dhandlers.py48 import test
60 raise ValueError('Cannot have multiple writters on a single test.')
92 Log handler which listens for test results and output saving data as
95 When the handler is closed it writes out test results in the python pickle
103 :param directory: Directory to save test stdout/stderr and aggregate
172 Returns true if at least one test is unsuccessful, false when all tests
186 A log handler which listens to the log for test results
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc158 // A test whose test case name or test name matches this filter is
162 // A test case whose name matches this filter is considered a death
163 // test case and will be run before test cases whose name doesn't
167 // A test filter that matches everything.
173 // The environment variable name for the test shard index.
175 // The environment variable name for the total number of test shards.
177 // The environment variable name for the test shar
2647 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
3032 PrintTestName(const char * test_case, const char * test) argument
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h632 # Pass and fail code (assumes test num is in TESTNUM)

Completed in 103 milliseconds

<<111213