Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/math-emu/
Dpoly_l2.c185 unsigned long long Xsq; in log2_kernel() local
225 Xsq = XSIG_LL(accumulator); in log2_kernel()
227 Xsq++; in log2_kernel()
231 polynomial_Xsig(&accumulator, &Xsq, logterms, HIPOWER - 1); in log2_kernel()