Home
last modified time | relevance | path

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

12

/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
290 void MatrixSquareRootTriangular<MatrixType>::compute(ResultType &result) in compute() function
366 template <typename ResultType> void compute(ResultType &result) in compute() function
400 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
DMatrixExponential.h183 void MatrixExponential<MatrixType>::compute(ResultType &result) in compute() function
/external/eigen/Eigen/src/Eigenvalues/
DGeneralizedSelfAdjointEigenSolver.h164 compute(const MatrixType& matA, const MatrixType& matB, int options) in compute() function
DComplexEigenSolver.h238 ComplexEigenSolver<MatrixType>& ComplexEigenSolver<MatrixType>::compute(const MatrixType& matrix, b… in compute() function
DEigenSolver.h351 EigenSolver<MatrixType>& EigenSolver<MatrixType>::compute(const MatrixType& matrix, bool computeEig… in compute() function
/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp73 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { in compute() function in RegisterClassInfo
/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
/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/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnTextureCoords.cpp37 LoopBlinnTextureCoords::Result LoopBlinnTextureCoords::compute(const LoopBlinnClassifier::Result& c… in compute() function in WebCore::LoopBlinnTextureCoords
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h89 UpperBidiagonalization<_MatrixType>& UpperBidiagonalization<_MatrixType>::compute(const _MatrixType… in compute() function
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DTextureGeneratorMagic.java189 void compute(float[] xyz, float turbulence); in compute() method
/external/eigen/unsupported/Eigen/src/Polynomials/
DPolynomialSolver.h342 void compute( const OtherPolynomial& poly ) in compute() function
/external/guava/guava/src/com/google/common/collect/
DComputingConcurrentHashMap.java173 V compute(K key, int hash, ReferenceEntry<K, V> e, in compute() method in ComputingConcurrentHashMap.ComputingSegment
352 V compute(K key, int hash) throws ExecutionException { in compute() method in ComputingConcurrentHashMap.ComputingValueReference
/external/eigen/Eigen/src/SparseCholesky/
DSimplicialCholesky.h245 void compute(const MatrixType& matrix) in compute() function
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h120 void SkylineInplaceLU<MatrixType>::compute() { in compute() function
/external/javassist/src/main/javassist/bytecode/stackmap/
DLiveness.java34 public void compute(CodeIterator ci, TypedBlock[] blocks, int maxLocals, in compute() method in Liveness
/external/eigen/Eigen/src/LU/
DFullPivLU.h417 FullPivLU<MatrixType>& FullPivLU<MatrixType>::compute(const MatrixType& matrix) in compute() function
/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h359 ColPivHouseholderQR<MatrixType>& ColPivHouseholderQR<MatrixType>::compute(const MatrixType& matrix) in compute() function
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMapMaker.java143 private V compute(K key) { in compute() method in MapMaker.ExpiringComputingMap

12