Lines Matching refs:l_uf
2261 parse->parseio.parse_dtime.parse_ptime.fp.l_uf = (uint32_t)(dtemp * FRAC); in local_input()
2444 (unsigned long)parsetime.parse_time.fp.l_uf, in local_receive()
2446 (unsigned long)parsetime.parse_stime.fp.l_uf, in local_receive()
2448 (unsigned long)parsetime.parse_ptime.fp.l_uf); in local_receive()
4050 if (M_ISGEQ(off.l_i, off.l_uf, -1, 0x80000000) && in parse_process()
4051 M_ISGEQ(0, 0x7fffffff, off.l_i, off.l_uf)) in parse_process()
4062 if (reftime.l_uf & 0x80000000) in parse_process()
4064 reftime.l_uf = 0; in parse_process()
4070 off.l_uf = ~off.l_uf; /* map [0.5..1[ -> [-0.5..0[ */ in parse_process()
4071 off.l_i = (off.l_uf & 0x80000000) ? -1 : 0; /* sign extend */ in parse_process()
4096 if (reftime.l_uf & 0x80000000) in parse_process()
4098 reftime.l_uf = 0; in parse_process()
4102 off.l_uf = ~off.l_uf; /* map [0.5..1[ -> [-0.5..0[ */ in parse_process()
4103 off.l_i = (off.l_uf & 0x80000000) ? -1 : 0; /* sign extend */ in parse_process()
4425 mfptoa(xyz[XP].l_ui, xyz[XP].l_uf, 1), in gps16x_message()
4426 mfptoa(xyz[YP].l_ui, xyz[YP].l_uf, 1), in gps16x_message()
4427 mfptoa(xyz[ZP].l_ui, xyz[ZP].l_uf, 1)); in gps16x_message()
4441 mfptoa(lla[LAT].l_ui, lla[LAT].l_uf, 4), in gps16x_message()
4442 mfptoa(lla[LON].l_ui, lla[LON].l_uf, 4), in gps16x_message()
4443 mfptoa(lla[ALT].l_ui, lla[ALT].l_uf, 1)); in gps16x_message()