Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_test.c115 static int test_parse_multi_val(isl_ctx *ctx, const char *str) in test_parse_multi_val() function
484 if (test_parse_multi_val(ctx, "{ A[B[2] -> C[5, 7]] }") < 0) in test_parse()
486 if (test_parse_multi_val(ctx, "[n] -> { [2] }") < 0) in test_parse()
488 if (test_parse_multi_val(ctx, "{ A[4, infty, NaN, -1/2, 2/3] }") < 0) in test_parse()