Searched defs:test__negti2 (Results 1 - 1 of 1) sorted by relevance
/external/compiler-rt/test/Unit/ |
H A D | negti2_test.c | 23 int test__negti2(ti_int a, ti_int expected) function 48 if (test__negti2(0, 0)) 50 if (test__negti2(1, -1)) 52 if (test__negti2(-1, 1)) 54 if (test__negti2(2, -2)) 56 if (test__negti2(-2, 2)) 58 if (test__negti2(3, -3)) 60 if (test__negti2(-3, 3)) 62 if (test__negti2(make_ti(0x0000000000000000LL, 0x00000000FFFFFFFELL), 65 if (test__negti2(make_t [all...] |
Completed in 3339 milliseconds