OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testL2
(Results
1 - 2
of
2
) sorted by null
/art/test/700-LoadArgRegs/src/
Main.java
229
// static void testL2x(long p1, long p2) {
testL2
(p1+p2, p2); } // TODO(64) GenAddLong 64BIT_TEMP
230
static void
testL2
(long p1, long p2) { System.out.println(p1+", "+p2); }
244
testL2
(100021, 100022);
258
testL2
(-21L, -22L);
/external/skia/tools/skpdiff/
SkPMetric.cpp
360
float testL0, testL1,
testL2
;
366
testL. getLayer(levelIndex + 2)->readPixel(x, y, &
testL2
);
374
float testContrast2 = fabsf(
testL2
);
Completed in 135 milliseconds