Searched refs:int_test_fdiv (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_test_int.c | 343 static void int_test_fdiv(isl_int expected, isl_int lhs, isl_int rhs) in int_test_fdiv() function 561 { &int_test_fdiv, "0", "1", "2" }, 563 { &int_test_fdiv, "-1", "-1", "2" }, 565 { &int_test_fdiv, "-1", "1", "-2" }, 567 { &int_test_fdiv, "0", "-1", "-2" },
|