Searched refs:lon (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | refclock_mx4200.c | 484 double minute, lat, lon, alt; in mx4200_ref() local 563 lon = up->avg_lon; in mx4200_ref() 566 lon = up->avg_lon * (-1.0); in mx4200_ref() 572 minute = (lon - (double)(int)lon) * 60.0; in mx4200_ref() 573 snprintf(lons, sizeof(lons), "%03d%02.4f", (int)lon, minute); in mx4200_ref() 1236 double mtime, lat, lon, alt, geoid, vele, veln; in mx4200_parse_p() local 1247 &sentence_type, &mtime, &lat, &north_south, &lon, &east_west, in mx4200_parse_p() 1280 if (lon < 0.0) return ("negative longitude"); in mx4200_parse_p() 1281 if (lon > 180.0) lon = 180.0; in mx4200_parse_p() 1282 lon *= 0.01; in mx4200_parse_p() [all …]
|
| H A D | refclock_ripencc.c | 298 short rpt_0x4A (TSIPPKT *rpt, float *lat, float *lon, float *alt, 341 short rpt_0x84 (TSIPPKT *rpt, double *lat, double *lon, double *alt, 356 float *bias_unc, float *dr_unc, double *lat, double *lon, double *alt, 361 double *lon, double *alt, double vel_enu[], double *time_of_fix, 1594 double lat, lon, alt; in parse0x8F0B() local 1641 lon = bGetDouble(&buf[50]) * R2D; in parse0x8F0B() 1654 if (lon < 0.0) { in parse0x8F0B() 1656 lon = -lon; in parse0x8F0B() 1662 lon_deg = (short)lon; in parse0x8F0B() 1663 lon_min = (lon - lon_deg) * 60.0; in parse0x8F0B() [all …]
|
| H A D | refclock_true.c | 357 int lat, lon, off; /* GOES Satellite position */ in true_receive() local 413 sscanf(pp->a_lastcode, "%5d%*c%3d%*c%3d", &lon, &lat, &off) == 3 in true_receive() 423 if (lon > 7000 && lon < 14000) { in true_receive() 424 if (lon < 10000) { in true_receive()
|
| H A D | jupiter.h | 97 u_short lon[2]; /* longitude (radians) */ member 230 u_short lon[2]; /* longitude (radians) */ member
|
| H A D | refclock_palisade.c | 607 double lat, lon, alt; in TSIP_decode() local 609 lon = getdbl((u_char *) &mb(50)) * R2D; in TSIP_decode() 613 up->unit, lat,lon,alt); in TSIP_decode() 749 double lat, lon, alt; in TSIP_decode() local 751 lon = getdbl((u_char *) &mb(44)) * R2D; in TSIP_decode() 755 up->unit, lat,lon,alt); in TSIP_decode()
|
| H A D | refclock_oncore.c | 3120 long lat, lon, ht; in oncore_get_timestamp() local 3125 lon = buf_w32(&buf[8]); in oncore_get_timestamp() 3129 Lon = lon; in oncore_get_timestamp() 3141 instance->ss_long = lon; in oncore_get_timestamp() 3704 long lat, lon; in oncore_print_posn() local 3708 lon = instance->ss_long; in oncore_print_posn() 3709 if (lon < 0) { in oncore_print_posn() 3711 lon = -lon; in oncore_print_posn() 3725 yd = lon/3600000.; in oncore_print_posn() 3733 imy = lon%3600000; in oncore_print_posn() [all …]
|
| /src/usr.bin/m4/TEST/ |
| H A D | test.m4 | 83 # this is A vEry lon sEntEnCE
|