Searched refs:GPS_C (Results 1 – 1 of 1) sorted by relevance
74 #define GPS_C (299792458.) macro575 1e-6 * GPS_C); /* turn of biasuncert. > (1us) */ in ripencc_start()1636 bias = bGetDouble(&buf[18]) / GPS_C * 1e9; /* ns */ in parse0x8F0B()1637 rate = bGetDouble(&buf[26]) / GPS_C * 1e9; /* ppb */ in parse0x8F0B()1638 biasunc = bGetSingle(&buf[34]) / GPS_C * 1e9; /* ns */ in parse0x8F0B()1639 rateunc = bGetSingle(&buf[38]) / GPS_C * 1e9; /* ppb */ in parse0x8F0B()4895 pbuf += sprintf(pbuf, "\n biasunc: %.1f ns", bias_unc_threshold/GPS_C*1.e9); in rpt_8F4A()