OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDotProdUnsignedSigned
(Results
1 - 2
of
2
) sorted by null
/art/test/684-checker-simd-dotprod/src/other/
TestByte.java
414
/// CHECK-START: int other.TestByte.
testDotProdUnsignedSigned
(byte[], byte[]) loop_optimization (after)
416
public static final int
testDotProdUnsignedSigned
(byte[] a, byte[] b) {
452
expectEquals(results[20],
testDotProdUnsignedSigned
(b1, b2));
TestCharShort.java
461
/// CHECK-START: int other.TestCharShort.
testDotProdUnsignedSigned
(char[], short[]) loop_optimization (after)
463
public static final int
testDotProdUnsignedSigned
(char[] a, short[] b) {
503
expectEquals(results[24],
testDotProdUnsignedSigned
(c1, s2));
[
all
...]
Completed in 50 milliseconds