| /third_party/cmsis/CMSIS/DSP/Include/dsp/ |
| D | matrix_functions.h | 117 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
|
| D | interpolation_functions.h | 66 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
|
| D | matrix_functions_f16.h | 49 uint16_t numRows; /**< number of rows of the matrix. */ member
|
| D | interpolation_functions_f16.h | 56 uint16_t numRows;/**< number of rows in the data table. */ member
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | VariablePacker.cpp | 134 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/ |
| D | VariablePacker.cpp | 134 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/ |
| D | arm_mat_inverse_f32.c | 83 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
|
| D | arm_mat_vec_mult_f16.c | 60 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
|
| D | arm_mat_vec_mult_f32.c | 64 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
|
| D | arm_mat_vec_mult_q31.c | 57 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
|
| D | arm_mat_inverse_f16.c | 65 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
|
| D | arm_mat_vec_mult_q15.c | 60 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
|
| D | arm_mat_vec_mult_q7.c | 60 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
|
| D | arm_mat_inverse_f64.c | 60 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ local
|
| /third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
| D | PolyphaseResampler.cpp | 31 int32_t numRows = mDenominator; in PolyphaseResampler() local
|
| D | MultiChannelResampler.cpp | 130 int32_t numRows, in generateCoefficients()
|
| /third_party/flutter/skia/src/codec/ |
| D | SkSampler.cpp | 22 const int numRows = info.height(); in Fill() local
|
| /third_party/skia/src/codec/ |
| D | SkSampler.cpp | 22 const int numRows = info.height(); in Fill() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fPrimitiveRestartTests.cpp | 286 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/ |
| D | SpirvShaderArithmetic.cpp | 87 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/ |
| D | sharedcorners.cpp | 44 constexpr int numRows = 3 * 2; in onISize() local
|
| D | yuvtorgbeffect.cpp | 65 int numRows = kLastEnum_SkYUVColorSpace + 1; in onISize() local 176 int numRows = kLastEnum_SkYUVColorSpace + 1; in onISize() local
|
| /third_party/skia/gm/ |
| D | sharedcorners.cpp | 44 constexpr int numRows = 3 * 2; in onISize() local
|
| /third_party/flutter/skia/src/images/ |
| D | SkImageEncoder.cpp | 78 bool SkEncoder::encodeRows(int numRows) { in encodeRows()
|
| /third_party/skia/src/images/ |
| D | SkImageEncoder.cpp | 86 bool SkEncoder::encodeRows(int numRows) { in encodeRows()
|