Home
last modified time | relevance | path

Searched refs:L_ADDF (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dmstolfp.c69 L_ADDF(lfp, (neg ? -1 : 1)); in mstolfp()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h233 #define L_ADDF(r, f) M_ADDF((r)->l_ui, (r)->l_uf, (f)) macro