Searched defs:rank (Results 26 - 50 of 55) sorted by relevance

123

/external/chromium_org/third_party/zlib/
H A Dtrees.c846 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);
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h677 /** \returns the rank of the matrix of which \c *this is the SVD.
683 inline Index rank() const function in class:Eigen::JacobiSVD
694 /** Allows to prescribe a threshold to be used by certain methods, such as rank() and solve(),
729 /** Returns the threshold that will be used by certain methods such as rank().
936 Index rank = dec().rank(); local
938 tmp.noalias() = dec().matrixU().leftCols(rank).adjoint() * rhs();
939 tmp = dec().singularValues().head(rank).asDiagonal().inverse() * tmp;
940 dst = dec().matrixV().leftCols(rank) * tmp;
/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h40 * \brief Sparse left-looking rank-revealing QR factorization
42 * This class implements a left-looking rank-revealing QR decomposition
48 * rank-revealing permutations. Use colsPermutation() to get it.
54 * R is the sparse triangular or trapezoidal matrix. The later occurs when A is rank-deficient.
55 * matrixR().topLeftCorner(rank(), rank()) always returns a triangular factor of full rank.
122 Index rank() const function in class:Eigen::SparseQR
170 Index rank = this->rank(); local
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DOrderingTest.java853 final int rank; field in class:OrderingTest.Composite
855 Composite(T value, int rank) { argument
857 this.rank = rank;
860 // natural order is by rank only; the test will compound() this with the
864 return rank < that.rank ? -1 : rank > that.rank ? 1 : 0;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_trees.c840 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);
/external/qemu/distrib/zlib-1.2.8/
H A Dtrees.c840 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);
/external/zlib/src/
H A Dtrees.c840 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);
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_impl.cc407 int rank = -1; // Forced URLs have a rank of -1. local
409 // Increase the rank if we're going through forced URLs. This works because
412 rank++;
413 DCHECK(new_list[i].last_forced_time.is_null() == (rank != -1))
419 added.rank = rank;
426 if (old_rank != rank ||
431 moved.rank = rank;
[all...]
H A Dhistory_backend.cc2703 int rank = kPageVisitStatsMaxTopSites; local
2706 rank = (*it).second;
2708 rank, kPageVisitStatsMaxTopSites + 1);
/external/chromium_org/components/history/core/browser/
H A Dhistory_types.h422 int rank; member in struct:history::MostVisitedURLWithRank
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp2586 int rank; member in struct:CvPTreeNode
2685 if( root->rank > root2->rank )
2690 root2->rank += root->rank == root2->rank;
2732 if( node->rank >= 0 )
2733 node->rank = ~class_idx++;
2734 idx = ~node->rank;
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1902 /* pre: must-be-readable (buffer,count,datatype) for rank==root
1903 must-be-writable (buffer,count,datatype) for rank!=root
2054 wr: (recvbuf,count,datatype) but only for rank == root
2182 /* wr: (rank, sizeof(*rank)) */
2183 int WRAPPER_FOR(PMPI_Comm_rank)(MPI_Comm comm, int *rank) argument
2189 check_mem_is_addressable_untyped(rank, sizeof(*rank));
2191 CALL_FN_W_WW(err, fn, comm,rank);
2193 make_mem_defined_if_addressable_if_success_untyped(err, rank, sizeo
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py1336 # rank integer Relative size
1347 def __init__(self, rank, signed = 1):
1348 self.rank = rank
1353 n = rank_to_type_name[self.rank]
1386 """Sort based on rank, preferring signed over unsigned"""
1388 return self.rank > other.rank and self.signed >= other.signed
1394 if self.rank <= 4:
1434 if self.rank < lis
3259 rank = -1 # Ranks below any integer type variable in class:CEnumType
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dannotations.jar ... .findbugs.annotations.Confidence confidence () public abstract int rank () } edu/umd/cs/findbugs/annotations/DischargesObligation.class DischargesObligation. ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c1768 wordptr rank; member in struct:BitVector_from_Dec_static_data
1783 data->rank = BitVector_Create(bits,FALSE);
1789 data->rank = NULL;
1801 BitVector_Destroy(data->rank);
1820 wordptr rank; local
1833 rank = data->rank;
1849 BitVector_Empty(rank);
1875 BitVector_Copy(temp,rank);
1896 BitVector_Copy(temp,rank);
1931 wordptr rank; local
[all...]
/external/valgrind/main/memcheck/
H A Dmc_main.c496 static void insert_into_auxmap_L1_at ( Word rank, AuxMapEnt* ent ) argument
500 tl_assert(rank >= 0 && rank < N_AUXMAP_L1);
501 for (i = N_AUXMAP_L1-1; i > rank; i--)
503 auxmap_L1[rank].base = ent->base;
504 auxmap_L1[rank].ent = ent;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jar ... .String, int) String genericTypeKey char boundKind String boundTypeKey int rank String wildCardKey String wildCardKey String wildCardKey String wildCardKey public java ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jar ... .lang.Object) Object left Object right private int rank (java.lang.Object) Object value Integer rank private ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jar ... .lang.Object) Object left Object right private int rank (java.lang.Object) Object value Integer rank private ...

Completed in 3604 milliseconds

123