Searched refs:IEEE_DOUBLE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/include/
H A Dieee754io.h41 #define IEEE_DOUBLE 2 macro
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dieee754io.c188 case IEEE_DOUBLE:
230 case IEEE_DOUBLE:
431 case IEEE_DOUBLE:
516 case IEEE_DOUBLE:
564 printf("fetch from %f = %d\n", f, fetch_ieee754((void *)&f_p, IEEE_DOUBLE, &fp, native_off));
567 put_ieee754((void *)&f_p, IEEE_DOUBLE, &fp, native_off);
H A Ddata_mbg.c330 if (fetch_ieee754(buffpp, IEEE_DOUBLE, &utcp->A0, mbg_double) != IEEE_OK)
335 if (fetch_ieee754(buffpp, IEEE_DOUBLE, &utcp->A1, mbg_double) != IEEE_OK)
356 if (fetch_ieee754(buffpp, IEEE_DOUBLE, &lla[i], mbg_double) != IEEE_OK)
378 if (fetch_ieee754(buffpp, IEEE_DOUBLE, &xyz[i], mbg_double) != IEEE_OK)
420 if (fetch_ieee754(src, IEEE_DOUBLE, addr, mbg_double) != IEEE_OK) \

Completed in 91 milliseconds