Searched refs:IEEE_DOUBLE (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/libparse/ |
H A D | ieee754io.c | 184 case IEEE_DOUBLE: in fetch_ieee754() 226 case IEEE_DOUBLE: in fetch_ieee754() 442 case IEEE_DOUBLE: in put_ieee754() 527 case IEEE_DOUBLE: in put_ieee754() 576 printf("fetch from %f = %d\n", f, fetch_ieee754((void *)&f_p, IEEE_DOUBLE, &fp, native_off)); 580 put_ieee754((void *)&f_p, IEEE_DOUBLE, &fp, native_off);
|
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) \
|
/freebsd/contrib/ntp/include/ |
H A D | ieee754io.h | 39 #define IEEE_DOUBLE 2 macro
|