Home
last modified time | relevance | path

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

/aosp12/art/test/684-checker-simd-dotprod/src/other/
H A DTestByte.java143 public static final int testDotProdComplex(byte[] a, byte[] b) { in testDotProdComplex() method in TestByte
576 expectEquals(results[1], testDotProdComplex(b1, b2)); in testDotProd()
H A DTestCharShort.java110 public static final int testDotProdComplex(short[] a, short[] b) { in testDotProdComplex() method in TestCharShort
570 expectEquals(results[1], testDotProdComplex(s1, s2)); in testDotProd()
/aosp12/art/tools/checker/
H A DREADME102 /// CHECK-START-ARM64: int other.TestByte.testDotProdComplex(byte[], byte[]) disassembly (after)