Searched refs:test__divti3 (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/compiler-rt/test/
H A Ddivti3_test.c24 int test__divti3(ti_int a, ti_int b, ti_int expected) function
52 if (test__divti3(0, 1, 0))
54 if (test__divti3(0, -1, 0))
57 if (test__divti3(2, 1, 2))
59 if (test__divti3(2, -1, -2))
61 if (test__divti3(-2, 1, -2))
63 if (test__divti3(-2, -1, 2))
66 if (test__divti3(make_ti(0x8000000000000000LL, 0), 1, make_ti(0x8000000000000000LL, 0)))
68 if (test__divti3(make_ti(0x8000000000000000LL, 0), -1, make_ti(0x8000000000000000LL, 0)))
70 if (test__divti3(make_t
[all...]

Completed in 28 milliseconds