Home
last modified time | relevance | path

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

/art/test/660-checker-simd-sad/src/
DSimdSadShort.java319 private static long sadShort2LongAt1(short[] s1, short[] s2) { in sadShort2LongAt1() method in SimdSadShort
351 expectEquals(65536L, sadShort2LongAt1(s1, s2)); in main()
352 expectEquals(65536L, sadShort2LongAt1(s2, s1)); in main()
389 expectEquals(1291789L, sadShort2LongAt1(s1, s2)); in main()