Home
last modified time | relevance | path

Searched defs:numCols (Results 1 – 25 of 68) sorted by relevance

123

/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/util/
DUnifiedDistanceMatrix.java85 final int numCols = map.getNumberOfColumns(); in individualDistances() local
185 final int numCols = map.getNumberOfColumns(); in averageDistances() local
/external/sonic/
Dmain.c20 int numRows, int numCols) { in runSonic()
121 int numRows = 0, numCols = 0; in main() local
Dspectrogram.c140 sonicBitmap sonicCreateBitmap(unsigned char* data, int numRows, int numCols) { in sonicCreateBitmap()
284 static void addBitmapCol(unsigned char* data, int col, int numCols, int numRows, in addBitmapCol()
316 int numRows, int numCols) { in sonicConvertSpectrogramToBitmap()
Dsonic.h251 int numCols; member
/external/cronet/tot/third_party/icu/source/common/
Drbbitblb.cpp1140 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplCharClassFrom() local
1187 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplicateState() local
1226 int32_t numCols = firstRow->length(); in findDuplicateSafeState() local
1257 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in removeState() local
1284 int32_t numCols = sd->length(); in removeSafeState() local
1324 int32_t numCols; in getTableSize() local
1546 int32_t numCols; in getSafeTableSize() local
/external/icu/icu4c/source/common/
Drbbitblb.cpp1143 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplCharClassFrom() local
1190 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplicateState() local
1229 int32_t numCols = firstRow->length(); in findDuplicateSafeState() local
1260 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in removeState() local
1287 int32_t numCols = sd->length(); in removeSafeState() local
1327 int32_t numCols; in getTableSize() local
1549 int32_t numCols; in getSafeTableSize() local
/external/cronet/stable/third_party/icu/source/common/
Drbbitblb.cpp1140 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplCharClassFrom() local
1187 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplicateState() local
1226 int32_t numCols = firstRow->length(); in findDuplicateSafeState() local
1257 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in removeState() local
1284 int32_t numCols = sd->length(); in removeSafeState() local
1324 int32_t numCols; in getTableSize() local
1546 int32_t numCols; in getSafeTableSize() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/fitting/
DMultivariateNormalMixtureExpectationMaximization.java150 final int numCols = data[0].length; in fit() local
317 final int numCols = data[0].length; in estimate() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/
DMapUtils.java163 final int numCols = map.getNumberOfColumns(); in computeU() local
214 final int numCols = map.getNumberOfColumns(); in computeHitHistogram() local
/external/skia/gm/
Dsharedcorners.cpp43 constexpr int numCols = (1 + std::size(kJitters)) * 2; in getISize() local
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp326 const int numCols = 4; in init() local
395 const int numCols = 4; in init() local
/external/eigen/Eigen/src/plugins/
DBlockMethods.h948 middleCols(Index startCol, NColsType numCols) in middleCols()
962 middleCols(Index startCol, NColsType numCols) const in middleCols()
/external/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp108 auto numCols = rhs.componentCount; in EmitOuterProduct() local
125 auto numCols = type.definition.word(3); in EmitTranspose() local
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py99 def combineMat(numCols, numRows, comps): argument
/external/deqp/framework/opengl/
DgluShaderUtil.cpp980 DataType getDataTypeMatrix(int numCols, int numRows) in getDataTypeMatrix()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/
DNeuronSquareMesh2D.java166 int numCols, in NeuronSquareMesh2D()
/external/angle/src/compiler/translator/tree_ops/msl/
DConvertUnsupportedConstructorsToFunctionCalls.cpp128 const uint8_t numCols = type.getNominalSize(); in AppendMatrixFromScalarArgument() local
/external/angle/src/common/
Dmatrix_utils.h87 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix()
/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp428 int numCols = getDataTypeMatrixNumColumns(dataType); in execute() local
1035 int numCols = getDataTypeMatrixNumColumns(dataType); in dumpValues() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java886 int numCols = fRB.fSetBuilder.getNumCharCategories(); in findDuplCharClassFrom() local
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DRBBITableBuilder.java885 int numCols = fRB.fSetBuilder.getNumCharCategories(); in findDuplCharClassFrom() local
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py102 def combineMat(numCols, numRows, comps): argument
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp856 const int numCols = dst.getWidth() >= 7 ? 7 : dst.getWidth(); in fillWithRandomColorTiles() local
889 const int numCols = dst.getWidth(); in fillWithUniqueColors() local
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/
Darm_math.h1372 uint16_t numCols; /**< number of columns of the matrix. */ member
1383 uint16_t numCols; /**< number of columns of the matrix. */ member
1393 uint16_t numCols; /**< number of columns of the matrix. */ member
1403 uint16_t numCols; /**< number of columns of the matrix. */ member
1854 uint16_t numCols; /**< number of columns in the data table. */ member
1864 uint16_t numCols; /**< number of columns in the data table. */ member
1874 uint16_t numCols; /**< number of columns in the data table. */ member
1884 uint16_t numCols; /**< number of columns in the data table. */ member
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/
Darm_math.h1372 uint16_t numCols; /**< number of columns of the matrix. */ member
1383 uint16_t numCols; /**< number of columns of the matrix. */ member
1393 uint16_t numCols; /**< number of columns of the matrix. */ member
1403 uint16_t numCols; /**< number of columns of the matrix. */ member
1854 uint16_t numCols; /**< number of columns in the data table. */ member
1864 uint16_t numCols; /**< number of columns in the data table. */ member
1874 uint16_t numCols; /**< number of columns in the data table. */ member
1884 uint16_t numCols; /**< number of columns in the data table. */ member

123