Home
last modified time | relevance | path

Searched refs:wptimes (Results 1 – 3 of 3) sorted by relevance

/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Darcdist.c237 double wptimes = ed->arcpt1->creation_time + in arcdist_process() local
239 wp->creation_time = floor(wptimes); in arcdist_process()
240 wp->microseconds = 1000000.0 * (wptimes - wp->creation_time); in arcdist_process()
H A Dgarmin.c682 double wptime, wptimes; in pvt2wpt() local
706 wptimes = floor(wptime); in pvt2wpt()
707 wpt->creation_time = wptimes; in pvt2wpt()
708 wpt->microseconds = 1000000.0 * (wptime - wptimes); in pvt2wpt()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dgarmin.cc740 double wptimes = floor(wptime); in pvt2wpt() local
741 wpt->SetCreationTime(wptimes, 1000000.0 * (wptime - wptimes)); in pvt2wpt()