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