Home
last modified time | relevance | path

Searched refs:product1 (Results 1 – 2 of 2) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dcontroller_functions.h476 …q31_t product1, product2; /* Temporary variables used to store intermediate res… in arm_park_q31() local
480 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() local
583 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() local
685 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 …]
/third_party/python/Lib/test/
Dtest_itertools.py1064 def product1(*args, **kwds): function
1101 self.assertEqual(list(product(*args)), list(product1(*args)))