Searched refs:Lat (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h162 void setLatency(unsigned Lat) { argument
163 Latency = Lat;
174 void setMinLatency(unsigned Lat) { argument
175 MinLatency = Lat;
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c88 * Lat,Long,Ht, cable-delay, offset, and the ReceiverID (along with the
2830 double Lat, Lon, Ht; local
2837 Lat = lat;
2841 Lat /= 3600000;
2846 sprintf(Msg, "Ga Posn Lat = %.7f, Lon = %.7f, Ht = %.2f", Lat, Lon, Ht);
3407 sprintf(Msg, "Lat = %c %11.7fdeg, Long = %c %11.7fdeg, Alt = %5.2fm (%5.2fft) GPS", ns, xd, ew, yd, hm, hft);
3417 "Lat = %c %3ddeg %7.4fm, Long = %c %3ddeg %8.5fm, Alt = %7.2fm (%7.2fft) GPS", ns, idx, xm, ew, idy, ym, hm, hft);
3427 "Lat = %c %3ddeg %2dm %5.2fs, Long = %c %3ddeg %2dm %5.2fs, Alt = %7.2fm (%7.2fft) GPS", ns, idx, imx, xs, ew, idy, imy, ys, hm, hft);

Completed in 252 milliseconds