Home
last modified time | relevance | path

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

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