Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/math-emu/
Dpoly_l2.c186 unsigned long long Xsq; in log2_kernel() local
226 Xsq = XSIG_LL(accumulator); in log2_kernel()
228 Xsq++; in log2_kernel()
232 polynomial_Xsig(&accumulator, &Xsq, logterms, HIPOWER - 1); in log2_kernel()