Lines Matching +full:- +full:g
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
67 for(unsigned int row=0;row<(M)->numRows;row++) \
73 PROW_f16((M)->pData + row * (M)->numCols, (M)->numCols);\
100 for(unsigned int row=0;row<(M)->numRows;row++) \
106 PROW_f32((M)->pData + row * (M)->numCols, (M)->numCols);\
113 printf("{%.20g",(double)(S)[0]); \
116 printf(",%.20g",(double)(S)[i]);\
131 for(unsigned int row=0;row<(M)->numRows;row++) \
137 PROW_f64((M)->pData + row * (M)->numCols, (M)->numCols);\