L_GINT
ntv.freq = L_GINT((time_freq / 1000LL) << 16);
ntv.ppsfreq = L_GINT((pps_freq / 1000LL) << 16);
if (L_GINT(time_freq) > MAXFREQ)
else if (L_GINT(time_freq) < -MAXFREQ)
u_nsec = L_GINT(ftemp);
u_nsec = L_GINT(pps_freq);