/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/ |
D | matrix.c | 27 void f3x3matrixAeqI(float A[][3]) in f3x3matrixAeqI() 35 pAij = A[i]; in f3x3matrixAeqI() 41 A[i][i] = 1.0F; in f3x3matrixAeqI() 48 void f3x3matrixAeqB(float A[][3], float B[][3]) in f3x3matrixAeqB() 57 pAij = A[i]; in f3x3matrixAeqB() 69 void fmatrixAeqI(float *A[], int16 rc) in fmatrixAeqI() argument 78 pAij = A[i]; in fmatrixAeqI() 84 A[i][i] = 1.0F; in fmatrixAeqI() 91 void f3x3matrixAeqScalar(float A[][3], float Scalar) in f3x3matrixAeqScalar() 99 pAij = A[i]; in f3x3matrixAeqScalar() [all …]
|
D | matrix.h | 22 float A[][3] 26 float A[][3], 31 float *A[], ///< pointer to the matrix 36 float A[][3], 42 float A[][3], 47 float A[][3], 52 float A[][3] 56 float A[][3] 61 float A[][10], ///< real symmetric matrix A[0..n-1][0..n-1] 73 float A[][4], [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/PrivateInclude/ |
D | arm_vec_fft.h | 38 #define MVE_CMPLX_ADD_A_ixB(A, B) vcaddq_rot90(A,B) argument 39 #define MVE_CMPLX_SUB_A_ixB(A,B) vcaddq_rot270(A,B) argument 40 #define MVE_CMPLX_MULT_FLT_AxB(A,B) vcmlaq_rot90(vcmulq(A, B), A, B) argument 41 #define MVE_CMPLX_MULT_FLT_Conj_AxB(A,B) vcmlaq_rot270(vcmulq(A, B), A, B) argument 43 #define MVE_CMPLX_MULT_FX_AxB(A,B) vqdmladhxq(vqdmlsdhq((__typeof(A))vuninitializedq_s32()… argument 44 #define MVE_CMPLX_MULT_FX_AxConjB(A,B) vqdmladhq(vqdmlsdhxq((__typeof(A))vuninitializedq_s32()… argument 46 #define MVE_CMPLX_ADD_FX_A_ixB(A, B) vhcaddq_rot90(A,B) argument 47 #define MVE_CMPLX_SUB_FX_A_ixB(A,B) vhcaddq_rot270(A,B) argument
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/isi_qmc_dgc/project_template/cm4/ |
D | pin_mux.h | 37 #define BOARD_INITADCPINS_IA1_ADC1_A0_SIGNAL A /*!< Signal name… 43 #define BOARD_INITADCPINS_IA2_ADC1_A1_SIGNAL A /*!< Signal name… 49 #define BOARD_INITADCPINS_IA3_ADC1_A2_SIGNAL A /*!< Signal name… 55 #define BOARD_INITADCPINS_IC1_ADC12_A3_SIGNAL A /*!< Signal name… 61 #define BOARD_INITADCPINS_IC2_ADC12_A4_SIGNAL A /*!< Signal name… 67 #define BOARD_INITADCPINS_IC3_ADC12_A5_SIGNAL A /*!< Signal name… 109 #define BOARD_INITADCPINS_IB1_ADC2_A0_SIGNAL A /*!< Signal name… 115 #define BOARD_INITADCPINS_IB2_ADC2_A1_SIGNAL A /*!< Signal name… 121 #define BOARD_INITADCPINS_IB3_ADC2_A2_SIGNAL A /*!< Signal name… 127 #define BOARD_INITADCPINS_VDC3_ADC2_A6_LPUART1_TX_SIGNAL A /*!< Signal name… [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/isi_qmc_dgc/project_template/cm7/ |
D | pin_mux.h | 37 #define BOARD_INITADCPINS_IA1_ADC1_A0_SIGNAL A /*!< Signal name… 43 #define BOARD_INITADCPINS_IA2_ADC1_A1_SIGNAL A /*!< Signal name… 49 #define BOARD_INITADCPINS_IA3_ADC1_A2_SIGNAL A /*!< Signal name… 55 #define BOARD_INITADCPINS_IC2_ADC12_A4_SIGNAL A /*!< Signal name… 61 #define BOARD_INITADCPINS_IC3_ADC12_A5_SIGNAL A /*!< Signal name… 103 #define BOARD_INITADCPINS_IB1_ADC2_A0_SIGNAL A /*!< Signal name… 109 #define BOARD_INITADCPINS_IB2_ADC2_A1_SIGNAL A /*!< Signal name… 115 #define BOARD_INITADCPINS_IB3_ADC2_A2_SIGNAL A /*!< Signal name… 121 #define BOARD_INITADCPINS_IC1_ADC12_A3_SIGNAL A /*!< Signal name… 127 #define BOARD_INITADCPINS_VDC3_ADC2_A6_LPUART1_TX_SIGNAL A /*!< Signal name… [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_ldlt_f32.c | 39 #define SWAP_ROWS_F32(A,i,j) \ argument 48 tmpa=vldrwq_z_f32(&A[i*n + w],p0);\ 49 tmpb=vldrwq_z_f32(&A[j*n + w],p0);\ 51 vstrwq_p(&A[i*n + w], tmpb, p0); \ 52 vstrwq_p(&A[j*n + w], tmpa, p0); \ 59 #define SWAP_COLS_F32(A,i,j) \ argument 63 tmp = A[w*n + i]; \ 64 A[w*n + i] = A[w*n + j];\ 65 A[w*n + j] = tmp; \ 326 #define SWAP_ROWS_F32(A,i,j) \ argument [all …]
|
D | arm_mat_ldlt_f64.c | 35 #define SWAP_ROWS_F64(A,i,j) \ argument 39 tmp = A[i*n + w]; \ 40 A[i*n + w] = A[j*n + w];\ 41 A[j*n + w] = tmp; \ 44 #define SWAP_COLS_F64(A,i,j) \ argument 48 tmp = A[w*n + i]; \ 49 A[w*n + i] = A[w*n + j];\ 50 A[w*n + j] = tmp; \
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/cau3/ |
D | fsl_cau3.h | 712 uint8_t *A, 742 uint8_t *A, 769 const uint8_t *A, 797 const uint8_t *A, 824 const uint8_t *A, 857 const uint8_t *A, 891 const uint8_t *A, 923 const uint8_t *A, 947 const uint8_t *A, 972 const uint8_t *A, [all …]
|
D | fsl_cau3.c | 804 static status_t cau3_pkha_clear_regabne(CAU3_Type *base, bool A, bool B, bool N, bool E); 2357 static status_t cau3_pkha_clear_regabne(CAU3_Type *base, bool A, bool B, bool N, bool E) in cau3_pkha_clear_regabne() argument 2365 if (A) in cau3_pkha_clear_regabne() 2509 const uint8_t *A, in cau3_pkha_init_data() argument 2540 …(void)cau3_pkha_clear_regabne(base, (bool)(uintptr_t)A, (bool)(uintptr_t)B, (bool)(uintptr_t)N, (b… in cau3_pkha_init_data() 2556 if (A != NULL) in cau3_pkha_init_data() 2558 (void)cau3_pkha_write_reg(base, kCAU3_PKHA_RegA, 0, A, sizeA); in cau3_pkha_init_data() 2699 const uint8_t *A, in cau3_pkha_modmul() argument 2717 if (CAU3_PKHA_CompareBigNum(A, sizeA, N, sizeN) >= 0) in cau3_pkha_modmul() 2735 cau3_pkha_init_data(base, A, sizeA, B, sizeB, N, sizeN, NULL, 0); in cau3_pkha_modmul() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/SensorFusion/SensorFusion API Reference Manual/ |
D | magnetic_8c_a5f40de5d6a5452756e4408a6eefbb9dc_cgraph.map | 2 …nd eigenvectors of a real symmetric matrix A[0..n-1][0..n-1] stored in the top left of a 1… 3 …a29b0e760877a4f4d1daa66" title="function sets every entry in the 3x3 matrix A to a constant scalar… 4 …4c67c3cd94347fe34d02d96" title="function negates all elements of 3x3 matrix A " alt="" coords="229… 5 …5595541a20fd4ab7c351" title="function multiplies all elements of 3x3 matrix A by the specified sca… 6 …html#a54f510d9d257d6063412a9ed5adddd6f" title="function sets the 3x3 matrix A to the identity matr…
|
D | precisionAccelerometer_8c_a2670a39e8be35e9bad5a75d0ec8ca821_cgraph.map | 5 …8146dd27f9d608" title="function multiplies the 3x1 vector V by a 3x3 matrix A " alt="" coords="241… 9 …nd eigenvectors of a real symmetric matrix A[0..n-1][0..n-1] stored in the top left of a 1… 11 …4c67c3cd94347fe34d02d96" title="function negates all elements of 3x3 matrix A " alt="" coords="433… 13 …html#a54f510d9d257d6063412a9ed5adddd6f" title="function sets the 3x3 matrix A to the identity matr… 14 …a29b0e760877a4f4d1daa66" title="function sets every entry in the 3x3 matrix A to a constant scalar… 15 …function uses Gauss-Jordan elimination to compute the inverse of matrix A in situ on exit..." … 16 …_8c.html#a744a51154ab26c7fcd0a020e98e038df" title="function sets the matrix A to the identity matr…
|
D | precisionAccelerometer_8h_a2670a39e8be35e9bad5a75d0ec8ca821_cgraph.map | 5 …8146dd27f9d608" title="function multiplies the 3x1 vector V by a 3x3 matrix A " alt="" coords="241… 9 …nd eigenvectors of a real symmetric matrix A[0..n-1][0..n-1] stored in the top left of a 1… 11 …4c67c3cd94347fe34d02d96" title="function negates all elements of 3x3 matrix A " alt="" coords="433… 13 …html#a54f510d9d257d6063412a9ed5adddd6f" title="function sets the 3x3 matrix A to the identity matr… 14 …a29b0e760877a4f4d1daa66" title="function sets every entry in the 3x3 matrix A to a constant scalar… 15 …function uses Gauss-Jordan elimination to compute the inverse of matrix A in situ on exit..." … 16 …_8c.html#a744a51154ab26c7fcd0a020e98e038df" title="function sets the matrix A to the identity matr…
|
D | magnetic_8c_a0c8d40902766e8a8d295d97948552cd7_cgraph.map | 2 …nd eigenvectors of a real symmetric matrix A[0..n-1][0..n-1] stored in the top left of a 1… 4 …4c67c3cd94347fe34d02d96" title="function negates all elements of 3x3 matrix A " alt="" coords="235… 6 …5595541a20fd4ab7c351" title="function multiplies all elements of 3x3 matrix A by the specified sca… 7 …html#a54f510d9d257d6063412a9ed5adddd6f" title="function sets the 3x3 matrix A to the identity matr…
|
D | precisionAccelerometer_8c_a012ad7adb564defb7170c246cdb86b04_cgraph.map | 6 …8146dd27f9d608" title="function multiplies the 3x1 vector V by a 3x3 matrix A " alt="" coords="421… 10 …nd eigenvectors of a real symmetric matrix A[0..n-1][0..n-1] stored in the top left of a 1… 12 …4c67c3cd94347fe34d02d96" title="function negates all elements of 3x3 matrix A " alt="" coords="613… 14 …a29b0e760877a4f4d1daa66" title="function sets every entry in the 3x3 matrix A to a constant scalar… 15 …function uses Gauss-Jordan elimination to compute the inverse of matrix A in situ on exit..." …
|
D | precisionAccelerometer_8h_a29cd1109b0584bd00d43c219f411437f_cgraph.map | 6 …8146dd27f9d608" title="function multiplies the 3x1 vector V by a 3x3 matrix A " alt="" coords="421… 10 …nd eigenvectors of a real symmetric matrix A[0..n-1][0..n-1] stored in the top left of a 1… 12 …4c67c3cd94347fe34d02d96" title="function negates all elements of 3x3 matrix A " alt="" coords="613… 14 …a29b0e760877a4f4d1daa66" title="function sets every entry in the 3x3 matrix A to a constant scalar… 15 …function uses Gauss-Jordan elimination to compute the inverse of matrix A in situ on exit..." …
|
D | magnetic_8h_a0cce4289e5bceba2b1a6cd59641f9fda_cgraph.map | 5 …function uses Gauss-Jordan elimination to compute the inverse of matrix A in situ on exit..." … 6 …html#a54f510d9d257d6063412a9ed5adddd6f" title="function sets the 3x3 matrix A to the identity matr… 7 …_8c.html#a744a51154ab26c7fcd0a020e98e038df" title="function sets the matrix A to the identity matr… 10 …4c67c3cd94347fe34d02d96" title="function negates all elements of 3x3 matrix A " alt="" coords="435… 12 …5595541a20fd4ab7c351" title="function multiplies all elements of 3x3 matrix A by the specified sca…
|
D | magnetic_8c_a2c2da80362a7b97574c6b60972399b73_cgraph.map | 5 …function uses Gauss-Jordan elimination to compute the inverse of matrix A in situ on exit..." … 6 …html#a54f510d9d257d6063412a9ed5adddd6f" title="function sets the 3x3 matrix A to the identity matr… 7 …_8c.html#a744a51154ab26c7fcd0a020e98e038df" title="function sets the matrix A to the identity matr… 10 …4c67c3cd94347fe34d02d96" title="function negates all elements of 3x3 matrix A " alt="" coords="435… 12 …5595541a20fd4ab7c351" title="function multiplies all elements of 3x3 matrix A by the specified sca…
|
D | precisionAccelerometer_8c_a752887e826809837549c391aa3a4cbaf_cgraph.map | 2 …nd eigenvectors of a real symmetric matrix A[0..n-1][0..n-1] stored in the top left of a 1… 4 …4c67c3cd94347fe34d02d96" title="function negates all elements of 3x3 matrix A " alt="" coords="242… 6 …html#a54f510d9d257d6063412a9ed5adddd6f" title="function sets the 3x3 matrix A to the identity matr…
|
D | precisionAccelerometer_8h_a752887e826809837549c391aa3a4cbaf_cgraph.map | 2 …nd eigenvectors of a real symmetric matrix A[0..n-1][0..n-1] stored in the top left of a 1… 4 …4c67c3cd94347fe34d02d96" title="function negates all elements of 3x3 matrix A " alt="" coords="242… 6 …html#a54f510d9d257d6063412a9ed5adddd6f" title="function sets the 3x3 matrix A to the identity matr…
|
D | precisionAccelerometer_8c_a2f17e091698125acbf0cdb780c2c93da_cgraph.map | 2 …nd eigenvectors of a real symmetric matrix A[0..n-1][0..n-1] stored in the top left of a 1… 3 …a29b0e760877a4f4d1daa66" title="function sets every entry in the 3x3 matrix A to a constant scalar…
|
D | precisionAccelerometer_8h_a2f17e091698125acbf0cdb780c2c93da_cgraph.map | 2 …nd eigenvectors of a real symmetric matrix A[0..n-1][0..n-1] stored in the top left of a 1… 3 …a29b0e760877a4f4d1daa66" title="function sets every entry in the 3x3 matrix A to a constant scalar…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/ISSDK API Reference Manual/ |
D | a00854_a25f3c141e543b477ed0885f38d9beda3_cgraph.map | 2 …5595541a20fd4ab7c351" title="function multiplies all elements of 3x3 matrix A by the specified sca… 3 …html#a54f510d9d257d6063412a9ed5adddd6f" title="function sets the 3x3 matrix A to the identity matr… 4 …4c67c3cd94347fe34d02d96" title="function negates all elements of 3x3 matrix A " alt="" coords="229… 5 …a29b0e760877a4f4d1daa66" title="function sets every entry in the 3x3 matrix A to a constant scalar…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_rfft_q31.c | 141 …define MVE_CMPLX_MULT_FX_AxB_S32(A,B) vqdmladhxq_s32(vqdmlsdhq_s32((__typeof(A))vuninitia… argument 142 …fine MVE_CMPLX_MULT_FX_AxConjB_S32(A,B) vqdmladhq_s32(vqdmlsdhxq_s32((__typeof(A))vuninitiali… argument
|
D | arm_rfft_q15.c | 142 …define MVE_CMPLX_MULT_FX_AxB_S16(A,B) vqdmladhxq_s16(vqdmlsdhq_s16((__typeof(A))vuninitia… argument 143 …fine MVE_CMPLX_MULT_FX_AxConjB_S16(A,B) vqdmladhq_s16(vqdmlsdhxq_s16((__typeof(A))vuninitiali… argument
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/ |
D | fsl_ltc.h | 1192 uint8_t *A, 1222 uint8_t *A, 1249 const uint8_t *A, 1277 const uint8_t *A, 1304 const uint8_t *A, 1337 const uint8_t *A, 1371 const uint8_t *A, 1400 const uint8_t *A, 1425 const uint8_t *A, 1467 const uint8_t *A, [all …]
|