Home
last modified time | relevance | path

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

/art/test/661-checker-simd-reduc/src/
DMain.java532 short[] xps = new short[M]; in main() local
538 xps[i] = (short) k; in main()
596 expectEquals(3, reductionMinShort(xps)); in main()
610 expectEquals(102, reductionMaxShort(xps)); in main()