Lines Matching defs:accumulatore
55 Xsig argSq, argSqSq, accumulatoro, accumulatore, accum,
126 accumulatore.msw = accumulatore.midw = accumulatore.lsw = 0;
127 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evenplterm,
129 mul_Xsig_Xsig(&accumulatore, &argSq);
130 negate_Xsig(&accumulatore);
132 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm,
135 mul64_Xsig(&accumulatore, &XSIG_LL(argSignif));
136 mul64_Xsig(&accumulatore, &XSIG_LL(argSignif));
138 shr_Xsig(&accumulatore, -2 * (1 + exponent) + 1);
139 negate_Xsig(&accumulatore); /* This does 1 - accumulator */
142 if (accumulatore.msw == 0) {
150 div_Xsig(&accumulatoro, &accumulatore, &accum);