Searched refs:test_mod (Results 1 – 12 of 12) sorted by relevance
5 test_mod: $(OBJS) target9 rm -f $(OBJS) test_mod
29 def run_all_tests(test_mod=None, tests=None): argument31 tests = unittest.TestLoader().loadTestsFromModule(test_mod)
115 function test_mod() function250 test_mod();
5 to compile the program, and run ./test_mod in this case, or whatver93 For this example I just called everything tmod (short for test_mod),
245 def test_mod(): function433 test_mod()
185 double test_mod() in test_mod() function620 report_result(cat, type, "%", precision, t.test_mod()); in test_int_ops()
214 def test_mod(self): member in OperatorTestCase
183 def test_mod(self): member in ComplexTest
701 def test_mod(self): member in BaseBytesTest
376 static int test_mod(void) in test_mod() function2929 ADD_TEST(test_mod); in setup_tests()
2980 static inline T test_mod (T x, T y) in test_mod() function in vkt::SpirVAssembly::TestMath
1158 def test_mod(): function