Home
last modified time | relevance | path

Searched refs:sadShort2IntParamLeft (Results 1 – 1 of 1) sorted by relevance

/art/test/660-checker-simd-sad-short3/src/
DMain.java78 private static int sadShort2IntParamLeft(short[] s, short param) { in sadShort2IntParamLeft() method in Main
313 expectEquals(1067200, sadShort2IntParamLeft(s, (short)-1)); in main()
314 expectEquals(1067200, sadShort2IntParamLeft(s, (short) 0)); in main()
315 expectEquals(1067208, sadShort2IntParamLeft(s, (short) 1)); in main()
316 expectEquals(1067224, sadShort2IntParamLeft(s, (short) 2)); in main()
317 expectEquals(2635416, sadShort2IntParamLeft(s, (short) 0x7fff)); in main()
318 expectEquals(1558824, sadShort2IntParamLeft(s, (short) 0x8000)); in main()