HomeSort by relevance Sort by last modified time
    Searched full:outranks (Results 1 - 4 of 4) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
NaturalRanking.java 262 IntDoublePair[] outRanks = new IntDoublePair[ranks.length];
272 outRanks[j] = new IntDoublePair(
278 System.arraycopy(outRanks, 0, returnRanks, 0, j);
  /external/llvm/utils/TableGen/
DisassemblerEmitter.cpp 60 /// That hierarchy is determined by outranks() (X86DisassemblerTables.cpp)
X86DisassemblerTables.cpp 327 /// outranks - Indicates whether, if an instruction has two different applicable
334 static inline bool outranks(InstructionContext upper, function
853 if (outranks(previousInfo.insnContext, newInfo.insnContext))
  /external/valgrind/VEX/priv/
guest_s390_toIR.c     [all...]

Completed in 119 milliseconds