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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
negvsi2_test.c 23 int test__negvsi2(si_int a) function in typeref:typename:int
34 // if (test__negvsi2(0x80000000)) // should abort
36 if (test__negvsi2(0x00000000))
38 if (test__negvsi2(0x00000001))
40 if (test__negvsi2(0x00000002))
42 if (test__negvsi2(0x7FFFFFFE))
44 if (test__negvsi2(0x7FFFFFFF))
46 if (test__negvsi2(0x80000001))
48 if (test__negvsi2(0x80000002))
50 if (test__negvsi2(0xFFFFFFFE)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
negvsi2_test.c 23 int test__negvsi2(si_int a) function in typeref:typename:int
34 // if (test__negvsi2(0x80000000)) // should abort
36 if (test__negvsi2(0x00000000))
38 if (test__negvsi2(0x00000001))
40 if (test__negvsi2(0x00000002))
42 if (test__negvsi2(0x7FFFFFFE))
44 if (test__negvsi2(0x7FFFFFFF))
46 if (test__negvsi2(0x80000001))
48 if (test__negvsi2(0x80000002))
50 if (test__negvsi2(0xFFFFFFFE)
    [all...]

Completed in 14 milliseconds