Searched defs:NOT_LONG_TEST (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcodegen_test.cc253 #define NOT_LONG_TEST(TEST_NAME, INPUT, EXPECTED_OUTPUT) \ macro
268 NOT_LONG_TEST(ReturnNotLongMinus2, INT64_C(-2), INT64_C(1))
269 NOT_LONG_TEST(ReturnNotLongMinus1, INT64_C(-1), INT64_C(0))
270 NOT_LONG_TEST(ReturnNotLong0, INT64_C(0), INT64_C(-1))
271 NOT_LONG_TEST(ReturnNotLong1, INT64_C(1), INT64_C(-2))
273 NOT_LONG_TEST(ReturnNotLongINT32_MIN,
276 NOT_LONG_TEST(ReturnNotLongINT32_MINPlus1,
279 NOT_LONG_TEST(ReturnNotLongINT32_MAXMinus1,
282 NOT_LONG_TEST(ReturnNotLongINT32_MAX,
289 NOT_LONG_TEST(ReturnNotINT64_MI
302 #undef NOT_LONG_TEST macro
[all...]

Completed in 84 milliseconds