Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
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()
DTestCharShort.java110 public static final int testDotProdComplex(short[] a, short[] b) { in testDotProdComplex() method in TestCharShort
569 expectEquals(results[1], testDotProdComplex(s1, s2)); in testDotProd()
/art/tools/checker/
DREADME102 /// CHECK-START-ARM64: int other.TestByte.testDotProdComplex(byte[], byte[]) disassembly (after)