Searched refs:compute (Results 76 - 100 of 166) sorted by relevance

1234567

/external/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h125 /// resize() initializes DFSResult, while compute() populates it.
142 void compute(ArrayRef<SUnit> SUnits);
/external/eigen/bench/
H A DbenchEigenSolver.cpp60 ei.compute(covMat);
74 ei.compute(covMat);
109 // the non-selfadjoint solver does not compute the eigen vectors
/external/eigen/test/
H A Dlu.cpp66 lu.compute(m1);
110 lu.compute(m1);
H A Dsparse_solver.h24 solver.compute(A);
81 solver.compute(A);
117 solver.compute(A);
H A Dcholesky.cpp110 chollo.compute(neg);
194 ldltlo.compute(A);
210 ldltlo.compute(A);
229 ldltlo.compute(A);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMapMaker.java138 result = compute(key);
143 private V compute(K key) { method in class:MapMaker.ExpiringComputingMap
/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h141 // Utility functions to compute size of objects.
179 SizeOffsetType compute(Value *V);
194 // compute() should be used by external users.
216 /// May create code to compute the result at run-time.
243 SizeOffsetEvalType compute(Value *V);
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp358 // Utility functions to compute size of objects.
372 SizeOffsetType Data = Visitor.compute(const_cast<Value*>(Ptr));
407 SizeOffsetType ObjectSizeOffsetVisitor::compute(Value *V) { function in class:ObjectSizeOffsetVisitor
439 DEBUG(dbgs() << "ObjectSizeOffsetVisitor::compute() unhandled value: " << *V
538 SizeOffsetType PtrData = compute(GEP.getPointerOperand());
549 return compute(GA.getAliasee());
576 SizeOffsetType TrueSide = compute(I.getTrueValue());
577 SizeOffsetType FalseSide = compute(I.getFalseValue());
598 // IntTy and Zero must be set for each compute() since the address space may
602 SizeOffsetEvalType ObjectSizeOffsetEvaluator::compute(Valu function in class:ObjectSizeOffsetEvaluator
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-diff.c85 static int compute; variable
152 pr_debug("compute wdiff w1(%" PRId64 ") w2(%" PRId64 ")\n",
166 if (compute == COMPUTE_WEIGHTED_DIFF)
291 switch (compute) {
440 switch (compute) {
573 insert_hist_entry_by_compute(&hists->entries, he, compute);
705 OPT_CALLBACK('c', "compute", &compute,
731 OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
956 * Baseline or compute realte
[all...]
/external/eigen/Eigen/src/LU/
H A DPartialPivLU.h71 * perform decompositions via PartialPivLU::compute(const MatrixType&).
85 * \param matrix the matrix of which to compute the LU decomposition.
92 PartialPivLU& compute(const MatrixType& matrix);
209 compute(matrix);
387 PartialPivLU<MatrixType>& PartialPivLU<MatrixType>::compute(const MatrixType& matrix) function in class:Eigen::PartialPivLU
447 * Step 1: compute c = Pb.
/external/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h70 * perform decompositions via ColPivHouseholderQR::compute(const MatrixType&).
101 * the method compute(). It is a short cut for:
105 * qr.compute(matrix);
108 * \sa compute()
120 compute(matrix);
177 ColPivHouseholderQR& compute(const MatrixType& matrix);
423 ColPivHouseholderQR<MatrixType>& ColPivHouseholderQR<MatrixType>::compute(const MatrixType& matrix) function in class:Eigen::ColPivHouseholderQR
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixExponential.h31 * changed (or destroyed) before compute() is called.
42 void compute(ResultType &result);
178 void MatrixExponential<MatrixType>::compute(ResultType &result) function in class:Eigen::MatrixExponential
383 // this case should be handled in compute()
422 me.compute(result);
H A DMatrixLogarithm.h48 MatrixType compute(const MatrixType& A);
82 MatrixType MatrixLogarithmAtomic<MatrixType>::compute(const MatrixType& A) function in class:Eigen::MatrixLogarithmAtomic
148 MatrixSquareRootTriangular<MatrixType>(T).compute(sqrtT);
453 mf.compute(result);
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineInplaceLU.h34 /** Creates a LU object and compute the respective factorization of \a matrix using
39 m_lu.IsRowMajor ? computeRowMajor() : compute();
89 void compute();
120 void SkylineInplaceLU<MatrixType>::compute() { function in class:Eigen::SkylineInplaceLU
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dsad_altivec.asm70 ;# compute difference on first row
91 ;# compute difference on second row
/external/eigen/Eigen/src/Eigenvalues/
H A DEigenSolver.h46 * Call the function compute() to compute the eigenvalues and eigenvectors of
109 * perform decompositions via EigenSolver::compute(const MatrixType&, bool).
111 * \sa compute() for an example.
138 * This constructor calls compute() to compute the eigenvalues
144 * \sa compute()
155 compute(matrix, computeEigenvectors);
164 * compute(const MatrixType&, bool) has been called before, and
186 * compute(cons
365 EigenSolver<MatrixType>::compute(const MatrixType& matrix, bool computeEigenvectors) function in class:Eigen::EigenSolver
[all...]
H A DHessenbergDecomposition.h45 * Call the function compute() to compute the Hessenberg decomposition of a
94 * perform decompositions via compute(). The \p size parameter is only
98 * \sa compute() for an example.
113 * This constructor calls compute() to compute the Hessenberg
150 HessenbergDecomposition& compute(const MatrixType& matrix) function in class:Eigen::HessenbergDecomposition
169 * or the member function compute(const MatrixType&) has been called
170 * before to compute the Hessenberg decomposition of a matrix.
189 * or the member function compute(cons
[all...]
H A DRealSchur.h36 * A, and thus the real Schur decomposition is used in EigenSolver to compute
39 * Call the function compute() to compute the real Schur decomposition of a
77 * perform decompositions via compute(). The \p size parameter is only
81 * \sa compute() for an example.
98 * This constructor calls compute() to compute the Schur decomposition.
112 compute(matrix, computeU);
120 * member function compute(const MatrixType&, bool) has been called before
121 * to compute th
246 RealSchur<MatrixType>& RealSchur<MatrixType>::compute(const MatrixType& matrix, bool computeU) function in class:Eigen::RealSchur
[all...]
/external/libvpx/libvpx/vp8/common/ppc/
H A Dsad_altivec.asm70 ;# compute difference on first row
91 ;# compute difference on second row
/external/chromium_org/media/base/simd/
H A Dconvert_yuva_to_argb_mmx.inc80 ; If number of pixels is odd then compute it.
/external/eigen/Eigen/src/SPQRSupport/
H A DSuiteSparseQRSupport.h82 compute(matrix);
99 void compute(const _MatrixType& matrix) function in class:Eigen::SPQR
132 * \sa compute()
137 eigen_assert(m_isInitialized && " The QR factorization should be computed first, call compute()");
146 eigen_assert(m_isInitialized && " The QR factorization should be computed first, call compute()");
166 eigen_assert(m_isInitialized && " The QR factorization should be computed first, call compute()");
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h46 compute(matrix);
85 void compute (const MatrixType& matrix) function in class:Eigen::IncompleteCholesky
164 // Scale and compute the shift for the matrix
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java297 result = compute(key);
302 private V compute(K key) throws ExecutionException { method in class:CacheBuilder.LocalCache
/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h76 * perform decompositions via BDCSVD::compute(const MatrixType&).
111 compute(matrix, computationOptions);
127 SVDBase<MatrixType>& compute(const MatrixType& matrix, unsigned int computationOptions);
133 * This method uses the current \a computationOptions, as already passed to the constructor or to compute(const MatrixType&, unsigned int).
135 SVDBase<MatrixType>& compute(const MatrixType& matrix) function in class:Eigen::BDCSVD
137 return compute(matrix, this->m_computationOptions);
171 eigen_assert(this->computeV() && "This SVD decomposition didn't compute U. Did you ask for it?");
176 eigen_assert(this->computeU() && "This SVD decomposition didn't compute U. Did you ask for it?");
187 eigen_assert(this->computeU() && "This SVD decomposition didn't compute V. Did you ask for it?");
192 eigen_assert(this->computeV() && "This SVD decomposition didn't compute
255 BDCSVD<Matrix<int, Dynamic, Dynamic> >::compute(const MatrixType& matrix, unsigned int computationOptions) { function in class:Eigen::BDCSVD
272 BDCSVD<MatrixType>::compute(const MatrixType& matrix, unsigned int computationOptions) function in class:Eigen::BDCSVD
[all...]
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h31 * \param MatrixType the type of the matrix of which to compute the LDL^T Cholesky decomposition
73 * perform decompositions via LDLT::compute(const MatrixType&).
108 compute(matrix);
206 LDLT& compute(const MatrixType& matrix);
240 * Used to compute and store the Cholesky decomposition A = L D L^* = U^* D U.
435 LDLT<MatrixType,_UpLo>& LDLT<MatrixType,_UpLo>::compute(const MatrixType& a) function in class:Eigen::LDLT
452 /** Update the LDLT decomposition: given A = L D L^T, efficiently compute the decomposition of A + sigma w w^T.

Completed in 357 milliseconds

1234567