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