Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/include/
Dntp_calgps.h70 gpscal_from_calendar_ex(TcCivilDate*, l_fp fofs, int/*BOOL*/ warp);
73 gpscal_from_calendar(TcCivilDate *pCiv, l_fp fofs) { in gpscal_from_calendar() argument
74 return gpscal_from_calendar_ex(pCiv, fofs, TRUE); in gpscal_from_calendar()
78 gpscal_from_gpsweek(uint16_t w, int32_t s, l_fp fofs);
81 gpscal_from_weektime1(int32_t wsecs, l_fp fofs, l_fp pivot);
84 gpscal_from_weektime2(int32_t wsecs, l_fp fofs, TcGpsDatum *pivot);
108 gpsntp_from_calendar_ex(TcCivilDate*, l_fp fofs, int/*BOOL*/ warp);
111 gpsntp_from_calendar(TcCivilDate * pCiv, l_fp fofs) { in gpsntp_from_calendar() argument
112 return gpsntp_from_calendar_ex(pCiv, fofs, TRUE); in gpsntp_from_calendar()
116 gpsntp_from_daytime1_ex(TcCivilDate *dt, l_fp fofs, l_fp pivot, int/*BOOL*/ warp);
[all …]
/netbsd/src/external/bsd/ntp/dist/libntp/
Dntp_calgps.c192 l_fp fofs, in _gpsntp_from_daytime() argument
204 gpsntp_add_offset(&retv, fofs); /* result is normalized */ in _gpsntp_from_daytime()
229 l_fp fofs, in gpsntp_from_daytime2_ex() argument
236 return _gpsntp_from_daytime(jd, fofs, &dpiv, warp); in gpsntp_from_daytime2_ex()
249 l_fp fofs, in gpsntp_from_daytime1_ex() argument
263 return _gpsntp_from_daytime(jd, fofs, &dpiv, warp); in gpsntp_from_daytime1_ex()
273 l_fp fofs, in gpsntp_from_calendar_ex() argument
278 gps = gpscal_from_calendar_ex(jd, fofs, warp); in gpsntp_from_calendar_ex()
402 l_fp fofs, in gpscal_from_calendar_ex() argument
473 gpscal_add_offset(&gps, fofs); in gpscal_from_calendar_ex()
[all …]
/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_jupiter.c668 l_fp fofs; in jupiter_parse_t() local
690 fofs = tspec_intv_to_lfp(tofs); in jupiter_parse_t()
691 L_NEG(&fofs); in jupiter_parse_t()
693 ZERO(fofs); in jupiter_parse_t()
713 sweek, fofs, &up->piv_next); in jupiter_parse_t()
717 sweek, fofs, rcvtime); in jupiter_parse_t()
Drefclock_nmea.c312 static int parse_time (TCivilDate * jd, l_fp * fofs,
1636 l_fp * fofs, /* storage for nsec fraction */ in parse_time() argument
1644 && _parse_frac(dp, &dp, fofs) in parse_time()
1700 l_fp fofs; in parse_gpsw() local
1709 && _parse_frac(dps, &dps, &fofs) in parse_gpsw()
1718 fofs.l_ui -= leap; in parse_gpsw()
1719 *wd = gpscal_from_gpsweek(week, secs, fofs); in parse_gpsw()