Home
last modified time | relevance | path

Searched refs:outKey (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DOpenMapRealMatrix.java208 final int outKey = out.computeKey(i, j); in multiply() local
210 out.entries.get(outKey) + value * m.entries.get(rightKey); in multiply()
212 out.entries.remove(outKey); in multiply()
214 out.entries.put(outKey, outValue); in multiply()
/external/skia/samplecode/
DSampleCode.h27 static bool KeyQ(const SkEvent&, SkKey* outKey);
DSampleApp.cpp528 bool SampleCode::KeyQ(const SkEvent& evt, SkKey* outKey) { in KeyQ() argument
530 if (outKey) { in KeyQ()
531 *outKey = (SkKey)evt.getFast32(); in KeyQ()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java1585 Output<CollationKey> outKey = new Output<CollationKey>(key);
1586 if (getMergedCollationKey(prevString, outPrevKey) | getMergedCollationKey(s, outKey)) {
1588 key = outKey.value;