Searched refs:M_NEG (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ntp/libparse/ |
H A D | mfp_mul.c | 78 M_NEG(a_i, a_f); in mfp_mul() 84 M_NEG(b_i, b_f); in mfp_mul() 158 M_NEG(i, f); in mfp_mul()
|
/freebsd/contrib/ntp/libntp/ |
H A D | dolfptoa.c | 148 M_NEG(fpi, fpf); in mfptoa() 166 M_NEG(fpi, fpf); in mfptoms()
|
H A D | atolfp.c | 117 M_NEG(dec_i, dec_f); in atolfp()
|
H A D | vint64ops.c | 103 M_NEG(res.D_s.hi, res.D_s.lo); in strtouv64()
|
H A D | ntp_calendar.c | 203 M_NEG(res.D_s.hi, res.D_s.lo); in time_to_vint64() 222 M_NEG(res.D_s.hi, res.D_s.lo); in time_to_vint64()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_fp.h | 123 #define M_NEG(v_i, v_f) /* v = -v */ \ macro 230 #define L_NEG(v) M_NEG((v)->l_ui, (v)->l_uf) 322 M_NEG((r_ui), (r_uf)); \ 333 M_NEG(l_thi, l_tlo); \
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_msfees.c | 936 if (L_ISNEG(&diff)) M_NEG(diff.l_ui, diff.l_uf); in ees_receive() 948 if (L_ISNEG(&diff)) M_NEG(diff.l_ui, diff.l_uf); in ees_receive()
|