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

/freebsd-12-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c3243 Int quotdigits; /* .. */ local
3263 quotdigits = accdigits; /* .. */
3337 if (quotdigits == reqdigits)
3341 if (quotdigits > DECDPUN)
3348 if (*up == powers[quotdigits] - 1)
3352 quotdigits -= DECDPUN; /* checked those digits */

Completed in 68 milliseconds