fractbuffer 147 core/gps_math.c char fractbuffer [20]; fractbuffer 230 core/gps_math.c sprintf (fractbuffer, "%0*li%09li", fractDigits-9, fractbuffer 234 core/gps_math.c sprintf (fractbuffer, "%0*li", fractDigits, (long) fract); fractbuffer 242 core/gps_math.c fractbuffer); fractbuffer 248 core/gps_math.c fractbuffer); fractbuffer 251 core/gps_math.c sprintf (result, "%s%li.%s", sign, (long) integer, fractbuffer); fractbuffer 254 core/gps_math.c sprintf (result, "%*li.%s", integerDigits, (long) integer, fractbuffer);