Searched refs:int_test_fdiv_r (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_test_int.c | 392 static void int_test_fdiv_r(isl_int expected, isl_int lhs, isl_int rhs) in int_test_fdiv_r() function 562 { &int_test_fdiv_r, "1", "1", "3" }, 564 { &int_test_fdiv_r, "2", "-1", "3" }, 566 { &int_test_fdiv_r, "-2", "1", "-3" }, 568 { &int_test_fdiv_r, "-1", "-1", "-3" },
|