Lines Matching full:himul32
49 #include "himul32.h"
50 /*extern "C" asr_int32_t himul32(asr_int32_t factor1, asr_int32_t factor2);*/
97 himul32(factor1, factor2) = floor( (factor1 * factor2) / 2**32 )
103 *real = himul32(a, c) - himul32(b, d);
104 *imag = himul32(a, d) + himul32(b, c);
700 ** if we use himul32 to compute the magnitude, which gives us,
752 data[0] = himul32(tr, tr);
756 last = himul32(tr, tr);
764 data[i] = himul32(tr, tr);
767 data[i] += himul32(ti, ti);
792 ** doing the himul32() shift results in shifting down by 32(FFTDATA_SIZE) bits.