Lines Matching refs:NUM0
42 static const int NUM0 = 100; /* number of tests */ variable
249 for (i = 0; i < NUM0 + NUM1; i++) { in test_sub()
290 for (i = 0; i < NUM0 + NUM1; i++) { in test_div_recip()
405 for (i = 0; i < NUM0; i++) { in test_mod()
745 for (i = 0; i < NUM0; i++) { in test_gf2m_add()
786 for (i = 0; i < NUM0; i++) { in test_gf2m_mod()
830 for (i = 0; i < NUM0; i++) { in test_gf2m_mul()
878 for (i = 0; i < NUM0; i++) { in test_gf2m_sqr()
925 for (i = 0; i < NUM0; i++) { in test_gf2m_modinv()
965 for (i = 0; i < NUM0; i++) { in test_gf2m_moddiv()
1009 for (i = 0; i < NUM0; i++) { in test_gf2m_modexp()
1057 for (i = 0; i < NUM0; i++) { in test_gf2m_modsqrt()
1101 for (i = 0; i < NUM0; i++) { in test_gf2m_modsolvequad()
1122 TEST_info("%d tests found no roots; probably an error", NUM0); in test_gf2m_modsolvequad()
1162 for (i = 0; i < NUM0; i++) { in test_kronecker()