Lines Matching full:intermediate

1539    * @param[in]		  *pState points to the array for storing intermediate results
1555 * @param[in] *pState points to the array for storing intermediate results
4909 …* The accumulator has a 2.62 format and maintains full precision of the intermediate multiplicatio…
4957 * The 2.30 intermediate results are accumulated in a 64-bit accumulator in 34.30 format.
4958 …isk of internal overflow with this approach and the full precision of intermediate multiplications…
5095 …* The accumulator maintains 1.31 format by truncating lower 31 bits of the intermediate multiplica…
5105 …q31_t product1, product2; /* Temporary variables used to store intermediate res… in arm_clarke_q31()
5110 /* Intermediate product is calculated by (1/(sqrt(3)) * Ia) */ in arm_clarke_q31()
5113 /* Intermediate product is calculated by (2/sqrt(3) * Ib) */ in arm_clarke_q31()
5116 /* pIbeta is calculated by adding the intermediate products */ in arm_clarke_q31()
5199 …* The accumulator maintains 1.31 format by truncating lower 31 bits of the intermediate multiplica…
5209 …q31_t product1, product2; /* Temporary variables used to store intermediate res… in arm_inv_clarke_q31()
5214 /* Intermediate product is calculated by (1/(2*sqrt(3)) * Ia) */ in arm_inv_clarke_q31()
5217 /* Intermediate product is calculated by (1/sqrt(3) * pIb) */ in arm_inv_clarke_q31()
5319 …* The accumulator maintains 1.31 format by truncating lower 31 bits of the intermediate multiplica…
5332 …q31_t product1, product2; /* Temporary variables used to store intermediate res… in arm_park_q31()
5333 …q31_t product3, product4; /* Temporary variables used to store intermediate res… in arm_park_q31()
5335 /* Intermediate product is calculated by (Ialpha * cosVal) */ in arm_park_q31()
5338 /* Intermediate product is calculated by (Ibeta * sinVal) */ in arm_park_q31()
5342 /* Intermediate product is calculated by (Ialpha * sinVal) */ in arm_park_q31()
5345 /* Intermediate product is calculated by (Ibeta * cosVal) */ in arm_park_q31()
5348 /* Calculate pId by adding the two intermediate products 1 and 2 */ in arm_park_q31()
5351 /* Calculate pIq by subtracting the two intermediate products 3 from 4 */ in arm_park_q31()
5439 …* The accumulator maintains 1.31 format by truncating lower 31 bits of the intermediate multiplica…
5452 …q31_t product1, product2; /* Temporary variables used to store intermediate res… in arm_inv_park_q31()
5453 …q31_t product3, product4; /* Temporary variables used to store intermediate res… in arm_inv_park_q31()
5455 /* Intermediate product is calculated by (Id * cosVal) */ in arm_inv_park_q31()
5458 /* Intermediate product is calculated by (Iq * sinVal) */ in arm_inv_park_q31()
5462 /* Intermediate product is calculated by (Id * sinVal) */ in arm_inv_park_q31()
5465 /* Intermediate product is calculated by (Iq * cosVal) */ in arm_inv_park_q31()
5468 /* Calculate pIalpha by using the two intermediate products 1 and 2 */ in arm_inv_park_q31()
5471 /* Calculate pIbeta by using the two intermediate products 3 and 4 */ in arm_inv_park_q31()
6955 /* Calculation of intermediate values */ in arm_bilinear_interp_f32()