Home
last modified time | relevance | path

Searched refs:M_ISNEG (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Ddolfptoa.c146 isneg = M_ISNEG(fpi); in mfptoa()
164 isneg = M_ISNEG(fpi); in mfptoms()
H A Dprettydate.c103 if (M_ISNEG(hi, lo)) { in get_struct_tm()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h203 #define M_ISNEG(v_i) /* v < 0 */ \ macro
239 #define L_ISNEG(v) M_ISNEG((v)->l_ui)
303 M_isneg = M_ISNEG(r_ui); \
332 if (M_ISNEG(l_thi)) { \
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c727 if (M_ISNEG(date_ui, tmp)) in chufilter()
/freebsd/contrib/ntp/
H A DCommitLog[all...]