MAXDIGITS          82 core/gps_math.c static double doubleExpTable [MAXDIGITS+1] = {
MAXDIGITS         108 core/gps_math.c static quad quadExpTable[MAXDIGITS+1] = {
MAXDIGITS         168 core/gps_math.c     if (fractDigits > MAXDIGITS) fractDigits = MAXDIGITS;
MAXDIGITS         213 core/gps_math.c     if (integer >= quadExpTable[min(*sign ? integerDigits-1 : integerDigits, MAXDIGITS)]) {