Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_ripencc.c1362 bGetDouble( in bGetDouble() function
1387 #define bGetDouble(bp) (*(double*)(bp)) macro
1494 if (bGetDouble(&buf[3]) != 0.0) { in parse0x8FAD()
1617 tow = bGetDouble(&buf[3]); in parse0x8F0B()
1638 bias = bGetDouble(&buf[18]) / GPS_C * 1e9; /* ns */ in parse0x8F0B()
1639 rate = bGetDouble(&buf[26]) / GPS_C * 1e9; /* ppb */ in parse0x8F0B()
1642 lat = bGetDouble(&buf[42]) * R2D; in parse0x8F0B()
1643 lon = bGetDouble(&buf[50]) * R2D; in parse0x8F0B()
1644 alt = bGetDouble(&buf[58]); in parse0x8F0B()
1746 a0 = bGetDouble (buf); in parse0x4F()
[all …]