Home
last modified time | relevance | path

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

123

/third_party/node/deps/icu-small/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
/third_party/icu/icu4c/source/common/
Drbbitblb.cpp1155 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplCharClassFrom() local
1202 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplicateState() local
1241 int32_t numCols = firstRow->length(); in findDuplicateSafeState() local
1272 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in removeState() local
1299 int32_t numCols = sd->length(); in removeSafeState() local
1339 int32_t numCols; in getTableSize() local
1561 int32_t numCols; in getSafeTableSize() local
/third_party/skia/third_party/externals/icu/source/common/
Drbbitblb.cpp1149 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplCharClassFrom() local
1196 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in findDuplicateState() local
1235 int32_t numCols = firstRow->length(); in findDuplicateSafeState() local
1266 int32_t numCols = fRB->fSetBuilder->getNumCharCategories(); in removeState() local
1293 int32_t numCols = sd->length(); in removeSafeState() local
1333 int32_t numCols; in getTableSize() local
1546 int32_t numCols; in getSafeTableSize() local
/third_party/skia/gm/
Dsharedcorners.cpp45 constexpr int numCols = (1 + SK_ARRAY_COUNT(kJitters)) * 2; in onISize() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DDataDisplayTable.java21 private int numCols; field in DataDisplayTable
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp114 auto numCols = rhs.componentCount; in EmitOuterProduct() local
133 auto numCols = type.definition.word(3); in EmitTranspose() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp315 const int numCols = 4; in init() local
382 const int numCols = 4; in init() local
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.cpp1043 DataType getDataTypeMatrix (int numCols, int numRows) in getDataTypeMatrix()
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgen-conversions.py99 def combineMat(numCols, numRows, comps): argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DConvertUnsupportedConstructorsToFunctionCalls.cpp127 const int numCols = type.getNominalSize(); in AppendMatrixFromScalarArgument() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp428 int numCols = getDataTypeMatrixNumColumns(dataType); in execute() local
1035 int numCols = getDataTypeMatrixNumColumns(dataType); in dumpValues() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java903 int numCols = fRB.fSetBuilder.getNumCharCategories(); in findDuplCharClassFrom() local
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgen-conversions.py102 def combineMat(numCols, numRows, comps): argument
Dgenutil.py739 def __init__ (self, numCols, numRows, scalars): argument
746 def fromScalar (numCols, numRows, scalar): argument
754 def identity (numCols, numRows): argument
767 def toMatrix (self, numCols, numRows): argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBITableBuilder.java898 int numCols = fRB.fSetBuilder.getNumCharCategories(); in findDuplCharClassFrom() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemUtils.cpp939 const int numCols = dst.getWidth() >= 7 ? 7 : dst.getWidth(); in fillWithRandomColorTiles() local
972 const int numCols = dst.getWidth(); in fillWithUniqueColors() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp939 const int numCols = dst.getWidth() >= 7 ? 7 : dst.getWidth(); in fillWithRandomColorTiles() local
972 const int numCols = dst.getWidth(); in fillWithUniqueColors() local
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp1273 int numCols = children[1]->getAsConstantUnion()->getType().computeNumComponents(); in fold() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp142 const int numCols = deCeilFloatToInt32(deFloatSqrt(static_cast<float>(numScissors))); in generateScissors() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp142 const int numCols = deCeilFloatToInt32(deFloatSqrt(static_cast<float>(numScissors))); in generateScissors() local
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py741 def __init__ (self, numCols, numRows, scalars): argument
748 def fromScalar (numCols, numRows, scalar): argument
756 def identity (numCols, numRows): argument
769 def toMatrix (self, numCols, numRows): argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1019 const int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateImmMatrixSrc() local
1057 const int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateImmMatrixSrc() local
1368 int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateWriteSrc() local
1537 const int numCols = glu::getDataTypeMatrixNumColumns(dstEntry.type); in copyBufferVarData() local
1748 const int numCols = glu::getDataTypeMatrixNumColumns(resEntry.type); in compareBufferVarData() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1019 const int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateImmMatrixSrc() local
1057 const int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateImmMatrixSrc() local
1368 int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateWriteSrc() local
1537 const int numCols = glu::getDataTypeMatrixNumColumns(dstEntry.type); in copyBufferVarData() local
1748 const int numCols = glu::getDataTypeMatrixNumColumns(resEntry.type); in compareBufferVarData() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationPrimitiveDiscardTests.cpp118 const int numCols = intPow(numChoices, 6/2); // sqrt(numChoices**6) == sqrt(number of primitives) in genAttributes() local

123