Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dpoly_2xm1.c57 unsigned long long Xll; in poly_2xm1() local
73 XSIG_LL(argSignif) = Xll = significand(arg); in poly_2xm1()
81 Xll <<= 2; in poly_2xm1()
89 Xll <<= 1; in poly_2xm1()
97 if ( FPU_shrx(&Xll, -2-exponent) >= 0x80000000U ) in poly_2xm1()
98 Xll++; /* round up */ in poly_2xm1()
102 polynomial_Xsig(&accumulator, &Xll, lterms, HIPOWER-1); in poly_2xm1()