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

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/mpi/
libmpiwrap.c     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 127 /// GetConversionRank - Retrieve the implicit conversion rank
131 Rank[(int)ICK_Num_Conversion_Kinds] = {
157 return Rank[(int)Kind];
210 /// getRank - Retrieve the rank of this standard conversion sequence
211 /// (C++ 13.3.3.1.1p3). The rank is the largest rank of each of the
214 ImplicitConversionRank Rank = ICR_Exact_Match;
215 if (GetConversionRank(First) > Rank)
216 Rank = GetConversionRank(First);
217 if (GetConversionRank(Second) > Rank)
    [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/eigen/doc/
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/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/clang/include/clang/Sema/
TypoCorrection.h 235 /// \brief Method used by Sema::CorrectTypo to assign an "edit distance" rank
Overload.h 102 /// ImplicitConversionRank - The rank of an implicit conversion
482 /// sequences and ambiguous conversion sequences the same rank,
  /external/eigen/blas/
chpr2.f 14 * CHPR2 performs the hermitian rank 2 operation
zhpr2.f 14 * ZHPR2 performs the hermitian rank 2 operation
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
plsql.php 95 'RATIO_TO_REPORT', 'RANK', 'POWER', 'PERCENTILE_DISC',
sas.php 91 'RANGAM','RANGE','RANK','RANNOR','RANPOI','RANTBL','RANTRI',
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2586 int rank; member in struct:CvPTreeNode
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 295 * Returns the rank of a specific record type to be used in determining the primary
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
trie_policy.hpp 337 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 338 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 338 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 337 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 337 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 337 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
trie_policy.hpp 337 // 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/
trie_policy.hpp 338 // 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/
trie_policy.hpp 304 /// Updates the rank of a node through a node_iterator node_it;
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
HybridNonLinearSolver.h 322 /* calculate the rank one modification to the jacobian */
562 /* calculate the rank one modification to the jacobian */

Completed in 368 milliseconds

1 2 3 4 5 67 8 91011>>