Searched refs:M_NEG (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/libparse/ |
| D | mfp_mul.c | 80 M_NEG(a_i, a_f); in mfp_mul() 86 M_NEG(b_i, b_f); in mfp_mul() 160 M_NEG(i, f); in mfp_mul()
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | dolfptoa.c | 150 M_NEG(fpi, fpf); in mfptoa() 168 M_NEG(fpi, fpf); in mfptoms()
|
| D | atolfp.c | 119 M_NEG(dec_i, dec_f); in atolfp()
|
| D | vint64ops.c | 105 M_NEG(res.D_s.hi, res.D_s.lo); in strtouv64()
|
| D | ntp_calendar.c | 205 M_NEG(res.D_s.hi, res.D_s.lo); in time_to_vint64() 224 M_NEG(res.D_s.hi, res.D_s.lo); in time_to_vint64()
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_fp.h | 125 #define M_NEG(v_i, v_f) /* v = -v */ \ macro 232 #define L_NEG(v) M_NEG((v)->l_ui, (v)->l_uf) 324 M_NEG((r_ui), (r_uf)); \ 335 M_NEG(l_thi, l_tlo); \
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_msfees.c | 938 if (L_ISNEG(&diff)) M_NEG(diff.l_ui, diff.l_uf); in ees_receive() 950 if (L_ISNEG(&diff)) M_NEG(diff.l_ui, diff.l_uf); in ees_receive()
|