Searched refs:int_test_abs_cmp (Results 1 – 1 of 1) sorted by relevance
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test_int.c | 471 static void int_test_abs_cmp(isl_int expected, isl_int lhs, isl_int rhs) in int_test_abs_cmp() function 610 { &int_test_abs_cmp, "0", "0", "0" }, 612 { &int_test_abs_cmp, "1", "1", "0" }, 614 { &int_test_abs_cmp, "1", "-1", "0" }, 616 { &int_test_abs_cmp, "0", "-1", "1" }, 619 { &int_test_abs_cmp, "-1", "5", "2147483647" }, 621 { &int_test_abs_cmp, "-1", "5", "-2147483648" }, 623 { &int_test_abs_cmp, "-1", "5", "9223372036854775807" }, 625 { &int_test_abs_cmp, "-1", "5", "-9223372036854775809" },
|