/external/javassist/src/main/javassist/compiler/ast/ |
D | DoubleConst.java | 44 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
|
D | IntConst.java | 44 public ASTree compute(int op, ASTree right) { in compute() method in IntConst
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixSquareRoot.h | 80 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
|
D | MatrixFunctionAtomic.h | 71 MatrixType MatrixFunctionAtomic<MatrixType>::compute(const MatrixType& A) in compute() function
|
D | MatrixFunction.h | 102 void compute(ResultType& result) in compute() function 202 void MatrixFunction<MatrixType,AtomicType,1>::compute(ResultType& result) in compute() function
|
D | MatrixExponential.h | 183 void MatrixExponential<MatrixType>::compute(ResultType &result) in compute() function
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | GeneralizedSelfAdjointEigenSolver.h | 164 compute(const MatrixType& matA, const MatrixType& matB, int options) in compute() function
|
D | ComplexEigenSolver.h | 238 ComplexEigenSolver<MatrixType>& ComplexEigenSolver<MatrixType>::compute(const MatrixType& matrix, b… in compute() function
|
D | EigenSolver.h | 351 EigenSolver<MatrixType>& EigenSolver<MatrixType>::compute(const MatrixType& matrix, bool computeEig… in compute() function
|
/external/llvm/lib/CodeGen/ |
D | RegisterClassInfo.cpp | 73 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { in compute() function in RegisterClassInfo
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | IncompleteLU.h | 38 IncompleteLU& compute(const MatrixType& mat) in compute() function
|
D | Scaling.h | 72 void compute (const MatrixType& mat) in compute() function
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | BasicPreconditioners.h | 78 DiagonalPreconditioner& compute(const MatType& mat) in compute() function
|
D | IterativeSolverBase.h | 103 Derived& compute(const MatrixType& A) in compute() function
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | LoopBlinnTextureCoords.cpp | 37 LoopBlinnTextureCoords::Result LoopBlinnTextureCoords::compute(const LoopBlinnClassifier::Result& c… in compute() function in WebCore::LoopBlinnTextureCoords
|
/external/eigen/Eigen/src/SVD/ |
D | UpperBidiagonalization.h | 89 UpperBidiagonalization<_MatrixType>& UpperBidiagonalization<_MatrixType>::compute(const _MatrixType… in compute() function
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
D | TextureGeneratorMagic.java | 189 void compute(float[] xyz, float turbulence); in compute() method
|
/external/eigen/unsupported/Eigen/src/Polynomials/ |
D | PolynomialSolver.h | 342 void compute( const OtherPolynomial& poly ) in compute() function
|
/external/guava/guava/src/com/google/common/collect/ |
D | ComputingConcurrentHashMap.java | 173 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/ |
D | SimplicialCholesky.h | 245 void compute(const MatrixType& matrix) in compute() function
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
D | SkylineInplaceLU.h | 120 void SkylineInplaceLU<MatrixType>::compute() { in compute() function
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | Liveness.java | 34 public void compute(CodeIterator ci, TypedBlock[] blocks, int maxLocals, in compute() method in Liveness
|
/external/eigen/Eigen/src/LU/ |
D | FullPivLU.h | 417 FullPivLU<MatrixType>& FullPivLU<MatrixType>::compute(const MatrixType& matrix) in compute() function
|
/external/eigen/Eigen/src/QR/ |
D | ColPivHouseholderQR.h | 359 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/ |
D | MapMaker.java | 143 private V compute(K key) { in compute() method in MapMaker.ExpiringComputingMap
|