accumulatore       58 arch/x86/math-emu/poly_atan.c 	Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq;
accumulatore      141 arch/x86/math-emu/poly_atan.c 	accumulatore.lsw = argSq.lsw;
accumulatore      142 arch/x86/math-emu/poly_atan.c 	XSIG_LL(accumulatore) = XSIG_LL(argSq);
accumulatore      161 arch/x86/math-emu/poly_atan.c 	mul64_Xsig(&accumulatore, &denomterm);
accumulatore      162 arch/x86/math-emu/poly_atan.c 	shr_Xsig(&accumulatore, 1 + 2 * (-1 - exponent));
accumulatore      163 arch/x86/math-emu/poly_atan.c 	accumulatore.msw |= 0x80000000;
accumulatore      165 arch/x86/math-emu/poly_atan.c 	div_Xsig(&accumulator, &accumulatore, &accumulator);
accumulatore       55 arch/x86/math-emu/poly_tan.c 	Xsig argSq, argSqSq, accumulatoro, accumulatore, accum,
accumulatore      126 arch/x86/math-emu/poly_tan.c 	accumulatore.msw = accumulatore.midw = accumulatore.lsw = 0;
accumulatore      127 arch/x86/math-emu/poly_tan.c 	polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evenplterm,
accumulatore      129 arch/x86/math-emu/poly_tan.c 	mul_Xsig_Xsig(&accumulatore, &argSq);
accumulatore      130 arch/x86/math-emu/poly_tan.c 	negate_Xsig(&accumulatore);
accumulatore      132 arch/x86/math-emu/poly_tan.c 	polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm,
accumulatore      135 arch/x86/math-emu/poly_tan.c 	mul64_Xsig(&accumulatore, &XSIG_LL(argSignif));
accumulatore      136 arch/x86/math-emu/poly_tan.c 	mul64_Xsig(&accumulatore, &XSIG_LL(argSignif));
accumulatore      138 arch/x86/math-emu/poly_tan.c 	shr_Xsig(&accumulatore, -2 * (1 + exponent) + 1);
accumulatore      139 arch/x86/math-emu/poly_tan.c 	negate_Xsig(&accumulatore);	/* This does 1 - accumulator */
accumulatore      142 arch/x86/math-emu/poly_tan.c 	if (accumulatore.msw == 0) {
accumulatore      150 arch/x86/math-emu/poly_tan.c 		div_Xsig(&accumulatoro, &accumulatore, &accum);