g_d_lat            59 core/gps.c     static double g_d_lat;
g_d_lat           279 core/gps.c         gps.lat_w = g_d_lat;                                                    // read GPS (with noise)
g_d_lat           622 core/gps.c                 g_d_lat=0.0;
g_d_lat           623 core/gps.c                 g_d_lat=(gps.latitude[0]/(gps.latitude[1]*1.0)) + (gps.latitude[2]/(gps.latitude[3]*60.0)) + (gps.latitude[4]/(gps.latitude[5]*3600.0));
g_d_lat           624 core/gps.c                 if (gps.latitudeRef[0]=='S') g_d_lat=-g_d_lat;
g_d_lat           653 core/gps.c                 if ((int)g_d_lat == 0) {g_d_stat = 0; }
g_d_lat           654 core/gps.c                 if ((int)g_d_lat != 0 && (int)g_d_hei == 0) {g_d_stat=1; }
g_d_lat           655 core/gps.c                 if ((int)g_d_lat != 0 && (int)g_d_hei != 0) {g_d_stat=2; }
g_d_lat           971 core/gps.c                 double l_lat       = g_d_lat ;
g_d_lat          1259 core/gps.c                 double l_lat = g_d_lat ;
g_d_lat          1450 core/gps.c             double l_lat       = g_d_lat ;
g_d_lat          1566 core/gps.c             double l_lat = g_d_lat ;
g_d_lat          1599 core/gps.c             double l_lat = g_d_lat ;