Home
last modified time | relevance | path

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

/art/test/660-checker-simd-sad-short/src/
DMain.java44 private static short sadShort2ShortAlt2(short[] s1, short[] s2) { in sadShort2ShortAlt2() method in Main
238 expectEquals(-1, sadShort2ShortAlt2(s1, s2)); in main()
239 expectEquals(-1, sadShort2ShortAlt2(s2, s1)); in main()
278 expectEquals(-18932, sadShort2ShortAlt2(s1, s2)); in main()