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

/freebsd-9.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c739 l_fp t10, t23, tmp; local
870 t23 = rec; /* pkt.rec == t2 */
871 L_SUB(&t23, &org); /* pkt->org == t3 */
880 tmp = t23;
885 * Calculate di in t23 in full precision, then truncate
888 L_SUB(&t23, &t10);
889 di = LFPTOFP(&t23);

Completed in 93 milliseconds