Home
last modified time | relevance | path

Searched defs:numCols (Results 1 – 21 of 21) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dmatrix_functions.h118 uint16_t numCols; /**< number of columns of the matrix. */ member
128 uint16_t numCols; /**< number of columns of the matrix. */ member
138 uint16_t numCols; /**< number of columns of the matrix. */ member
148 uint16_t numCols; /**< number of columns of the matrix. */ member
158 uint16_t numCols; /**< number of columns of the matrix. */ member
Dinterpolation_functions.h67 uint16_t numCols; /**< number of columns in the data table. */ member
77 uint16_t numCols; /**< number of columns in the data table. */ member
87 uint16_t numCols; /**< number of columns in the data table. */ member
97 uint16_t numCols; /**< number of columns in the data table. */ member
Dmatrix_functions_f16.h50 uint16_t numCols; /**< number of columns of the matrix. */ member
Dinterpolation_functions_f16.h57 uint16_t numCols;/**< number of columns in the data table. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_inverse_f32.c84 uint32_t numCols = pSrc->numCols; /* Number of Cols in the matrix */ in arm_mat_inverse_f32() local
581 uint32_t numCols = pSrc->numCols; /* Number of Cols in the matrix */ in arm_mat_inverse_f32() local
985 uint32_t numCols = pSrc->numCols; /* Number of Cols in the matrix */ local
Darm_mat_inverse_f16.c66 uint32_t numCols = pSrc->numCols; /* Number of Cols in the matrix */ in arm_mat_inverse_f16() local
563 uint32_t numCols = pSrc->numCols; /* Number of Cols in the matrix */ in arm_mat_inverse_f16() local
Darm_mat_vec_mult_f16.c61 uint32_t numCols = pSrcMat->numCols; in arm_mat_vec_mult_f16() local
288 uint32_t numCols = pSrcMat->numCols; in arm_mat_vec_mult_f16() local
Darm_mat_vec_mult_f32.c65 uint32_t numCols = pSrcMat->numCols; in arm_mat_vec_mult_f32() local
293 uint32_t numCols = pSrcMat->numCols; in arm_mat_vec_mult_f32() local
Darm_mat_vec_mult_q15.c61 uint32_t numCols = pSrcMat->numCols; in arm_mat_vec_mult_q15() local
272 uint32_t numCols = pSrcMat->numCols; in arm_mat_vec_mult_q15() local
Darm_mat_vec_mult_q31.c58 uint32_t numCols = pSrcMat->numCols; in arm_mat_vec_mult_q31() local
269 uint32_t numCols = pSrcMat->numCols; in arm_mat_vec_mult_q31() local
Darm_mat_vec_mult_q7.c61 uint32_t numCols = pSrcMat->numCols; in arm_mat_vec_mult_q7() local
282 uint32_t numCols = pSrcMat->numCols; in arm_mat_vec_mult_q7() local
Darm_mat_inverse_f64.c61 uint32_t numCols = pSrc->numCols; /* Number of Cols in the matrix */ local
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Include/
Darm_math.h1521 uint16_t numCols; /**< number of columns of the matrix. */ member
1532 uint16_t numCols; /**< number of columns of the matrix. */ member
1542 uint16_t numCols; /**< number of columns of the matrix. */ member
1552 uint16_t numCols; /**< number of columns of the matrix. */ member
1979 uint16_t numCols; /**< number of columns in the data table. */ member
1989 uint16_t numCols; /**< number of columns in the data table. */ member
1999 uint16_t numCols; /**< number of columns in the data table. */ member
2009 uint16_t numCols; /**< number of columns in the data table. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/SVMFunctions/
Darm_svm_linear_predict_f16.c62 uint32_t numCols = S->vectorDimension; in arm_svm_linear_predict_f16() local
Darm_svm_polynomial_predict_f16.c64 uint32_t numCols = S->vectorDimension; in arm_svm_polynomial_predict_f16() local
Darm_svm_sigmoid_predict_f16.c64 uint32_t numCols = S->vectorDimension; in arm_svm_sigmoid_predict_f16() local
Darm_svm_rbf_predict_f16.c64 uint32_t numCols = S->vectorDimension; in arm_svm_rbf_predict_f16() local
Darm_svm_linear_predict_f32.c59 uint32_t numCols = S->vectorDimension; in arm_svm_linear_predict_f32() local
Darm_svm_sigmoid_predict_f32.c61 uint32_t numCols = S->vectorDimension; in arm_svm_sigmoid_predict_f32() local
Darm_svm_polynomial_predict_f32.c64 uint32_t numCols = S->vectorDimension; in arm_svm_polynomial_predict_f32() local
Darm_svm_rbf_predict_f32.c61 uint32_t numCols = S->vectorDimension; in arm_svm_rbf_predict_f32() local