Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_ripencc.c287 short rpt_0x43 (TSIPPKT *rpt, float ECEF_vel[3], float *freq_offset,
2085 float ECEF_vel[3], in rpt_0x43()
2094 ECEF_vel[0] = bGetSingle (buf); in rpt_0x43()
2095 ECEF_vel[1] = bGetSingle (&buf[4]); in rpt_0x43()
2096 ECEF_vel[2] = bGetSingle (&buf[8]); in rpt_0x43()
3396 ECEF_vel[3], freq_offset, time_of_fix; in rpt_single_ECEF_velocity() local
3399 if (rpt_0x43 (rpt, ECEF_vel, &freq_offset, &time_of_fix)) { in rpt_single_ECEF_velocity()
3405 ECEF_vel[0], ECEF_vel[1], ECEF_vel[2], freq_offset, in rpt_single_ECEF_velocity()