/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
D | matrix_functions.h | 118 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
|
D | interpolation_functions.h | 67 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
|
D | matrix_functions_f16.h | 50 uint16_t numCols; /**< number of columns of the matrix. */ member
|
D | interpolation_functions_f16.h | 57 uint16_t numCols;/**< number of columns in the data table. */ member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_inverse_f32.c | 84 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
|
D | arm_mat_inverse_f16.c | 66 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
|
D | arm_mat_vec_mult_f16.c | 61 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
|
D | arm_mat_vec_mult_f32.c | 65 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
|
D | arm_mat_vec_mult_q15.c | 61 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
|
D | arm_mat_vec_mult_q31.c | 58 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
|
D | arm_mat_vec_mult_q7.c | 61 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
|
D | arm_mat_inverse_f64.c | 61 uint32_t numCols = pSrc->numCols; /* Number of Cols in the matrix */ local
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Include/ |
D | arm_math.h | 1521 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/ |
D | arm_svm_linear_predict_f16.c | 62 uint32_t numCols = S->vectorDimension; in arm_svm_linear_predict_f16() local
|
D | arm_svm_polynomial_predict_f16.c | 64 uint32_t numCols = S->vectorDimension; in arm_svm_polynomial_predict_f16() local
|
D | arm_svm_sigmoid_predict_f16.c | 64 uint32_t numCols = S->vectorDimension; in arm_svm_sigmoid_predict_f16() local
|
D | arm_svm_rbf_predict_f16.c | 64 uint32_t numCols = S->vectorDimension; in arm_svm_rbf_predict_f16() local
|
D | arm_svm_linear_predict_f32.c | 59 uint32_t numCols = S->vectorDimension; in arm_svm_linear_predict_f32() local
|
D | arm_svm_sigmoid_predict_f32.c | 61 uint32_t numCols = S->vectorDimension; in arm_svm_sigmoid_predict_f32() local
|
D | arm_svm_polynomial_predict_f32.c | 64 uint32_t numCols = S->vectorDimension; in arm_svm_polynomial_predict_f32() local
|
D | arm_svm_rbf_predict_f32.c | 61 uint32_t numCols = S->vectorDimension; in arm_svm_rbf_predict_f32() local
|