/cmsis-dsp-3.5.0/Include/dsp/ |
D | matrix_functions.h | 120 uint16_t numRows; /**< number of rows of the matrix. */ member 130 uint16_t numRows; /**< number of rows of the matrix. */ member 140 uint16_t numRows; /**< number of rows of the matrix. */ member 150 uint16_t numRows; /**< number of rows of the matrix. */ member 160 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 | 51 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
|
/cmsis-dsp-3.5.0/Source/MatrixFunctions/ |
D | arm_mat_inverse_f16.c | 62 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ in arm_mat_inverse_f16() local
|
D | arm_mat_inverse_f32.c | 95 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ in arm_mat_inverse_f32() local
|
D | arm_mat_inverse_f64.c | 60 uint32_t numRows = pSrc->numRows; /* Number of rows in the matrix */ in arm_mat_inverse_f64() 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
|
/cmsis-dsp-3.5.0/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_sigmoid_predict_f16.c | 63 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_sigmoid_predict_f16() local
|
D | arm_svm_polynomial_predict_f16.c | 86 uint32_t numRows = S->nbOfSupportVectors; in arm_svm_polynomial_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
|