formatDouble      320 core/gps.c                 sprintf(vBuf, lang_str(LANG_MENU_GPS_t_11), formatDouble (anz1, (pspeed.delta * 3.6), 0, 1));
formatDouble      341 core/gps.c                 sprintf(vBuf, lang_str(LANG_MENU_GPS_t_15), formatDouble (anz1, g_d_lat_nav, 0, 7), formatDouble (anz2, g_d_lon_nav, 0, 7)); //"latitude=%s  -  longitude=%s "
formatDouble      349 core/gps.c                 sprintf(vBuf, lang_str(LANG_MENU_GPS_t_15), formatDouble (anz1, g_d_lat_nav, 0, 7), formatDouble (anz2, g_d_lon_nav, 0, 7)); //"latitude=%s  -  longitude=%s "
formatDouble     1026 core/gps.c                             formatDouble (lat, l_lat, 0, 7),
formatDouble     1027 core/gps.c                             formatDouble (lon, l_lon, 0, 7),
formatDouble     1028 core/gps.c                             formatDouble (hei, l_hei, 0, 2),
formatDouble     1063 core/gps.c                         sprintf(vBuf1, "   <wpt lat=\"%s\" lon=\"%s\">\n",formatDouble (lat, l_lat, 0, 7), formatDouble (lon, l_lon, 0, 7));
formatDouble     1065 core/gps.c                         sprintf(vBuf1, "    <ele>%s</ele>\n",formatDouble (hei, l_hei, 0, 2));
formatDouble     1274 core/gps.c                     sprintf(vBuf, "   <trkpt lat=\"%s\" lon=\"%s\">\n",formatDouble (lat, l_lat, 0, 7), formatDouble (lon, l_lon, 0, 7));
formatDouble     1276 core/gps.c                     sprintf(vBuf, "    <ele>%s</ele>\n",formatDouble (hei, l_hei, 0, 2));
formatDouble     1467 core/gps.c                     formatDouble (lat, l_lat, 0, 7),
formatDouble     1468 core/gps.c                     formatDouble (lon, l_lon, 0, 7),
formatDouble     1469 core/gps.c                     formatDouble (hei, l_hei, 0, 2),
formatDouble     1505 core/gps.c                 sprintf(vBuf, "   <wpt lat=\"%s\" lon=\"%s\">\n",formatDouble (lat, l_lat, 0, 7), formatDouble (lon, l_lon, 0, 7));
formatDouble     1507 core/gps.c                 sprintf(vBuf, "    <ele>%s</ele>\n",formatDouble (hei, l_hei, 0, 2));
formatDouble       37 core/gps_math.h extern const char* formatDouble (t_format_result result, double value, unsigned length, unsigned fracDigits);