Home
last modified time | relevance | path

Searched defs:compute (Results 1 – 25 of 59) sorted by relevance

123

/external/javassist/src/main/javassist/compiler/ast/
DDoubleConst.java44 public ASTree compute(int op, ASTree right) { in compute() method in DoubleConst
68 private static DoubleConst compute(int op, double value1, double value2, in compute() method in DoubleConst
DIntConst.java44 public ASTree compute(int op, ASTree right) { in compute() method in IntConst
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixSquareRoot.h80 void MatrixSquareRootQuasiTriangular<MatrixType>::compute(ResultType &result) in compute() function
282 void MatrixSquareRootTriangular<MatrixType>::compute(ResultType &result) in compute() function
350 template <typename ResultType> void compute(ResultType &result) in compute() function
383 template <typename ResultType> void compute(ResultType &result) in compute() function
DMatrixFunctionAtomic.h71 MatrixType MatrixFunctionAtomic<MatrixType>::compute(const MatrixType& A) in compute() function
DMatrixFunction.h102 void compute(ResultType& result) in compute() function
202 void MatrixFunction<MatrixType,AtomicType,1>::compute(ResultType& result) in compute() function
DMatrixPower.h77 void MatrixPowerAtomic<MatrixType>::compute(MatrixType& res) const in compute() function
356 void MatrixPower<MatrixType>::compute(ResultType& res, RealScalar p) in compute() function
/external/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.c10 int compute() { in compute() function
/external/chromium_org/native_client_sdk/src/examples/api/core/
Dexample.js37 function setStats(nacl, compute, total) { argument
/external/eigen/Eigen/src/Eigenvalues/
DGeneralizedSelfAdjointEigenSolver.h164 compute(const MatrixType& matA, const MatrixType& matB, int options) in compute() function
DGeneralizedEigenSolver.h291 GeneralizedEigenSolver<MatrixType>::compute(const MatrixType& A, const MatrixType& B, bool computeE… in compute() function
DComplexEigenSolver.h252 ComplexEigenSolver<MatrixType>::compute(const MatrixType& matrix, bool computeEigenvectors) in compute() function
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteLU.h38 IncompleteLU& compute(const MatrixType& mat) in compute() function
DScaling.h72 void compute (const MatrixType& mat) in compute() function
DIncompleteCholesky.h85 void compute (const MatrixType& matrix) in compute() function
/external/eigen/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h78 DiagonalPreconditioner& compute(const MatType& mat) in compute() function
DIterativeSolverBase.h103 Derived& compute(const MatrixType& A) in compute() function
/external/eigen/unsupported/Eigen/src/Eigenvalues/
DArpackSelfAdjointEigenSolver.h335 ::compute(const MatrixType& A, Index nbrEigenvalues, in compute() function
348 ::compute(const MatrixType& A, const MatrixType& B, Index nbrEigenvalues, in compute() function
/external/eigen/unsupported/Eigen/src/SVD/
DBDCSVD.h135 SVDBase<MatrixType>& compute(const MatrixType& matrix) in compute() function
255 BDCSVD<Matrix<int, Dynamic, Dynamic> >::compute(const MatrixType& matrix, unsigned int computationO… in compute() function
272 BDCSVD<MatrixType>::compute(const MatrixType& matrix, unsigned int computationOptions) in compute() function
/external/deqp/framework/opengl/
DgluContextInfo.hpp41 CachedValue (ComputeValue compute = ComputeValue(), const T& defaultValue = T()) in CachedValue()
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h89 UpperBidiagonalization<_MatrixType>& UpperBidiagonalization<_MatrixType>::compute(const _MatrixType… in compute() function
/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp79 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { in compute() function in RegisterClassInfo
/external/eigen/unsupported/Eigen/src/Polynomials/
DPolynomialSolver.h345 void compute( const OtherPolynomial& poly ) in compute() function
/external/guava/guava/src/com/google/common/collect/
DComputingConcurrentHashMap.java171 V compute(K key, int hash, ReferenceEntry<K, V> e, in compute() method in ComputingConcurrentHashMap.ComputingSegment
350 V compute(K key, int hash) throws ExecutionException { in compute() method in ComputingConcurrentHashMap.ComputingValueReference
/external/eigen/Eigen/src/SparseCholesky/
DSimplicialCholesky.h185 void compute(const MatrixType& matrix) in compute() function
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h120 void SkylineInplaceLU<MatrixType>::compute() { in compute() function

123