Home
last modified time | relevance | path

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

/art/test/660-checker-simd-sad-short/src/
DMain.java219 private static long sadShort2LongAt1(short[] s1, short[] s2) { in sadShort2LongAt1() method in Main
248 expectEquals(65536L, sadShort2LongAt1(s1, s2)); in main()
249 expectEquals(65536L, sadShort2LongAt1(s2, s1)); in main()
283 expectEquals(1291789L, sadShort2LongAt1(s1, s2)); in main()