HomeSort by: relevance | last modified time | path
    Searched defs:test__ucmpdi2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
ucmpdi2_test.c 23 int test__ucmpdi2(du_int a, du_int b, si_int expected) function in typeref:typename:int
34 if (test__ucmpdi2(0, 0, 1))
36 if (test__ucmpdi2(1, 1, 1))
38 if (test__ucmpdi2(2, 2, 1))
40 if (test__ucmpdi2(0x7FFFFFFF, 0x7FFFFFFF, 1))
42 if (test__ucmpdi2(0x80000000, 0x80000000, 1))
44 if (test__ucmpdi2(0x80000001, 0x80000001, 1))
46 if (test__ucmpdi2(0xFFFFFFFF, 0xFFFFFFFF, 1))
48 if (test__ucmpdi2(0x000000010000000LL, 0x000000010000000LL, 1))
50 if (test__ucmpdi2(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL, 1)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
ucmpdi2_test.c 23 int test__ucmpdi2(du_int a, du_int b, si_int expected) function in typeref:typename:int
34 if (test__ucmpdi2(0, 0, 1))
36 if (test__ucmpdi2(1, 1, 1))
38 if (test__ucmpdi2(2, 2, 1))
40 if (test__ucmpdi2(0x7FFFFFFF, 0x7FFFFFFF, 1))
42 if (test__ucmpdi2(0x80000000, 0x80000000, 1))
44 if (test__ucmpdi2(0x80000001, 0x80000001, 1))
46 if (test__ucmpdi2(0xFFFFFFFF, 0xFFFFFFFF, 1))
48 if (test__ucmpdi2(0x000000010000000LL, 0x000000010000000LL, 1))
50 if (test__ucmpdi2(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL, 1)
    [all...]

Completed in 156 milliseconds