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

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsqrtrem.c52 static const unsigned char invsqrttab[384] = /* The common 0x100 was removed */ variable
130 x0 = 0x100 | invsqrttab[abits - 0x80]; /* initial 1/sqrt(a) */

Completed in 81 milliseconds