/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
divdi3_test.c | 21 int test__divdi3(di_int a, di_int b, di_int expected) function in typeref:typename:int 34 if (test__divdi3(0, 1, 0)) 36 if (test__divdi3(0, -1, 0)) 39 if (test__divdi3(2, 1, 2)) 41 if (test__divdi3(2, -1, -2)) 43 if (test__divdi3(-2, 1, -2)) 45 if (test__divdi3(-2, -1, 2)) 48 if (test__divdi3(0x8000000000000000LL, 1, 0x8000000000000000LL)) 50 if (test__divdi3(0x8000000000000000LL, -1, 0x8000000000000000LL)) 52 if (test__divdi3(0x8000000000000000LL, -2, 0x4000000000000000LL) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
divdi3_test.c | 21 int test__divdi3(di_int a, di_int b, di_int expected) function in typeref:typename:int 34 if (test__divdi3(0, 1, 0)) 36 if (test__divdi3(0, -1, 0)) 39 if (test__divdi3(2, 1, 2)) 41 if (test__divdi3(2, -1, -2)) 43 if (test__divdi3(-2, 1, -2)) 45 if (test__divdi3(-2, -1, 2)) 48 if (test__divdi3(0x8000000000000000LL, 1, 0x8000000000000000LL)) 50 if (test__divdi3(0x8000000000000000LL, -1, 0x8000000000000000LL)) 52 if (test__divdi3(0x8000000000000000LL, -2, 0x4000000000000000LL) [all...] |