Searched refs:sadInt2Long (Results 1 – 1 of 1) sorted by relevance
138 private static long sadInt2Long(int[] x, int[] y) { in sadInt2Long() method in Main196 expectEquals(4294967295L, sadInt2Long(x, y)); in main()197 expectEquals(4294967295L, sadInt2Long(y, x)); in main()227 expectEquals(2010030931928L, sadInt2Long(x, y)); in main()