Searched refs:fixmul_SD (Results 1 – 2 of 2) sorted by relevance
214 inline LONG fixmul_SD (const SHORT a, const LONG b) { in fixmul_SD() function216 return fixmul_SD(b, a); in fixmul_SD()227 return fixmul_SD(b, a); in fixmul_DS()
191 FDK_INLINE LONG fMult(SHORT a, LONG b) { return fixmul_SD(a, b); } in fMult()