Home
last modified time | relevance | path

Searched refs:oldlon (Results 1 – 8 of 8) sorted by relevance

/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dsaroute.cc131 double oldlon = 0; in my_read() local
346 RAD(-oldlon))); in my_read()
359 oldlon = lon; in my_read()
H A Dxcsv.h297 double oldlon = 999; variable
H A Dxcsv.cc959 oldlon = 999; in xcsv_resetpathlen()
986 if (oldlon < 900) { in xcsv_waypt_pr()
987 pathdist += radtomiles(gcdist(RAD(oldlat),RAD(oldlon), in xcsv_waypt_pr()
990 longitude = oldlon = wpt->longitude; in xcsv_waypt_pr()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dsaroute.c142 double oldlon = 0; in my_read() local
379 RAD(-oldlon))); in my_read()
393 oldlon = lon; in my_read()
H A Dtrackfilter.c779 double oldlon = -999; in trackfilter_synth() local
809 RAD(oldlon),RAD(wpt->latitude), in trackfilter_synth()
815 RAD(oldlat), RAD(oldlon), in trackfilter_synth()
825 oldlon = wpt->longitude; in trackfilter_synth()
H A Dcsv_util.c160 static double oldlon = 999; variable
1537 oldlon = 999; in xcsv_resetpathlen()
1573 if (oldlon < 900) { in xcsv_waypt_pr()
1574 pathdist += radtomiles(gcdist(RAD(oldlat),RAD(oldlon), in xcsv_waypt_pr()
1577 longitude = oldlon = wpt->longitude; in xcsv_waypt_pr()
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/Order/
H A Dnforder.cpp563 bigintmat *oldlon; in multring() local
574 oldlon = lon; in multring()
576 lon->concatcol(oldlon, mm); in multring()
577 delete oldlon; in multring()
/dports/comms/xastir/Xastir-Release-2.1.8/scripts/
H A Dads-b.pl1387 $oldlon = "";
1389 $oldlon = $lon{$plane_id};
1405 if ( ($oldlat ne $lat{$plane_id}) || ($oldlon ne $lon{$plane_id}) ) {