Home
last modified time | relevance | path

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

/aosp12/art/test/656-checker-simd-opt/src/
H A DMain.java246 static long longInductionReduction(long[] y) { in longInductionReduction() method in Main
397 expectEquals(31, longInductionReduction(l)); in testTypes()