HomeSort by: relevance | last modified time | path
    Searched defs:R2D (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_palisade.h 155 #define R2D (180.0/GPS_PI)
refclock_ripencc.c 78 #define R2D (180.0/GPS_PI)
1642 lat = bGetDouble(&buf[42]) * R2D;
1643 lon = bGetDouble(&buf[50]) * R2D;
1804 elevation = bGetSingle(&buf[12]) * R2D;
1805 azinuth = bGetSingle(&buf[16]) * R2D;
3580 lat *= (float)R2D;
3590 lon *= (float)R2D;
3674 pbuf += sprintf(pbuf, "\n Elevation mask = %.2f", el_mask * R2D);
4216 elev*R2D, azim*R2D);
    [all...]

Completed in 68 milliseconds