Searched refs:fixpadd_D (Results 1 – 2 of 2) sorted by relevance
317 inline INT fixpadd_D(FIXP_DBL x, const FIXP_DBL a) { return (x + fPow2(a)); } in fixpadd_D() function
348 inline FIXP_DBL fPow2Add(FIXP_DBL x, FIXP_DBL a) { return fixpadd_D(x, a); } in fPow2Add()