HomeSort by relevance Sort by last modified time
    Searched full:himul32 (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/cfront/
himul32.h 2 * himul32.h *
23 // FILE: himul32.cpp
46 asm PINLINE int32 himul32(asr_int32_t factor1, asr_int32_T factor2) function
57 himul32 returns the most-significant 32 bits of the 64-bit
76 PINLINE asr_int32_t himul32(asr_int32_t factor1, asr_int32_t factor2)
97 PINLINE asr_int32_t himul32(asr_int32_t factor1, asr_int32_t factor2)
121 PINLINE asr_int32_t himul32(asr_int32_t factor1, asr_int32_t factor2)
sp_fft.c 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)
    [all...]
  /external/srec/srec/include/
sp_fft.h 102 himul32.cpp and define constants MICROSOFTC_HIMUL32 and I86_HIMUL3.
105 going to the file himul32.cpp to undefine I86_HIMUL3, and
176 himul32.cpp with main() compiled.

Completed in 152 milliseconds