Home
last modified time | relevance | path

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

/coreutils/src/
Dfactor.c1862 static short const invtab[0x81] = variable
1895 _dinv = invtab[((d) << (_cnt + 8 - W_TYPE_SIZE)) - 0x80]; \
1900 _dinv = invtab[((d) >> (W_TYPE_SIZE - 8 - _cnt)) - 0x7f]; \