Searched refs:test_invmod (Results 1 – 3 of 3) sorted by relevance
72 bool test_invmod(testspec_t* t, FILE* ofp);
122 {"invmod", 3, 1, test_invmod}, /* r3 = r1^-1 mod r2 */
837 bool test_invmod(testspec_t* t, FILE* ofp) { in test_invmod() function