Searched refs:pQ2 (Results 1 – 2 of 2) sorted by relevance
228 FIXP_DBL *const pValue2, INT *const pQ2) { in fixpAddNorm() argument231 int resultScale = fixMax(q1 - headroom1, (*pQ2) - headroom2); in fixpAddNorm()239 scaleValue(*pValue2, fixMax(-(DFRACT_BITS - 1), ((*pQ2) - resultScale))); in fixpAddNorm()240 *pQ2 = (*pValue2 != (FIXP_DBL)0) ? resultScale : DFRACT_BITS - 1; in fixpAddNorm()
332 FIXP_DBL* const pValue2, int* const pQ2) { in fixpAdd() argument335 int resultScale = fixMax(q1 - headroom1, (*pQ2) - headroom2); in fixpAdd()342 scaleValue(*pValue2, (*pQ2) - resultScale); in fixpAdd()343 *pQ2 = (*pValue2 != (FIXP_DBL)0) ? resultScale : DFRACT_BITS - 1; in fixpAdd()