Searched refs:accumulatore (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dpoly_tan.c54 Xsig argSq, argSqSq, accumulatoro, accumulatore, accum, local
125 accumulatore.msw = accumulatore.midw = accumulatore.lsw = 0;
126 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evenplterm,
128 mul_Xsig_Xsig(&accumulatore, &argSq);
129 negate_Xsig(&accumulatore);
131 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm,
134 mul64_Xsig(&accumulatore, &XSIG_LL(argSignif));
135 mul64_Xsig(&accumulatore,
[all...]
H A Dpoly_atan.c57 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq; local
140 accumulatore.lsw = argSq.lsw;
141 XSIG_LL(accumulatore) = XSIG_LL(argSq);
160 mul64_Xsig(&accumulatore, &denomterm);
161 shr_Xsig(&accumulatore, 1 + 2 * (-1 - exponent));
162 accumulatore.msw |= 0x80000000;
164 div_Xsig(&accumulator, &accumulatore, &accumulator);

Completed in 217 milliseconds