OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDotProdComplex
(Results
1 - 2
of
2
) sorted by null
/art/test/684-checker-simd-dotprod/src/other/
TestByte.java
60
/// CHECK-START: int other.TestByte.
testDotProdComplex
(byte[], byte[]) loop_optimization (before)
75
/// CHECK-START-{ARM64}: int other.TestByte.
testDotProdComplex
(byte[], byte[]) loop_optimization (after)
92
public static final int
testDotProdComplex
(byte[] a, byte[] b) {
433
expectEquals(results[1],
testDotProdComplex
(b1, b2));
TestCharShort.java
60
/// CHECK-START: int other.TestCharShort.
testDotProdComplex
(short[], short[]) loop_optimization (before)
75
/// CHECK-START-{ARM64}: int other.TestCharShort.
testDotProdComplex
(short[], short[]) loop_optimization (after)
92
public static final int
testDotProdComplex
(short[] a, short[] b) {
480
expectEquals(results[1],
testDotProdComplex
(s1, s2));
[
all
...]
Completed in 615 milliseconds