Home
last modified time | relevance | path

Searched refs:getdbl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_palisade.c608 lat = getdbl((u_char *) &mb(42)) * R2D; in TSIP_decode()
609 lon = getdbl((u_char *) &mb(50)) * R2D; in TSIP_decode()
610 alt = getdbl((u_char *) &mb(58)); in TSIP_decode()
633 secs = getdbl((u_char *) &mb(3)); in TSIP_decode()
723 pp->nsec = (long) (getdbl((u_char *) &mb(3)) in TSIP_decode()
750 lat = getdbl((u_char *) &mb(36)) * R2D; in TSIP_decode()
751 lon = getdbl((u_char *) &mb(44)) * R2D; in TSIP_decode()
752 alt = getdbl((u_char *) &mb(52)); in TSIP_decode()
1486 getdbl ( in getdbl() function
H A Drefclock_palisade.h191 static double getdbl (u_char *);
H A Drefclock_parse.c5402 getdbl( in getdbl() function
5726 double x = getdbl((unsigned char *)&mb(0)); in trimbletsip_message()
5727 double y = getdbl((unsigned char *)&mb(8)); in trimbletsip_message()
5728 double z = getdbl((unsigned char *)&mb(16)); in trimbletsip_message()
5736 double lat = getdbl((unsigned char *)&mb(0)); in trimbletsip_message()
5737 double lng = getdbl((unsigned char *)&mb(8)); in trimbletsip_message()
5741 getdbl((unsigned char *)&mb(16))); in trimbletsip_message()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.05426 (getdbl): fixed data conversion
5578 (getdbl): fixed ENDIAN issue