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