Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/imath/
H A Dimdrover.h97 bool test_qdiv(testspec_t* t, FILE* ofp);
98 bool test_qdiv(testspec_t* t, FILE* ofp);
H A Dimtest.c145 {"qdiv", 3, 1, test_qdiv}, /* r3 = r1 / r2 */
H A Dimdrover.c1250 bool test_qdiv(testspec_t* t, FILE* ofp) { in test_qdiv() function