Searched refs:fPow2Add (Results 1 – 1 of 1) sorted by relevance
348 inline FIXP_DBL fPow2Add(FIXP_DBL x, FIXP_DBL a) { return fixpadd_D(x, a); } in fPow2Add() function349 inline FIXP_DBL fPow2Add(FIXP_DBL x, FIXP_SGL a) { return fixpadd_S(x, a); } in fPow2Add() function