Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_test.c3744 } bijective_tests[] = { variable
3766 for (i = 0; i < ARRAY_SIZE(bijective_tests); ++i) { in test_bijective()
3767 map = isl_map_read_from_str(ctx, bijective_tests[i].str); in test_bijective()
3772 if (bijective_tests[i].bijective && !bijective) in test_bijective()
3775 if (!bijective_tests[i].bijective && bijective) in test_bijective()