Searched refs:fetch_ieee754 (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/ntp/libparse/ |
| HD | 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) \
|
| HD | clk_trimtsip.c | 259 if (fetch_ieee754(&bp, IEEE_SINGLE, &secs, trim_offsets) != IEEE_OK) in cvt_trimtsip() 276 if (fetch_ieee754(&bp, IEEE_SINGLE, &utcoffset, trim_offsets) != IEEE_OK) in cvt_trimtsip() 364 if (fetch_ieee754(&lbp, IEEE_SINGLE, &t0t, trim_offsets) != IEEE_OK) in cvt_trimtsip()
|
| HD | ieee754io.c | 162 fetch_ieee754( in fetch_ieee754() function 562 printf("fetch from %f = %d\n", f, fetch_ieee754((void *)&f_p, IEEE_DOUBLE, &fp, native_off)); in main()
|
| /NextBSD/contrib/ntp/include/ |
| HD | ieee754io.h | 55 int fetch_ieee754 (unsigned char **bufp, int size, l_fp *lfpp, offsets_t offsets);
|
| /NextBSD/contrib/ntp/ |
| HD | CommitLog-4.1.0 | 5860 (fetch_ieee754): ditto
|