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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
negvti2_test.c 26 int test__negvti2(ti_int a) function in typeref:typename:int
50 if (test__negvti2(0))
52 if (test__negvti2(1))
54 if (test__negvti2(-1))
56 if (test__negvti2(2))
58 if (test__negvti2(-2))
60 if (test__negvti2(3))
62 if (test__negvti2(-3))
64 if (test__negvti2(make_ti(0x0000000000000000LL, 0x00000000FFFFFFFELL)))
66 if (test__negvti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFF00000002LL))
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
negvti2_test.c 26 int test__negvti2(ti_int a) function in typeref:typename:int
50 if (test__negvti2(0))
52 if (test__negvti2(1))
54 if (test__negvti2(-1))
56 if (test__negvti2(2))
58 if (test__negvti2(-2))
60 if (test__negvti2(3))
62 if (test__negvti2(-3))
64 if (test__negvti2(make_ti(0x0000000000000000LL, 0x00000000FFFFFFFELL)))
66 if (test__negvti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFF00000002LL))
    [all...]

Completed in 13 milliseconds