OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDotProdSimpleUnsigned
(Results
1 - 2
of
2
) sorted by null
/art/test/684-checker-simd-dotprod/src/other/
TestByte.java
101
/// CHECK-START: int other.TestByte.
testDotProdSimpleUnsigned
(byte[], byte[]) loop_optimization (before)
112
/// CHECK-START-{ARM64}: int other.TestByte.
testDotProdSimpleUnsigned
(byte[], byte[]) loop_optimization (after)
126
public static final int
testDotProdSimpleUnsigned
(byte[] a, byte[] b) {
434
expectEquals(results[2],
testDotProdSimpleUnsigned
(b1, b2));
TestCharShort.java
101
/// CHECK-START: int other.TestCharShort.
testDotProdSimpleUnsigned
(char[], char[]) loop_optimization (before)
112
/// CHECK-START-{ARM64}: int other.TestCharShort.
testDotProdSimpleUnsigned
(char[], char[]) loop_optimization (after)
126
public static final int
testDotProdSimpleUnsigned
(char[] a, char[] b) {
481
expectEquals(results[2],
testDotProdSimpleUnsigned
(c1, c2));
[
all
...]
Completed in 63 milliseconds