Home
last modified time | relevance | path

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

/art/test/660-checker-simd-sad-short/src/
DMain.java33 private static short sadShort2ShortAlt(short[] s1, short[] s2) { in sadShort2ShortAlt() method in Main
236 expectEquals(-1, sadShort2ShortAlt(s1, s2)); in main()
237 expectEquals(-1, sadShort2ShortAlt(s2, s1)); in main()
277 expectEquals(-18932, sadShort2ShortAlt(s1, s2)); in main()