HomeSort by relevance Sort by last modified time
    Searched full:rank (Results 176 - 200 of 392) sorted by null

1 2 3 4 5 6 78 91011>>

  /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>
QuickReference.dox 653 Rank 1 and rank K update: \n
661 Rank 2 update: (\f$ M \mathrel{{+}{=}} s u v^* + s v u^* \f$)
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 57 #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/Launcher3/src/com/android/launcher3/
LauncherSettings.java 116 * The rank of this screen -- ie. how it is ordered relative to the other screens.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 188 * The minimum number of clicks needed to rank a source.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiseq_selection.h 112 * @param __rank The global rank to partition at.
379 * @param __rank The global rank to partition at.
380 * @param __offset The rank of the selected element in the global
  /external/valgrind/main/mpi/
libmpiwrap.c     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 136 /// GetConversionRank - Retrieve the implicit conversion rank
140 Rank[(int)ICK_Num_Conversion_Kinds] = {
166 return Rank[(int)Kind];
219 /// getRank - Retrieve the rank of this standard conversion sequence
220 /// (C++ 13.3.3.1.1p3). The rank is the largest rank of each of the
223 ImplicitConversionRank Rank = ICR_Exact_Match;
224 if (GetConversionRank(First) > Rank)
225 Rank = GetConversionRank(First);
226 if (GetConversionRank(Second) > Rank)
    [all...]
  /external/chromium_org/third_party/zlib/
trees.c 846 int rank; /* index in bl_order */ local
855 for (rank = 0; rank < blcodes; rank++) {
856 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
857 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 842 int rank; /* index in bl_order */ local
851 for (rank = 0; rank < blcodes; rank++) {
852 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
853 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
    [all...]
  /external/zlib/src/
trees.c 840 int rank; /* index in bl_order */ local
849 for (rank = 0; rank < blcodes; rank++) {
850 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
851 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 462 ASSERT_EQ(1, delta.added[0].rank);
464 ASSERT_EQ(2, delta.added[1].rank);
471 ASSERT_EQ(3, delta.moved[0].rank);
655 // Add new thumbnail at rank 0 and shift the other result to 1.
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_impl_unittest.cc 479 ASSERT_EQ(1, delta.added[0].rank);
481 ASSERT_EQ(2, delta.added[1].rank);
488 ASSERT_EQ(3, delta.moved[0].rank);
673 // Add new thumbnail at rank 0 and shift the other result to 1.
    [all...]
top_sites_likely_impl_unittest.cc 480 ASSERT_EQ(1, delta.added[0].rank);
482 ASSERT_EQ(2, delta.added[1].rank);
489 ASSERT_EQ(3, delta.moved[0].rank);
674 // Add new thumbnail at rank 0 and shift the other result to 1.
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_unittest.cc 55 // Comparing a location that has no rank will hit a CHECK. Do a
  /external/chromium_org/chrome/tools/
history-viz.py 182 print ' subgraph { rank=source; 0 [label="start"] }'

Completed in 1041 milliseconds

1 2 3 4 5 6 78 91011>>