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

/freebsd-12-stable/contrib/ntp/libntp/
H A Dtimespecops.c175 neg = L_ISNEG(&x);
/freebsd-12-stable/contrib/ntp/include/
H A Dtimevalops.h387 neg = L_ISNEG(&x);
H A Dntp_fp.h239 #define L_ISNEG(v) M_ISNEG((v)->l_ui) macro
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_msfees.c936 if (L_ISNEG(&diff)) M_NEG(diff.l_ui, diff.l_uf);
938 if (L_ISNEG(&diff)) { /* AOK -- pps_sample */
948 if (L_ISNEG(&diff)) M_NEG(diff.l_ui, diff.l_uf);
957 if (L_ISNEG(&diff)) { /* AOK -- pps_sample */
1297 if (L_ISNEG(&tmp)) noff--; else i++;
/freebsd-12-stable/contrib/ntp/libparse/
H A Dieee754io.c454 if (L_ISNEG(&outlfp))
/freebsd-12-stable/sys/kern/
H A Dkern_ntptime.c75 #define L_ISNEG(v) ((v) < 0) macro
/freebsd-12-stable/contrib/ntp/ntpdate/
H A Dntpdate.c2027 if (L_ISNEG(&offset)) {
2103 if (L_ISNEG(&ftmp)) {

Completed in 77 milliseconds