Searched defs:fPow2 (Results 1 – 1 of 1) sorted by relevance
194 FDK_INLINE LONG fPow2(LONG a) { return fixpow2_D(a); } in fPow2() function195 FDK_INLINE LONG fPow2(SHORT a) { return fixpow2_S(a); } in fPow2() function