HomeSort by relevance Sort by last modified time
    Searched full:rank (Results 126 - 150 of 305) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
tree_policy.hpp 145 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
tree_policy.hpp 146 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
tree_policy.hpp 140 /// Updates the rank of a node through a node_iterator node_it;
  /external/chromium/chrome/common/extensions/
extension.cc 178 // Rank extension locations in a way that allows
181 // with the higher rank, as returned by this function. The actual
185 int rank = kInvalidRank; // Will CHECK that rank is not kInvalidRank. local
190 rank = 6;
196 rank = 5;
202 rank = 4;
208 rank = 3;
212 rank = 2;
216 rank = 1
    [all...]
  /external/quake/quake/src/QW/progs/
client.qc 401 local float rank, rankmin, rankmax;
421 // the users rank must be between those two values
423 s = masterinfo (e, "rank");
424 rank = stof (s);
430 if (rank < rankmin)
437 if (rankmax < rank)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 1064 Integer rank = rankMap.get(node); local
1071 Integer rank = usedIndexes.get(i); local
    [all...]
  /external/eigen/test/
main.h 305 /** Creates a random Partial Isometry matrix of given rank.
308 * This is very useful to test rank-revealing algorithms.
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 74 /* Class name Rank Rationale for rank assignment */
  /external/openssl/crypto/des/
des_opts.c 427 int rank[16]; local
437 rank[i]=0;
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 74 static inline void dumpWordInfo(const int *word, const int length, const int rank,
79 AKLOGI("%2d [ %s ] (%d)", rank, charBuf, probability);
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 41 * rank to keep the union-find tree balanced.
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 134 // returned by various providers. This is used to rank matches among all
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 41 * rank to keep the union-find tree balanced.
  /external/eigen/blas/
chpr.f 14 * CHPR performs the hermitian rank 1 operation
dspr.f 14 * DSPR performs the symmetric rank 1 operation
dspr2.f 14 * DSPR2 performs the symmetric rank 2 operation
sspr.f 14 * SSPR performs the symmetric rank 1 operation
sspr2.f 14 * SSPR2 performs the symmetric rank 2 operation
zhpr.f 14 * ZHPR performs the hermitian rank 1 operation
  /external/eigen/doc/
TopicLinearAlgebraDecompositions.dox 21 <th>Rank-revealing</th>
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 48 #define NFA_PROTOCOL_RANK_INVALID 0xFF /* Maximum protocol preference rank */
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
matlab.php 123 'rank','rat','rats','rbbox','rcond','real','realmax','realmin',
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 229 * The minimum number of clicks needed to rank a source.
  /packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
ApplicationsProviderTest.java 194 * The ApplicationsProvider must only rank by launch count if the caller

Completed in 2220 milliseconds

1 2 3 4 56 7 8 91011>>