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