OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDotProdIntParam
(Results
1 - 2
of
2
) sorted by null
/art/test/684-checker-simd-dotprod/src/other/
TestByte.java
293
/// CHECK-START: int other.TestByte.
testDotProdIntParam
(int, byte[]) loop_optimization (after)
295
public static final int
testDotProdIntParam
(int x, byte[] b) {
441
expectEquals(results[9],
testDotProdIntParam
(-128, b2));
TestCharShort.java
291
/// CHECK-START: int other.TestCharShort.
testDotProdIntParam
(int, short[]) loop_optimization (after)
293
public static final int
testDotProdIntParam
(int x, short[] b) {
488
expectEquals(results[9],
testDotProdIntParam
(-32768, s2));
[
all
...]
Completed in 313 milliseconds