Searched refs:latitude (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/usr.bin/calendar/
H A Dsunpos.c100 int inSEC, double eastlongitude, double latitude, double *L, double *DEC)
139 fixup(&latitude);
142 inMM, inDD, inHOUR, inMIN, inSEC, latitude, *DEC, HA);
151 *ALT = ASIN(SIN(latitude) * SIN(*DEC) +
152 COS(latitude) * COS(*DEC) * COS(HA)); /* 13 */
155 (COS(HA) * SIN(latitude) - TAN(*DEC) * COS(latitude))); /* 14 */
177 comp("latitude", latitude, fixup(&explatitude));
99 sunpos(int inYY, int inMM, int inDD, double UTCOFFSET, int inHOUR, int inMIN, int inSEC, double eastlongitude, double latitude, double *L, double *DEC) argument
/freebsd-10.0-release/contrib/ldns/
H A Dstr2host.c850 uint32_t latitude = 0; local
914 latitude = (uint32_t) s;
915 latitude += 1000 * 60 * m;
916 latitude += 1000 * 60 * 60 * h;
918 latitude = equator + latitude;
920 latitude = equator - latitude;
1011 ldns_write_uint32(data + 4, latitude);
H A Dhost2str.c622 uint32_t latitude; local
637 latitude = ldns_read_uint32(&ldns_rdf_data(rdf)[4]);
641 if (latitude > equator) {
643 latitude = latitude - equator;
646 latitude = equator - latitude;
648 h = latitude / (1000 * 60 * 60);
649 latitude = latitude
[all...]

Completed in 72 milliseconds