Searched refs:mantissa_high (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ntp/libparse/
H A Dieee754io.c175 u_long mantissa_high; local
221 mantissa_high = 0;
232 mantissa_high = (val & 0x0F) << 16;
233 mantissa_high |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
234 mantissa_high |= get_byte(bufp, offsets, &fieldindex);
272 fmt_flt(sign, mantissa_high, mantissa_low, characteristic),
287 if (mantissa_low || mantissa_high)
341 mantissa_high |= 1 << (mbits - 32);
355 lfpp->l_uf = mantissa_high << (63 - mbits);
371 lfpp->l_ui = mantissa_high >> (frac_offse
417 u_long mantissa_high = 0; local
[all...]

Completed in 44 milliseconds