Home | History | Annotate | Download | only in src

Lines Matching refs:resultScale

372   int resultScale = fixMax(q1-headroom1, (*pQ2)-headroom2);
375 resultScale++;
378 *pValue2 = scaleValue(value1, q1-resultScale) + scaleValue(*pValue2, (*pQ2)-resultScale);
379 *pQ2 = (*pValue2!=(FIXP_DBL)0) ? resultScale : DFRACT_BITS-1;