Searched refs:compute (Results 126 - 150 of 166) sorted by relevance

1234567

/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h333 void compute(const MatrixType& matrix) function in class:Eigen::SuperLUBase
341 * \sa compute()
354 * \sa compute()
500 Base::compute(matrix);
642 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or analyzePattern()/factorize()");
692 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for extracting factors, you must first call either compute() or analyzePattern()/factorize()");
778 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for computing the determinant, you must first call either compute() or analyzePattern()/factorize()");
837 Base::compute(matrix);
953 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or analyzePattern()/factorize()");
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dexportfig.m261 %compute and set gray colormap
268 %compute and set ColorSpec and CData properties
/external/eigen/Eigen/src/Eigenvalues/
H A DTridiagonalization.h46 * decomposition. This class is used in SelfAdjointEigenSolver to compute the
49 * Call the function compute() to compute the tridiagonal decomposition of a
107 * perform decompositions via compute(). The \p size parameter is only
111 * \sa compute() for an example.
124 * This constructor calls compute() to compute the tridiagonal decomposition.
155 Tridiagonalization& compute(const MatrixType& matrix) function in class:Eigen::Tridiagonalization
169 * the member function compute(const MatrixType&) has been called before
170 * to compute th
[all...]
/external/eigen/bench/spbench/
H A Dspbenchsolver.h225 solver.compute(A);
/external/libvorbis/doc/
H A D07-floor1.tex56 -45, 0, -25, -10, 30 and -10. We compute the floor in the following
355 Then compute the final curve in one pass:
H A D06-floor0.tex110 vector size \varname{[n]} specified by the decode process, we compute a
H A D01-introduction.tex301 \item compute dot product of floor and residue, producing audio spectrum vector
447 \paragraph{compute floor/residue dot product}
H A D04-codec.tex542 % in section 1 (under "compute floor/residue dot product")
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dbuildintrapredictorsmby_neon.asm50 ; compute shift and jump
333 ; compute shift and jump
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dwebrunner.js135 var data = compute( times, numTests );
151 function compute(times, runs){
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h96 compute(matrix);
112 void compute (const MatrixType& matrix) function in class:Eigen::SparseLU
175 * \sa compute()
188 * \sa compute()
374 //TODO It is possible as in SuperLU to compute row and columns scaling vectors to equilibrate the matrix mat.
/external/javassist/src/main/javassist/compiler/
H A DTypeChecker.java402 newExpr = ((IntConst)left).compute(op, right);
404 newExpr = ((DoubleConst)left).compute(op, right);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js3905 // We need to compute starting value
7547 this.set(this.compute(this.from, this.to, delta));
7549 this.set(this.compute(this.from, this.to, 1));
7558 compute: function(from, to, delta){
7559 return Fx.compute(from, to, delta);
7631 Fx.compute = function(from, to, delta){
7683 compute: function(from, to, delta){
7686 computed.push({value: from[i].parser.compute(from[i].value, to[i].value, delta), parser: from[i].parser});
7745 compute: function(from, to, delta){
7747 return Math.round(Fx.compute(fro
[all...]
H A Dmootools-1.2.2-core-nc.js3171 this.set(this.compute(this.from, this.to, delta));
3173 this.set(this.compute(this.from, this.to, 1));
3182 compute: function(from, to, delta){
3183 return Fx.compute(from, to, delta);
3255 Fx.compute = function(from, to, delta){
3307 compute: function(from, to, delta){
3310 computed.push({value: from[i].parser.compute(from[i].value, to[i].value, delta), parser: from[i].parser});
3369 compute: function(from, to, delta){
3371 return Math.round(Fx.compute(from[i], to[i], delta));
3381 compute
[all...]
/external/clang/test/CodeGenCXX/
H A Dvisibility.cpp1275 class compute { class in namespace:test67
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DDGMRES.h83 * solver.compute(A);
129 * by a call to compute().
133 * this class becomes invalid. Call compute() to update it with the new
144 * \sa compute()
383 // Go for a new cycle and compute data for deflation
510 m_luT.compute(m_T.topLeftCorner(m_r, m_r));
/external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
H A Dmemcpy.S235 * src and dst are aligned; need to compute rem
477 ADD dst, t0 # compute start address in a1
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as98 // compute what can follow this grammar element reference
462 * we have the call chain. We may compute the exact (rather
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dvariance_subpixel_altivec.asm139 ;# Now compute sse.
/external/libvpx/libvpx/vp8/common/ppc/
H A Dvariance_subpixel_altivec.asm139 ;# Now compute sse.
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp731 /// If RegPressure is non-null, compute register pressure as a side effect. The
1222 /// \brief Internal state used to compute SchedDFSResult.
1452 void SchedDFSResult::compute(ArrayRef<SUnit> SUnits) { function in class:SchedDFSResult
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2090 [-0.0] is used for floating point types to compute the correct sign.
2097 [-0.0] is used for floating point types to compute the correct sign.
2104 [-0.0] is used for floating point types to compute the correct sign.
2111 [-0.0] is used for floating point types to compute the correct sign.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm25 ; Use of pmaxub instead of psubusb to compute filter mask was seen
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm25 ; Use of pmaxub instead of psubusb to compute filter mask was seen
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 642 milliseconds

1234567