Searched refs:product1 (Results 1 – 2 of 2) sorted by relevance
476 …q31_t product1, product2; /* Temporary variables used to store intermediate res… in arm_park_q31() local480 product1 = (q31_t) (((q63_t) (Ialpha) * (cosVal)) >> 31); in arm_park_q31()493 *pId = __QADD(product1, product2); in arm_park_q31()579 …q31_t product1, product2; /* Temporary variables used to store intermediate res… in arm_inv_park_q31() local583 product1 = (q31_t) (((q63_t) (Id) * (cosVal)) >> 31); in arm_inv_park_q31()596 *pIalpha = __QSUB(product1, product2); in arm_inv_park_q31()679 …q31_t product1, product2; /* Temporary variables used to store intermediate res… in arm_clarke_q31() local685 product1 = (q31_t) (((q63_t) Ia * 0x24F34E8B) >> 30); in arm_clarke_q31()691 *pIbeta = __QADD(product1, product2); in arm_clarke_q31()765 …q31_t product1, product2; /* Temporary variables used to store intermediate res… in arm_inv_clarke_q31() local[all …]
1064 def product1(*args, **kwds): function1101 self.assertEqual(list(product(*args)), list(product1(*args)))