Home
last modified time | relevance | path

Searched refs:test_gcd (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimdrover.h67 bool test_gcd(testspec_t* t, FILE* ofp);
H A Dimtest.c117 {"gcd", 3, 1, test_gcd}, /* r3 = gcd(r1, r2) */
H A Dimdrover.c743 bool test_gcd(testspec_t* t, FILE* ofp) { in test_gcd() function