Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c328 if (fetch_ieee754(buffpp, IEEE_DOUBLE, &utcp->A0, mbg_double) != IEEE_OK) in get_mbg_utc()
333 if (fetch_ieee754(buffpp, IEEE_DOUBLE, &utcp->A1, mbg_double) != IEEE_OK) in get_mbg_utc()
354 if (fetch_ieee754(buffpp, IEEE_DOUBLE, &lla[i], mbg_double) != IEEE_OK) in get_mbg_lla()
376 if (fetch_ieee754(buffpp, IEEE_DOUBLE, &xyz[i], mbg_double) != IEEE_OK) in get_mbg_xyz()
418 if (fetch_ieee754(src, IEEE_DOUBLE, addr, mbg_double) != IEEE_OK) \
H A Dclk_trimtsip.c259 if (fetch_ieee754(&bp, IEEE_SINGLE, &secs, trim_offsets) != IEEE_OK) in cvt_trimtsip()
274 if (fetch_ieee754(&bp, IEEE_SINGLE, &utcoffset, trim_offsets) != IEEE_OK) in cvt_trimtsip()
360 if (fetch_ieee754(&lbp, IEEE_SINGLE, &t0t, trim_offsets) != IEEE_OK) in cvt_trimtsip()
H A Dieee754io.c331 return IEEE_OK; in fetch_ieee754()
392 return IEEE_OK; in fetch_ieee754()
550 return IEEE_OK; in main()
/freebsd/contrib/ntp/include/
H A Dieee754io.h44 #define IEEE_OK 0 /* conversion ok */ macro