Home
last modified time | relevance | path

Searched defs:numRows (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dmatrix_functions.h117 uint16_t numRows; /**< number of rows of the matrix. */ member
127 uint16_t numRows; /**< number of rows of the matrix. */ member
137 uint16_t numRows; /**< number of rows of the matrix. */ member
147 uint16_t numRows; /**< number of rows of the matrix. */ member
157 uint16_t numRows; /**< number of rows of the matrix. */ member
Dinterpolation_functions.h66 uint16_t numRows; /**< number of rows in the data table. */ member
76 uint16_t numRows; /**< number of rows in the data table. */ member
86 uint16_t numRows; /**< number of rows in the data table. */ member
96 uint16_t numRows; /**< number of rows in the data table. */ member
Dmatrix_functions_f16.h49 uint16_t numRows; /**< number of rows of the matrix. */ member
Dinterpolation_functions_f16.h56 uint16_t numRows;/**< number of rows in the data table. */ member
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DVariablePacker.cpp134 void VariablePacker::fillColumns(int topRow, int numRows, int column, int numComponentsPerRow) in fillColumns()
145 bool VariablePacker::searchColumn(int column, int numRows, int *destRow, int *destSize) in searchColumn()
280 int numRows = GetVariablePackingRows(variable); in checkExpandedVariablesWithinPackingLimits() local
305 int numRows = GetVariablePackingRows(variable); in checkExpandedVariablesWithinPackingLimits() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVariablePacker.cpp134 void VariablePacker::fillColumns(int topRow, int numRows, int column, int numComponentsPerRow) in fillColumns()
145 bool VariablePacker::searchColumn(int column, int numRows, int *destRow, int *destSize) in searchColumn()
280 int numRows = GetVariablePackingRows(variable); in checkExpandedVariablesWithinPackingLimits() local
305 int numRows = GetVariablePackingRows(variable); in checkExpandedVariablesWithinPackingLimits() local
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_inverse_f32.c83 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ in arm_mat_inverse_f32() local
580 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ in arm_mat_inverse_f32() local
984 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ local
Darm_mat_vec_mult_f16.c60 uint32_t numRows = pSrcMat->numRows; in arm_mat_vec_mult_f16() local
287 uint32_t numRows = pSrcMat->numRows; in arm_mat_vec_mult_f16() local
Darm_mat_vec_mult_f32.c64 uint32_t numRows = pSrcMat->numRows; in arm_mat_vec_mult_f32() local
292 uint32_t numRows = pSrcMat->numRows; in arm_mat_vec_mult_f32() local
Darm_mat_vec_mult_q31.c57 uint32_t numRows = pSrcMat->numRows; in arm_mat_vec_mult_q31() local
268 uint32_t numRows = pSrcMat->numRows; in arm_mat_vec_mult_q31() local
Darm_mat_inverse_f16.c65 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ in arm_mat_inverse_f16() local
562 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ in arm_mat_inverse_f16() local
Darm_mat_vec_mult_q15.c60 uint32_t numRows = pSrcMat->numRows; in arm_mat_vec_mult_q15() local
271 uint32_t numRows = pSrcMat->numRows; in arm_mat_vec_mult_q15() local
Darm_mat_vec_mult_q7.c60 uint32_t numRows = pSrcMat->numRows; in arm_mat_vec_mult_q7() local
281 uint32_t numRows = pSrcMat->numRows; in arm_mat_vec_mult_q7() local
Darm_mat_inverse_f64.c60 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ local
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DPolyphaseResampler.cpp31 int32_t numRows = mDenominator; in PolyphaseResampler() local
DMultiChannelResampler.cpp130 int32_t numRows, in generateCoefficients()
/third_party/flutter/skia/src/codec/
DSkSampler.cpp22 const int numRows = info.height(); in Fill() local
/third_party/skia/src/codec/
DSkSampler.cpp22 const int numRows = info.height(); in Fill() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp286 const int numRows = 20; in init() local
314 const int numRows = 4; in init() local
381 const int numRows = 4; in init() local
423 const int numRows = 3*7; in init() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp87 auto numRows = getType(type.definition.word(2)).definition.word(3); in EmitMatrixTimesMatrix() local
113 auto numRows = lhs.componentCount; in EmitOuterProduct() local
134 auto numRows = getType(type.definition.word(2)).componentCount; in EmitTranspose() local
/third_party/flutter/skia/gm/
Dsharedcorners.cpp44 constexpr int numRows = 3 * 2; in onISize() local
Dyuvtorgbeffect.cpp65 int numRows = kLastEnum_SkYUVColorSpace + 1; in onISize() local
176 int numRows = kLastEnum_SkYUVColorSpace + 1; in onISize() local
/third_party/skia/gm/
Dsharedcorners.cpp44 constexpr int numRows = 3 * 2; in onISize() local
/third_party/flutter/skia/src/images/
DSkImageEncoder.cpp78 bool SkEncoder::encodeRows(int numRows) { in encodeRows()
/third_party/skia/src/images/
DSkImageEncoder.cpp86 bool SkEncoder::encodeRows(int numRows) { in encodeRows()

12345