Searched refs:L_ISGEQ (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_leitch.c | 505 if (L_ISGEQ(&off,&tmp_fp)) in leitch_process() 510 if (L_ISGEQ(&off,&tmp_fp)) in leitch_process()
|
| D | refclock_arc.c | 1004 L_ISGEQ(&(up->lastrec), ×tamp)) in arc_receive()
|
| D | refclock_msfees.c | 1237 return(L_ISGEQ(a, b) ? (L_ISEQU(a, b) ? 0 : 1) : -1); in offcompare()
|
| /netbsd/src/external/bsd/ntp/dist/clockstuff/ |
| D | chutest.c | 810 if (L_ISGEQ(&off[i], &off[imax])) { in chufilter() 812 } else if (L_ISGEQ(&off[imin], &off[i])) { in chufilter()
|
| /netbsd/src/external/bsd/ntp/dist/tests/libntp/ |
| D | timespecops.c | 126 if (L_ISGEQ(&m, &n)) { in AssertFpClose() 133 if (L_ISGEQ(&limit, &diff)) { in AssertFpClose()
|
| D | timevalops.c | 136 if (L_ISGEQ(&m, &n)) { in AssertFpClose() 143 if (L_ISGEQ(&limit, &diff)) { in AssertFpClose()
|
| D | lfpfunc.c | 233 return L_ISGEQ(&first, &second); in l_isgeq()
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_fp.h | 246 #define L_ISGEQ(a, b) M_ISGEQ((a)->l_ui, (a)->l_uf, (b)->l_ui, (b)->l_uf) macro
|
| /netbsd/src/external/bsd/ntp/dist/ntpq/ |
| D | ntpq-subs.c | 2508 if (!L_ISGEQ(&add->first, &mon->first)) { in add_mru() 3140 else if (L_ISGEQ(&pm1->last, &pm2->last)) in qcmp_mru_avgint()
|