t_format_result   130 core/gps_math.c static t_format_result staticBuffer;
t_format_result   136 core/gps_math.c const char* formatDouble (t_format_result result, double value, unsigned length, unsigned fractDigits) {
t_format_result   160 core/gps_math.c     if (length ==0          ) length = sizeof(t_format_result)-1;
t_format_result   162 core/gps_math.c     if (length > sizeof(t_format_result)-1) length = sizeof(t_format_result)-1;
t_format_result    37 core/gps_math.h extern const char* formatDouble (t_format_result result, double value, unsigned length, unsigned fracDigits);