Home
last modified time | relevance | path

Searched refs:matrixX (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/datamatrix/
H A DDMWriter.cpp49 int matrixX; in EncodeLowLevel() local
51 matrixX = 0; in EncodeLowLevel()
54 matrixX++; in EncodeLowLevel()
58 matrixX = 0; in EncodeLowLevel()
62 matrix.set(matrixX, matrixY, true); in EncodeLowLevel()
63 matrixX++; in EncodeLowLevel()
66 matrixX++; in EncodeLowLevel()
70 matrixX++; in EncodeLowLevel()
76 matrixX = 0; in EncodeLowLevel()
78 matrix.set(matrixX, matrixY, true); in EncodeLowLevel()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/datamatrix/
H A DBC_DataMatrixWriter.cpp64 int32_t matrixX; in encodeLowLevel() local
66 matrixX = 0; in encodeLowLevel()
69 matrixX++; in encodeLowLevel()
73 matrixX = 0; in encodeLowLevel()
76 matrix->Set(matrixX, matrixY, true); in encodeLowLevel()
77 matrixX++; in encodeLowLevel()
80 matrixX++; in encodeLowLevel()
83 matrixX++; in encodeLowLevel()
88 matrixX = 0; in encodeLowLevel()
90 matrix->Set(matrixX, matrixY, true); in encodeLowLevel()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/datamatrix/
H A DBC_DataMatrixWriter.cpp63 int32_t matrixX; in encodeLowLevel() local
65 matrixX = 0; in encodeLowLevel()
68 matrixX++; in encodeLowLevel()
72 matrixX = 0; in encodeLowLevel()
75 matrix->Set(matrixX, matrixY, true); in encodeLowLevel()
76 matrixX++; in encodeLowLevel()
79 matrixX++; in encodeLowLevel()
82 matrixX++; in encodeLowLevel()
87 matrixX = 0; in encodeLowLevel()
89 matrix->Set(matrixX, matrixY, true); in encodeLowLevel()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_DataMatrixWriter.cpp102 int32_t matrixX; in encodeLowLevel() local
104 matrixX = 0; in encodeLowLevel()
107 matrixX++; in encodeLowLevel()
111 matrixX = 0; in encodeLowLevel()
114 matrix->Set(matrixX, matrixY, TRUE); in encodeLowLevel()
115 matrixX++; in encodeLowLevel()
118 matrixX++; in encodeLowLevel()
121 matrixX++; in encodeLowLevel()
126 matrixX = 0; in encodeLowLevel()
128 matrix->Set(matrixX, matrixY, TRUE); in encodeLowLevel()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/test/LinearAlgebra/
H A DLyapunovSolverTests.cpp20 auto X = solver.matrixX().real(); in TEST()
49 auto& X = solver.matrixX(); in TEST()
76 auto& X = solver.matrixX(); in TEST()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/filters/
H A DConvolutionFilter.as62 * matrixX="0"
81 … * @param matrixX The <i>x</i> dimension of the matrix (the number of columns in the matrix). The
86 * items in the array must equal <code>matrixX ~~ matrixY</code>.
108 public function ConvolutionFilter(matrixX:Number = 0, matrixY:Number = 0,
117 this.matrixX = matrixX;
324 // matrixX
338 public function get matrixX():Number property in spark.filters.ConvolutionFilter
343 public function set matrixX(value:Number):void property in spark.filters.ConvolutionFilter
428 return new flash.filters.ConvolutionFilter(matrixX, matrixY, matrix, divisor,
/dports/math/py-theano/Theano-1.0.5/theano/tensor/c_code/
H A Dalt_blas_template.c287 PyObject* matrixX = alt_op_%(float_type)s(1, x, 1, size_x, *incx, 0); variable
289 if (matrixA == NULL || matrixX == NULL || matrixY == NULL)
297 PyArray_MatrixProduct2(matrixA, matrixX, (PyArrayObject*)matrixY);
303 PyObject* tempAX = PyArray_MatrixProduct(matrixA, matrixX);
314 PyObject* tempAX = PyArray_MatrixProduct(matrixA, matrixX);
323 Py_XDECREF(matrixX);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/GE/src/
H A DitkGEAdwImageIO.cxx42 short matrixX; in CanReadFile() local
64 if ( this->GetShortAt(f, GE_ADW_IM_IMATRIX_X, &matrixX, false) != 0 ) in CanReadFile()
82 imageSize = varHdrSize + GE_ADW_FIXED_HDR_LENGTH + ( matrixX * matrixY * sizeof( short ) ); in CanReadFile()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/Siemens/src/
H A DitkSiemensVisionImageIO.cxx53 int matrixX; in CanReadFile() local
57 if ( this->GetIntAt(f, HDR_DISPLAY_SIZE, &matrixX, false) != 0 ) in CanReadFile()
62 if ( ( HDR_TOTAL_LENGTH + ( matrixX * matrixX * 2 ) ) != in CanReadFile()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/tests/protocall/
H A Dmatrixserialization.cpp74 TEST(MatrixSerializationTest, matrixX) in TEST() argument
/dports/science/avogadrolibs/avogadrolibs-1.94.0/tests/protocall/
H A Dmatrixserialization.cpp74 TEST(MatrixSerializationTest, matrixX) in TEST() argument
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DFilters.h166 ConvolutionFilter(std::uint8_t matrixX, std::uint8_t matrixY, in ConvolutionFilter() argument
171 _matrixX(matrixX), in ConvolutionFilter()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Modeling/LinearAlgebra/
H A DLyapunovSolver.h62 ComplexMatrixType const& matrixX() const{return X;}; in matrixX() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Approximation/src/GaussianProcesses/
H A DMaternKernel.cpp132 … = muq::Modeling::LyapunovSolver<double>().compute(F->GetMatrix().transpose(), Q).matrixX().real(); in GetStateSpace()
/dports/math/yacas/yacas-1.9.1/scripts/linalg.rep/
H A Dcode.ys1054 …matrixI,matrixX,matrixM,matrixL,matrixD,matrixU,matrixJ,matrixLL,matrixM1,matrixB,matrixInvM,matri…
1061 matrixX:=matrixJ*(matrixI-matrixP)*matrixJ; // PrettyForm(matrixX);
1063 …{matrixM,matrixL,matrixD,matrixU} := PLDU(matrixX); // PrettyForm(matrixM*matrixX); PrettyForm(…
/dports/science/siconos/siconos-4.4.0/docs/sphinx/users_guide/
H A Dsiconos_algebra.rst59 …identify the type of storage while only one pointer among NumericsMatrix.matrixX, X = storageType …
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSimplexOther.cpp9750 CoinPackedMatrix matrixX; local
9769 matrixX.reserve(numberColumns_, lastElement + 2 * numberElementsOriginal);
9770 int *rowX = matrixX.getMutableIndices();
9771 CoinBigIndex *columnStartX = matrixX.getMutableVectorStarts();
9772 int *columnLengthX = matrixX.getMutableVectorLengths();
9773 double *elementX = matrixX.getMutableElements();
9812 matrixX.times(columnActivity_, rowActivity_);
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/internal/
H A Disomedia_dev.h719 u32 matrixX; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/internal/
H A Disomedia_dev.h719 u32 matrixX; member
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dbox_code_base.c4236 ptr->matrixX = gf_bs_read_u32(bs); in mvhd_Read()
4298 gf_bs_write_u32(bs, ptr->matrixX); in mvhd_Write()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/gpac/internal/
H A Disomedia_dev.h520 u32 matrixX; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/isomedia/
H A Dbox_code_base.c4475 ptr->matrixX = gf_bs_read_u32(bs); in mvhd_box_read()
4534 gf_bs_write_u32(bs, ptr->matrixX); in mvhd_box_write()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/isomedia/
H A Dbox_code_base.c4475 ptr->matrixX = gf_bs_read_u32(bs); in mvhd_box_read()
4534 gf_bs_write_u32(bs, ptr->matrixX); in mvhd_box_write()
/dports/graphics/swfmill/swfmill-0.3.6/src/
H A DgSWF.h2305 std::uint8_t matrixX; // byte