Lines Matching +full:- +full:m
6 * Target Processor: Cortex-M and Cortex-A cores
9 * Copyright (c) 2010-2020 Arm Limited or its affiliates. All rights reserved.
11 * SPDX-License-Identifier: Apache-2.0
17 * www.apache.org/licenses/LICENSE-2.0
64 #define PM_f16(S,M) \ argument
67 for(unsigned int row=0;row<(M)->numRows;row++) \
73 PROW_f16((M)->pData + row * (M)->numCols, (M)->numCols);\
97 #define PM_f32(S,M) \ argument
100 for(unsigned int row=0;row<(M)->numRows;row++) \
106 PROW_f32((M)->pData + row * (M)->numCols, (M)->numCols);\
128 #define PM_f64(S,M) \ argument
131 for(unsigned int row=0;row<(M)->numRows;row++) \
137 PROW_f64((M)->pData + row * (M)->numCols, (M)->numCols);\