Home
last modified time | relevance | path

Searched refs:sourceMatrix (Results 1 – 22 of 22) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DTransferOperator.cpp156 const DENS_MAT & sourceMatrix(source_->quantity()); in global_restriction() local
174 if (sourceMatrix.nRows() > 0) in local_restriction()
220 const CLON_VEC & sourceMatrix(source_->quantity()); in global_restriction() local
238 if (sourceMatrix.nRows() > 0) in local_restriction()
326 local_restriction(sourceMatrix,accumulantMatrix); in global_restriction()
343 if (sourceMatrix.nRows() > 0) in local_restriction()
432 if (sourceMatrix.nRows() > 0) { in local_restriction()
555 local_restriction(sourceMatrix,positions, in global_restriction()
570 if (sourceMatrix.nRows() > 0) { in local_restriction()
620 if (sourceMatrix.nRows() > 0) { in local_restriction()
[all …]
H A DAtomToMoleculeTransfer.cpp47 totalSourceMol += sourceMatrix(*atomsLocalMolID,0); in reset_quantity()
60 quantity_(i,j) += sourceMatrix(*atomsLocalMolID,0) * xjImage[j]/totalSourceMol; in reset_quantity()
96 …const DENS_MAT & sourceMatrix(source_->quantity()); // source is always a scalar quantity here \su… in reset_quantity() local
114 quantity_(i,j) += sourceMatrix(*atomsLocalMolID,0) * dx[j]; in reset_quantity()
167 quantity_(i,j) += 0.5*sourceMatrix(*atomsLocalMolID,0) * dx[j] * dx[2]; in reset_quantity()
201 const DENS_MAT & sourceMatrix(source_->quantity()); in reset_quantity() local
204 quantity_.resize(shapeFunctionMatrix.nCols(),sourceMatrix.nCols()); in reset_quantity()
206 local_restriction(sourceMatrix,shapeFunctionMatrix); in reset_quantity()
216 void MotfShapeFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() argument
219 if (sourceMatrix.nRows() > 0) in local_restriction()
[all …]
H A DAtomToMoleculeTransfer.h75 const DenseMatrix<T> & sourceMatrix(source_->quantity()); in reset_quantity()
77 (this->quantity_).reset(nLocalMol,sourceMatrix.nCols()); in reset_quantity()
82 for (int j = 0; j < sourceMatrix.nCols(); j++){ in reset_quantity()
83 (this->quantity_)(i,j) += sourceMatrix(*atomsLocalMolID,j); in reset_quantity()
226 virtual void local_restriction(const DENS_MAT & sourceMatrix,
H A DTransferOperator.h478 virtual void local_restriction(const DENS_MAT & sourceMatrix,
522 virtual void local_restriction(const DENS_MAT & sourceMatrix,
572 virtual void local_restriction(const DENS_MAT & sourceMatrix,
670 virtual void local_restriction(const DENS_MAT & sourceMatrix,
900 virtual void local_restriction(const DENS_MAT & sourceMatrix,
937 virtual void local_restriction(const DENS_MAT & sourceMatrix,
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DTransferOperator.cpp156 const DENS_MAT & sourceMatrix(source_->quantity()); in global_restriction() local
174 if (sourceMatrix.nRows() > 0) in local_restriction()
220 const CLON_VEC & sourceMatrix(source_->quantity()); in global_restriction() local
238 if (sourceMatrix.nRows() > 0) in local_restriction()
326 local_restriction(sourceMatrix,accumulantMatrix); in global_restriction()
343 if (sourceMatrix.nRows() > 0) in local_restriction()
432 if (sourceMatrix.nRows() > 0) { in local_restriction()
555 local_restriction(sourceMatrix,positions, in global_restriction()
570 if (sourceMatrix.nRows() > 0) { in local_restriction()
620 if (sourceMatrix.nRows() > 0) { in local_restriction()
[all …]
H A DAtomToMoleculeTransfer.cpp47 totalSourceMol += sourceMatrix(*atomsLocalMolID,0); in reset_quantity()
60 quantity_(i,j) += sourceMatrix(*atomsLocalMolID,0) * xjImage[j]/totalSourceMol; in reset_quantity()
96 …const DENS_MAT & sourceMatrix(source_->quantity()); // source is always a scalar quantity here \su… in reset_quantity() local
114 quantity_(i,j) += sourceMatrix(*atomsLocalMolID,0) * dx[j]; in reset_quantity()
167 quantity_(i,j) += 0.5*sourceMatrix(*atomsLocalMolID,0) * dx[j] * dx[2]; in reset_quantity()
201 const DENS_MAT & sourceMatrix(source_->quantity()); in reset_quantity() local
204 quantity_.resize(shapeFunctionMatrix.nCols(),sourceMatrix.nCols()); in reset_quantity()
206 local_restriction(sourceMatrix,shapeFunctionMatrix); in reset_quantity()
216 void MotfShapeFunctionRestriction::local_restriction(const DENS_MAT & sourceMatrix, in local_restriction() argument
219 if (sourceMatrix.nRows() > 0) in local_restriction()
[all …]
H A DAtomToMoleculeTransfer.h75 const DenseMatrix<T> & sourceMatrix(source_->quantity()); in reset_quantity()
77 (this->quantity_).reset(nLocalMol,sourceMatrix.nCols()); in reset_quantity()
82 for (int j = 0; j < sourceMatrix.nCols(); j++){ in reset_quantity()
83 (this->quantity_)(i,j) += sourceMatrix(*atomsLocalMolID,j); in reset_quantity()
226 virtual void local_restriction(const DENS_MAT & sourceMatrix,
H A DTransferOperator.h478 virtual void local_restriction(const DENS_MAT & sourceMatrix,
522 virtual void local_restriction(const DENS_MAT & sourceMatrix,
572 virtual void local_restriction(const DENS_MAT & sourceMatrix,
670 virtual void local_restriction(const DENS_MAT & sourceMatrix,
900 virtual void local_restriction(const DENS_MAT & sourceMatrix,
937 virtual void local_restriction(const DENS_MAT & sourceMatrix,
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/pdf/
H A DCTMHelper.java54 public static String toPDFString(CTM sourceMatrix) { in toPDFString() argument
55 if (null == sourceMatrix) { in toPDFString()
59 final double[] matrix = toPDFArray(sourceMatrix); in toPDFString()
113 public static CTM toPDFCTM(CTM sourceMatrix) { in toPDFCTM() argument
114 if (null == sourceMatrix) { in toPDFCTM()
118 final double[] matrix = toPDFArray(sourceMatrix); in toPDFCTM()
139 public static double[] toPDFArray(CTM sourceMatrix) { in toPDFArray() argument
140 if (null == sourceMatrix) { in toPDFArray()
144 final double[] matrix = sourceMatrix.toArray(); in toPDFArray()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/client/
H A Dqwaylandshmbackingstore.cpp332 QTransform sourceMatrix; in updateDecorations() local
333 sourceMatrix.scale(dp, dp); in updateDecorations()
341 decorationPainter.drawImage(target, sourceImage, sourceMatrix.mapRect(target)); in updateDecorations()
346 decorationPainter.drawImage(target, sourceImage, sourceMatrix.mapRect(target)); in updateDecorations()
351 decorationPainter.drawImage(target, sourceImage, sourceMatrix.mapRect(target)); in updateDecorations()
358 decorationPainter.drawImage(target, sourceImage, sourceMatrix.mapRect(target)); in updateDecorations()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/Unity/
H A Djuce_UnityPluginInterface.h94 float sourceMatrix[16]; member
107 float sourceMatrix[16]; member
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dmatrix.cpp539 if (targetMatrix==sourceMatrix) { in DuplicateMatrix()
542 targetMatrix->lDim = sourceMatrix->lDim; in DuplicateMatrix()
543 targetMatrix->hDim = sourceMatrix->hDim; in DuplicateMatrix()
544 targetMatrix->vDim = sourceMatrix->vDim; in DuplicateMatrix()
553 if (! sourceMatrix->is_dense()) { in DuplicateMatrix()
557 …memcpy ((void*)targetMatrix->theIndex,(void*)sourceMatrix->theIndex,sourceMatrix->lDim*sizeof(long… in DuplicateMatrix()
559 if (sourceMatrix->compressedIndex) { in DuplicateMatrix()
561 …)targetMatrix->compressedIndex,(void*)sourceMatrix->compressedIndex,sizeof(long) *(sourceMatrix->l… in DuplicateMatrix()
570 if (sourceMatrix->lDim) { in DuplicateMatrix()
571 if (sourceMatrix->is_polynomial()) in DuplicateMatrix()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/
H A DSkSLMetalCodeGenerator.h200 void assembleMatrixFromMatrix(const Type& sourceMatrix, int rows, int columns);
H A DSkSLMetalCodeGenerator.cpp414 void MetalCodeGenerator::assembleMatrixFromMatrix(const Type& sourceMatrix, int rows, int columns) { in assembleMatrixFromMatrix() argument
425 if (c < sourceMatrix.columns()) { in assembleMatrixFromMatrix()
426 swizzleLength = std::min<>(rows, sourceMatrix.rows()); in assembleMatrixFromMatrix()
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-qt-surface.cpp1204 QMatrix sourceMatrix = _qmatrix_from_cairo_matrix (source->matrix); in _cairo_qt_fast_fill() local
1240 qs->p->setWorldMatrix (sourceMatrix.inverted(), true); in _cairo_qt_fast_fill()
1253 QPointF origin = sourceMatrix.map(QPointF(0.0, 0.0)); in _cairo_qt_fast_fill()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-qt-surface.cpp1204 QMatrix sourceMatrix = _qmatrix_from_cairo_matrix (source->matrix); in _cairo_qt_fast_fill() local
1240 qs->p->setWorldMatrix (sourceMatrix.inverted(), true); in _cairo_qt_fast_fill()
1253 QPointF origin = sourceMatrix.map(QPointF(0.0, 0.0)); in _cairo_qt_fast_fill()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-qt-surface.cpp1204 QMatrix sourceMatrix = _qmatrix_from_cairo_matrix (source->matrix); in _cairo_qt_fast_fill() local
1240 qs->p->setWorldMatrix (sourceMatrix.inverted(), true); in _cairo_qt_fast_fill()
1253 QPointF origin = sourceMatrix.map(QPointF(0.0, 0.0)); in _cairo_qt_fast_fill()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-qt-surface.cpp1147 QMatrix sourceMatrix = _qmatrix_from_cairo_matrix (source->matrix); in _cairo_qt_fast_fill() local
1183 qs->p->setWorldMatrix (sourceMatrix.inverted(), true); in _cairo_qt_fast_fill()
1196 QPointF origin = sourceMatrix.map(QPointF(0.0, 0.0)); in _cairo_qt_fast_fill()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-qt-surface.cpp1147 QMatrix sourceMatrix = _qmatrix_from_cairo_matrix (source->matrix); in _cairo_qt_fast_fill() local
1183 qs->p->setWorldMatrix (sourceMatrix.inverted(), true); in _cairo_qt_fast_fill()
1196 QPointF origin = sourceMatrix.map(QPointF(0.0, 0.0)); in _cairo_qt_fast_fill()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-qt-surface.cpp1204 QMatrix sourceMatrix = _qmatrix_from_cairo_matrix (source->matrix); in _cairo_qt_fast_fill() local
1240 qs->p->setWorldMatrix (sourceMatrix.inverted(), true); in _cairo_qt_fast_fill()
1253 QPointF origin = sourceMatrix.map(QPointF(0.0, 0.0)); in _cairo_qt_fast_fill()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-qt-surface.cpp1147 QMatrix sourceMatrix = _qmatrix_from_cairo_matrix (source->matrix); in _cairo_qt_fast_fill() local
1183 qs->p->setWorldMatrix (sourceMatrix.inverted(), true); in _cairo_qt_fast_fill()
1196 QPointF origin = sourceMatrix.map(QPointF(0.0, 0.0)); in _cairo_qt_fast_fill()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-qt-surface.cpp1159 QMatrix sourceMatrix = _qmatrix_from_cairo_matrix (source->matrix); in _cairo_qt_fast_fill() local
1195 qs->p->setWorldMatrix (sourceMatrix.inverted(), true); in _cairo_qt_fast_fill()
1208 QPointF origin = sourceMatrix.map(QPointF(0.0, 0.0)); in _cairo_qt_fast_fill()