Home
last modified time | relevance | path

Searched defs:IMUL32 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libopus/celt/
H A Dfixed_c5x.h37 static OPUS_INLINE long IMUL32(long i, long j) in IMUL32() function
H A Darch.h98 #define IMUL32(a,b) ((a)*(b)) macro
/aosp_15_r20/external/rnnoise/src/
H A Darch.h70 #define IMUL32(a,b) ((a)*(b)) macro