OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDotProdSimpleUnsignedCastedToChar
(Results
1 - 2
of
2
) sorted by null
/art/test/684-checker-simd-dotprod/src/other/
TestByte.java
392
/// CHECK-START: int other.TestByte.
testDotProdSimpleUnsignedCastedToChar
(byte[], byte[]) loop_optimization (after)
394
public static final int
testDotProdSimpleUnsignedCastedToChar
(byte[] a, byte[] b) {
450
expectEquals(results[18],
testDotProdSimpleUnsignedCastedToChar
(b1, b2));
TestCharShort.java
393
/// CHECK-START: int other.TestCharShort.
testDotProdSimpleUnsignedCastedToChar
(char[], char[]) loop_optimization (after)
395
public static final int
testDotProdSimpleUnsignedCastedToChar
(char[] a, char[] b) {
497
expectEquals(results[18],
testDotProdSimpleUnsignedCastedToChar
(c1, c2));
[
all
...]
Completed in 47 milliseconds