Xll                56 arch/x86/math-emu/poly_2xm1.c 	unsigned long long Xll;
Xll                71 arch/x86/math-emu/poly_2xm1.c 	XSIG_LL(argSignif) = Xll = significand(arg);
Xll                78 arch/x86/math-emu/poly_2xm1.c 		Xll <<= 2;
Xll                84 arch/x86/math-emu/poly_2xm1.c 		Xll <<= 1;
Xll                90 arch/x86/math-emu/poly_2xm1.c 		if (FPU_shrx(&Xll, -2 - exponent) >= 0x80000000U)
Xll                91 arch/x86/math-emu/poly_2xm1.c 			Xll++;	/* round up */
Xll                95 arch/x86/math-emu/poly_2xm1.c 	polynomial_Xsig(&accumulator, &Xll, lterms, HIPOWER - 1);