Searched refs:sadShort2Long (Results 1 – 1 of 1) sorted by relevance
182 private static long sadShort2Long(short[] s1, short[] s2) { in sadShort2Long() method in Main246 expectEquals(65535L, sadShort2Long(s1, s2)); in main()247 expectEquals(65535L, sadShort2Long(s2, s1)); in main()282 expectEquals(1291788L, sadShort2Long(s1, s2)); in main()