Searched refs:accumulatoro (Results 1 - 1 of 1) 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
115 accumulatoro.msw = accumulatoro.midw = accumulatoro.lsw = 0;
116 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddnegterm,
118 mul_Xsig_Xsig(&accumulatoro, &argSq);
119 negate_Xsig(&accumulatoro);
121 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddplterm,
142 /* accumulatoro must contain 1.0 here, (actually, 0) but it
149 div_Xsig(&accumulatoro,
[all...]

Completed in 39 milliseconds