Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Dieee754io.c172 u_long mantissa_low; in fetch_ieee754() local
221 mantissa_low = (val &0x7F) << 16; in fetch_ieee754()
223 mantissa_low |= get_byte(bufp, offsets, &fieldindex); in fetch_ieee754()
285 if (mantissa_low || mantissa_high) in fetch_ieee754()
341 mantissa_low |= 1 << mbits; in fetch_ieee754()
354 lfpp->l_uf |= mantissa_low >> (mbits - 33); in fetch_ieee754()
359 lfpp->l_uf = mantissa_low >> frac_offset; in fetch_ieee754()
371 lfpp->l_uf |= mantissa_low >> (frac_offset - 32); in fetch_ieee754()
429 u_long mantissa_low = 0; in put_ieee754() local
533 mantissa_low |= outlfp.l_uf >> (msb - mbits); in put_ieee754()
[all …]