Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_test_int.c362 static void int_test_cdiv(isl_int expected, isl_int lhs, isl_int rhs) in int_test_cdiv() function
570 { &int_test_cdiv, "1", "1", "2" },
571 { &int_test_cdiv, "0", "-1", "2" },
572 { &int_test_cdiv, "0", "1", "-2" },
573 { &int_test_cdiv, "1", "-1", "-2" },
575 { &int_test_cdiv, "1073741824", "2147483647", "2" },
576 { &int_test_cdiv, "1073741824", "2147483648", "2" },
577 { &int_test_cdiv, "-1073741824", "-2147483648", "2" },
578 { &int_test_cdiv, "-1073741823", "-2147483647", "2" },