Searched refs:bGetDouble (Results 1 – 1 of 1) sorted by relevance
1360 bGetDouble( in bGetDouble() function1385 #define bGetDouble(bp) (*(double*)(bp)) macro1492 if (bGetDouble(&buf[3]) != 0.0) { in parse0x8FAD()1615 tow = bGetDouble(&buf[3]); in parse0x8F0B()1636 bias = bGetDouble(&buf[18]) / GPS_C * 1e9; /* ns */ in parse0x8F0B()1637 rate = bGetDouble(&buf[26]) / GPS_C * 1e9; /* ppb */ in parse0x8F0B()1640 lat = bGetDouble(&buf[42]) * R2D; in parse0x8F0B()1641 lon = bGetDouble(&buf[50]) * R2D; in parse0x8F0B()1642 alt = bGetDouble(&buf[58]); in parse0x8F0B()1744 a0 = bGetDouble (buf); in parse0x4F()[all …]