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

/linux-4.4.14/arch/x86/math-emu/
H A Dpoly_2xm1.c55 unsigned long long Xll; poly_2xm1() local
70 XSIG_LL(argSignif) = Xll = significand(arg); poly_2xm1()
77 Xll <<= 2; poly_2xm1()
83 Xll <<= 1; poly_2xm1()
89 if (FPU_shrx(&Xll, -2 - exponent) >= 0x80000000U) poly_2xm1()
90 Xll++; /* round up */ poly_2xm1()
94 polynomial_Xsig(&accumulator, &Xll, lterms, HIPOWER - 1); poly_2xm1()

Completed in 269 milliseconds