Searched refs:test_gcd (Results 1 – 3 of 3) sorted by relevance
67 bool test_gcd(testspec_t* t, FILE* ofp);
117 {"gcd", 3, 1, test_gcd}, /* r3 = gcd(r1, r2) */
743 bool test_gcd(testspec_t* t, FILE* ofp) { in test_gcd() function