Home
last modified time | relevance | path

Searched refs:M_LSHIFT (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ntp/libntp/
H A Ddolfptoa.c78 M_LSHIFT(digit, fpv); in dolfptoa()
81 M_LSHIFT(digit, fpv); in dolfptoa()
82 M_LSHIFT(digit, fpv); in dolfptoa()
/src/contrib/ntp/include/
H A Dntp_fp.h175 #define M_LSHIFT(v_i, v_f) /* v <<= 1 */ \ macro
236 #define L_LSHIFT(v) M_LSHIFT((v)->l_ui, (v)->l_uf)
/src/contrib/ntp/clockstuff/
H A Dchutest.c747 M_LSHIFT(date_ui, tmp); in chufilter()