/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
D | matrix_functions.h | 117 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
|
D | interpolation_functions.h | 66 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
|
D | matrix_functions_f16.h | 49 uint16_t numRows; /**< number of rows of the matrix. */ member
|
D | interpolation_functions_f16.h | 56 uint16_t numRows;/**< number of rows in the data table. */ member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_inverse_f32.c | 83 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
|
D | arm_mat_inverse_f16.c | 65 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
|
D | arm_mat_vec_mult_f16.c | 60 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
|
D | arm_mat_vec_mult_f32.c | 64 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
|
D | arm_mat_vec_mult_q15.c | 60 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
|
D | arm_mat_vec_mult_q31.c | 57 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
|
D | arm_mat_vec_mult_q7.c | 60 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
|
D | arm_mat_inverse_f64.c | 60 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ local
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Include/ |
D | arm_math.h | 1520 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/ |
D | arm_svm_linear_predict_f16.c | 61 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_linear_predict_f16() local
|
D | arm_svm_polynomial_predict_f16.c | 63 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_polynomial_predict_f16() local
|
D | arm_svm_sigmoid_predict_f16.c | 63 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_sigmoid_predict_f16() local
|
D | arm_svm_rbf_predict_f16.c | 63 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_rbf_predict_f16() local
|
D | arm_svm_linear_predict_f32.c | 58 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_linear_predict_f32() local
|
D | arm_svm_sigmoid_predict_f32.c | 60 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_sigmoid_predict_f32() local
|
D | arm_svm_polynomial_predict_f32.c | 63 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_polynomial_predict_f32() local
|
D | arm_svm_rbf_predict_f32.c | 60 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_rbf_predict_f32() local
|