Searched refs:IEEE_OK (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/libparse/ |
H A D | data_mbg.c | 328 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 D | clk_trimtsip.c | 259 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 D | ieee754io.c | 331 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 D | ieee754io.h | 44 #define IEEE_OK 0 /* conversion ok */ macro
|