Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dmatrix_functions.h117 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
Dinterpolation_functions.h66 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
Dmatrix_functions_f16.h49 uint16_t numRows; /**< number of rows of the matrix. */ member
Dinterpolation_functions_f16.h56 uint16_t numRows;/**< number of rows in the data table. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_inverse_f32.c83 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
Darm_mat_inverse_f16.c65 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
Darm_mat_vec_mult_f16.c60 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
Darm_mat_vec_mult_f32.c64 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
Darm_mat_vec_mult_q15.c60 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
Darm_mat_vec_mult_q31.c57 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
Darm_mat_vec_mult_q7.c60 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
Darm_mat_inverse_f64.c60 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ local
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Include/
Darm_math.h1520 uint16_t numRows; /**< number of rows of the matrix. */ member
1531 uint16_t numRows; /**< number of rows of the matrix. */ member
1541 uint16_t numRows; /**< number of rows of the matrix. */ member
1551 uint16_t numRows; /**< number of rows of the matrix. */ member
1978 uint16_t numRows; /**< number of rows in the data table. */ member
1988 uint16_t numRows; /**< number of rows in the data table. */ member
1998 uint16_t numRows; /**< number of rows in the data table. */ member
2008 uint16_t numRows; /**< number of rows in the data table. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/SVMFunctions/
Darm_svm_linear_predict_f16.c61 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_linear_predict_f16() local
Darm_svm_polynomial_predict_f16.c63 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_polynomial_predict_f16() local
Darm_svm_sigmoid_predict_f16.c63 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_sigmoid_predict_f16() local
Darm_svm_rbf_predict_f16.c63 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_rbf_predict_f16() local
Darm_svm_linear_predict_f32.c58 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_linear_predict_f32() local
Darm_svm_sigmoid_predict_f32.c60 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_sigmoid_predict_f32() local
Darm_svm_polynomial_predict_f32.c63 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_polynomial_predict_f32() local
Darm_svm_rbf_predict_f32.c60 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_rbf_predict_f32() local