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

/freebsd-13-stable/usr.bin/calendar/
H A Dsunpos.c105 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; local
139 HA = *L - alpha + 180 + 15 * UTHM + eastlongitude; /* 12 */
140 fixup(&HA);
144 inMM, inDD, inHOUR, inMIN, inSEC, latitude, *DEC, HA);
154 COS(latitude) * COS(*DEC) * COS(HA)); /* 13 */
156 *AZ = ATAN(SIN(HA) /
157 (COS(HA) * SIN(latitude) - TAN(*DEC) * COS(latitude))); /* 14 */
180 comp("HA", HA, fixup(&expHA));
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c121 #define HA 1 /* host address */ macro
148 { "srcadr", HA },
149 { "peeradr", HA }, /* compat with others */
3650 case HA: /* fallthru */
3654 } else if (fmt == HA){
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3256 Action* HA;
3260 HA = SB->appendLinkHostActions(DeviceAL);
3262 return HA;

Completed in 180 milliseconds