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

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

Completed in 175 milliseconds