Home
last modified time | relevance | path

Searched refs:L_ISNEG (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_msfees.c936 if (L_ISNEG(&diff)) M_NEG(diff.l_ui, diff.l_uf); in ees_receive()
938 if (L_ISNEG(&diff)) { /* AOK -- pps_sample */ in ees_receive()
948 if (L_ISNEG(&diff)) M_NEG(diff.l_ui, diff.l_uf); in ees_receive()
957 if (L_ISNEG(&diff)) { /* AOK -- pps_sample */ in ees_receive()
1297 if (L_ISNEG(&tmp)) noff--; else i++; in ees_process()
/freebsd-14-stable/contrib/ntp/libntp/
HDtimespecops.c175 neg = L_ISNEG(&x); in lfp_intv_to_tspec()
/freebsd-14-stable/contrib/ntp/include/
HDtimevalops.h387 neg = L_ISNEG(&x); in lfp_intv_to_tval()
HDntp_fp.h239 #define L_ISNEG(v) M_ISNEG((v)->l_ui) macro
/freebsd-14-stable/contrib/ntp/libparse/
HDieee754io.c467 if (L_ISNEG(&outlfp)) in put_ieee754()
/freebsd-14-stable/contrib/ntp/ntpdate/
HDntpdate.c2027 if (L_ISNEG(&offset)) { in l_adj_systime()
2103 if (L_ISNEG(&ftmp)) { in l_step_systime()
/freebsd-14-stable/sys/kern/
HDkern_ntptime.c73 #define L_ISNEG(v) ((v) < 0) macro