Searched refs:test__absvsi2 (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
H A Dabsvsi2_test.c24 int test__absvsi2(si_int a) function
38 // if (test__absvsi2(0x80000000)) // should abort
40 if (test__absvsi2(0x00000000))
42 if (test__absvsi2(0x00000001))
44 if (test__absvsi2(0x00000002))
46 if (test__absvsi2(0x7FFFFFFE))
48 if (test__absvsi2(0x7FFFFFFF))
50 if (test__absvsi2(0x80000001))
52 if (test__absvsi2(0x80000002))
54 if (test__absvsi2(
[all...]

Completed in 190 milliseconds