HomeSort by relevance Sort by last modified time
    Searched refs:computeKey (Results 1 - 5 of 5) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SparseFieldMatrix.java 108 final int key = computeKey(row, column);
142 return entries.get(computeKey(row, column));
157 final int key = computeKey(row, column);
174 entries.remove(computeKey(row, column));
176 entries.put(computeKey(row, column), value);
186 private int computeKey(int row, int column) {
OpenMapRealMatrix.java 206 final int rightKey = m.computeKey(k, j);
208 final int outKey = out.computeKey(i, j);
229 return entries.get(computeKey(row, column));
245 entries.remove(computeKey(row, column));
247 entries.put(computeKey(row, column), value);
257 final int key = computeKey(row, column);
272 final int key = computeKey(row, column);
287 private int computeKey(int row, int column) {
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 118 static Key computeKey(const Description& description);
ProgramCache.cpp 118 ProgramCache::Key ProgramCache::computeKey(const Description& description) {
228 Key needs(computeKey(description));
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 197 Key_t computeKey(const Element *ein, const Element *eout);
209 Key_t RsdCpuScriptIntrinsicColorMatrix::computeKey(
965 Key_t key = computeKey(ein, eout);

Completed in 119 milliseconds