/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | rbbitblb.cpp | 1140 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
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | rbbitblb.cpp | 1143 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
|
/aosp_15_r20/external/sonic/ |
H A D | spectrogram.c | 140 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()
|
H A D | main.c | 20 int numRows, int numCols) { in runSonic() 121 int numRows = 0, numCols = 0; in main() local
|
H A D | sonic.h | 251 int numCols; member
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/util/ |
H A D | UnifiedDistanceMatrix.java | 85 final int numCols = map.getNumberOfColumns(); in individualDistances() local 185 final int numCols = map.getNumberOfColumns(); in averageDistances() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/fitting/ |
H A D | MultivariateNormalMixtureExpectationMaximization.java | 150 final int numCols = data[0].length; in fit() local 317 final int numCols = data[0].length; in estimate() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/ |
H A D | MapUtils.java | 163 final int numCols = map.getNumberOfColumns(); in computeU() local 214 final int numCols = map.getNumberOfColumns(); in computeHitHistogram() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fPrimitiveRestartTests.cpp | 326 const int numCols = 4; in init() local 395 const int numCols = 4; in init() local
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/ |
H A D | arm_math.h | 1372 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
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/ |
H A D | arm_math.h | 1372 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
|
/aosp_15_r20/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | arm_math.h | 1434 uint16_t numCols; /**< number of columns of the matrix. */ member 1446 uint16_t numCols; /**< number of columns of the matrix. */ member 1457 uint16_t numCols; /**< number of columns of the matrix. */ member 1469 uint16_t numCols; /**< number of columns of the matrix. */ member 1936 uint16_t numCols; /**< number of columns in the data table. */ member 1947 uint16_t numCols; /**< number of columns in the data table. */ member 1958 uint16_t numCols; /**< number of columns in the data table. */ member 1969 uint16_t numCols; /**< number of columns in the data table. */ member
|
/aosp_15_r20/external/eigen/Eigen/src/plugins/ |
H A D | BlockMethods.h | 948 middleCols(Index startCol, NColsType numCols) in middleCols() 962 middleCols(Index startCol, NColsType numCols) const in middleCols()
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderArithmetic.cpp | 108 auto numCols = rhs.componentCount; in EmitOuterProduct() local 125 auto numCols = type.definition.word(3); in EmitTranspose() local
|
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/ |
D | UserPickerItemSpacingDecoration.java | 31 UserPickerItemSpacingDecoration(int verticalSpacing, int horizontalSpacing, int numCols) { in UserPickerItemSpacingDecoration()
|
D | UserPickerActivity.java | 215 int numCols = getResources().getInteger(R.integer.user_fullscreen_switcher_num_col); in initRecyclerView() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 1063 const int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateImmMatrixSrc() local 1096 const int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateImmMatrixSrc() local 1450 int numCols = glu::getDataTypeMatrixNumColumns(basicType); in generateWriteSrc() local 1630 const int numCols = glu::getDataTypeMatrixNumColumns(dstEntry.type); in copyBufferVarData() local 1854 const int numCols = glu::getDataTypeMatrixNumColumns(resEntry.type); in compareBufferVarData() local
|
/aosp_15_r20/external/deqp/modules/gles31/scripts/ |
H A D | genutil.py | 741 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
|
/aosp_15_r20/external/deqp/modules/gles3/scripts/ |
H A D | genutil.py | 739 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
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 428 int numCols = getDataTypeMatrixNumColumns(dataType); in execute() local 1035 int numCols = getDataTypeMatrixNumColumns(dataType); in dumpValues() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | sharedcorners.cpp | 43 constexpr int numCols = (1 + std::size(kJitters)) * 2; in getISize() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemUtils.cpp | 862 const int numCols = dst.getWidth() >= 7 ? 7 : dst.getWidth(); in fillWithRandomColorTiles() local 895 const int numCols = dst.getWidth(); in fillWithUniqueColors() local
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/util/ |
D | CaptureDataSerializer.java | 190 int numCols = lensShading.getColumnCount(); in toString() local
|
/aosp_15_r20/external/deqp/modules/gles2/scripts/ |
H A D | genutil.py | 596 def __init__ (self, numCols, numRows, scalars): argument 603 def identity (numCols, numRows): argument 620 def toMatrix (self, numCols, numRows): argument
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluShaderUtil.cpp | 978 DataType getDataTypeMatrix(int numCols, int numRows) in getDataTypeMatrix()
|