Lines Matching defs:bGetDouble

1360 bGetDouble(
1385 #define bGetDouble(bp) (*(double*)(bp))
1492 if (bGetDouble(&buf[3]) != 0.0) {
1615 tow = bGetDouble(&buf[3]);
1636 bias = bGetDouble(&buf[18]) / GPS_C * 1e9; /* ns */
1637 rate = bGetDouble(&buf[26]) / GPS_C * 1e9; /* ppb */
1640 lat = bGetDouble(&buf[42]) * R2D;
1641 lon = bGetDouble(&buf[50]) * R2D;
1642 alt = bGetDouble(&buf[58]);
1744 a0 = bGetDouble (buf);
2337 *a0 = bGetDouble (buf);
2520 utcinfo->A_0 = bGetDouble (&buf4[13]);
2556 navinfo->ephorb.M_0 = bGetDouble (&buf4[47]);
2558 navinfo->ephorb.e = bGetDouble (&buf4[59]);
2560 navinfo->ephorb.sqrt_A = bGetDouble (&buf4[71]);
2563 navinfo->ephorb.OMEGA_0 = bGetDouble (&buf4[87]);
2565 navinfo->ephorb.i_0 = bGetDouble (&buf4[99]);
2567 navinfo->ephorb.omega = bGetDouble (&buf4[111]);
2570 navinfo->ephorb.Axis = bGetDouble (&buf4[127]);
2571 navinfo->ephorb.n = bGetDouble (&buf4[135]);
2572 navinfo->ephorb.r1me2 = bGetDouble (&buf4[143]);
2573 navinfo->ephorb.OMEGA_n=bGetDouble (&buf4[151]);
2574 navinfo->ephorb.ODOT_n = bGetDouble (&buf4[159]);
2621 *time_of_fix = bGetDouble (&buf[17]);
2756 ECEF_pos[0] = bGetDouble (buf);
2757 ECEF_pos[1] = bGetDouble (&buf[8]);
2758 ECEF_pos[2] = bGetDouble (&buf[16]);
2759 *clock_bias = bGetDouble (&buf[24]);
2779 *lat = bGetDouble (buf);
2780 *lon = bGetDouble (&buf[8]);
2781 *alt = bGetDouble (&buf[16]);
2782 *clock_bias = bGetDouble (&buf[24]);
2872 *tow = bGetDouble(&buf[3]);
2878 *bias = bGetDouble(&buf[18]);
2879 *drift = bGetDouble(&buf[26]);
2882 *lat = bGetDouble(&buf[42]);
2883 *lon = bGetDouble(&buf[50]);
2884 *alt = bGetDouble(&buf[58]);
2903 datum_coeffs[0] = bGetDouble (&buf[3]);
2904 datum_coeffs[1] = bGetDouble (&buf[11]);
2905 datum_coeffs[2] = bGetDouble (&buf[19]);
2906 datum_coeffs[3] = bGetDouble (&buf[27]);
2907 datum_coeffs[4] = bGetDouble (&buf[35]);
2925 datum_coeffs[0] = bGetDouble (&buf[3]);
2926 datum_coeffs[1] = bGetDouble (&buf[11]);
2927 datum_coeffs[2] = bGetDouble (&buf[19]);
2928 datum_coeffs[3] = bGetDouble (&buf[27]);
2929 datum_coeffs[4] = bGetDouble (&buf[35]);
3079 *pps_offset = bGetDouble(&buf[4]);
3150 *FracSec = bGetDouble(&rpt->buf[3]);