Searched refs:pValue2 (Results 1 – 1 of 1) sorted by relevance
366 FIXP_DBL *const pValue2, in fixpAdd() argument371 const int headroom2 = fNormz(fixp_abs(*pValue2))-1; in fixpAdd()374 if ( (value1!=FL2FXCONST_DBL(0.f)) && (*pValue2!=FL2FXCONST_DBL(0.f)) ) { in fixpAdd()378 *pValue2 = scaleValue(value1, q1-resultScale) + scaleValue(*pValue2, (*pQ2)-resultScale); in fixpAdd()379 *pQ2 = (*pValue2!=(FIXP_DBL)0) ? resultScale : DFRACT_BITS-1; in fixpAdd()