Searched refs:argSqSq (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
110 XSIG_LL(argSqSq) = XSIG_LL(argSq);
111 argSqSq.lsw = argSq.lsw;
112 mul_Xsig_Xsig(&argSqSq, &argSqSq);
116 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddnegterm,
121 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddplterm,
126 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evenplterm,
131 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm,
H A Dpoly_atan.c57 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq; local
135 argSqSq.lsw = argSq.lsw;
136 argSqSq.midw = argSq.midw;
137 argSqSq.msw = argSq.msw;
138 mul_Xsig_Xsig(&argSqSq, &argSqSq);
144 shr_Xsig(&argSqSq, 4 * (-1 - exponent - 1));
151 polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq),
155 polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq), oddnegterms,

Completed in 33 milliseconds