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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dmoddi3_test.c21 int test__moddi3(di_int a, di_int b, di_int expected) function
34 if (test__moddi3(0, 1, 0))
36 if (test__moddi3(0, -1, 0))
39 if (test__moddi3(5, 3, 2))
41 if (test__moddi3(5, -3, 2))
43 if (test__moddi3(-5, 3, -2))
45 if (test__moddi3(-5, -3, -2))
48 if (test__moddi3(0x8000000000000000LL, 1, 0x0LL))
50 if (test__moddi3(0x8000000000000000LL, -1, 0x0LL))
52 if (test__moddi3(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dmoddi3_test.c21 int test__moddi3(di_int a, di_int b, di_int expected) function
34 if (test__moddi3(0, 1, 0))
36 if (test__moddi3(0, -1, 0))
39 if (test__moddi3(5, 3, 2))
41 if (test__moddi3(5, -3, 2))
43 if (test__moddi3(-5, 3, -2))
45 if (test__moddi3(-5, -3, -2))
48 if (test__moddi3(0x8000000000000000LL, 1, 0x0LL))
50 if (test__moddi3(0x8000000000000000LL, -1, 0x0LL))
52 if (test__moddi3(
[all...]

Completed in 92 milliseconds