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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
ucmpti2_test.c 25 int test__ucmpti2(tu_int a, tu_int b, si_int expected) function in typeref:typename:int
46 if (test__ucmpti2(0, 0, 1))
48 if (test__ucmpti2(1, 1, 1))
50 if (test__ucmpti2(2, 2, 1))
52 if (test__ucmpti2(0x7FFFFFFF, 0x7FFFFFFF, 1))
54 if (test__ucmpti2(0x80000000, 0x80000000, 1))
56 if (test__ucmpti2(0x80000001, 0x80000001, 1))
58 if (test__ucmpti2(0xFFFFFFFF, 0xFFFFFFFF, 1))
60 if (test__ucmpti2(0x000000010000000LL, 0x000000010000000LL, 1))
62 if (test__ucmpti2(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL, 1)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
ucmpti2_test.c 25 int test__ucmpti2(tu_int a, tu_int b, si_int expected) function in typeref:typename:int
46 if (test__ucmpti2(0, 0, 1))
48 if (test__ucmpti2(1, 1, 1))
50 if (test__ucmpti2(2, 2, 1))
52 if (test__ucmpti2(0x7FFFFFFF, 0x7FFFFFFF, 1))
54 if (test__ucmpti2(0x80000000, 0x80000000, 1))
56 if (test__ucmpti2(0x80000001, 0x80000001, 1))
58 if (test__ucmpti2(0xFFFFFFFF, 0xFFFFFFFF, 1))
60 if (test__ucmpti2(0x000000010000000LL, 0x000000010000000LL, 1))
62 if (test__ucmpti2(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL, 1)
    [all...]

Completed in 15 milliseconds