Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_proto.c2480 double t34, t21; in process_packet() local
2616 LFPTOD(&ci, t21); in process_packet()
2617 p_del = t21 - t34; in process_packet()
2618 p_offset = (t21 + t34) / 2.; in process_packet()
2621 "t21 %.6f t34 %.6f", t21, t34); in process_packet()
2641 LFPTOD(&ci, t21); in process_packet()
2649 "offset %.6f delay %.6f", t21, t34); in process_packet()
2653 p_offset = t21; in process_packet()
2705 LFPTOD(&ci, t21); in process_packet()
2706 p_del = fabs(t21 - t34); in process_packet()
[all …]
/freebsd-11-stable/contrib/ntp/sntp/
HDmain.c1327 double t21, t34, delta; in offset_calculation() local
1344 LFPTOD(&tmp, t21); in offset_calculation()
1350 *offset = (t21 + t34) / 2.; in offset_calculation()
1351 delta = t21 - t34; in offset_calculation()
1376 *synch_distance = (fabs(t21 + t34) + FPTOD(p_rdly)) / 3. in offset_calculation()
1408 t21, t34, delta, *offset)); in offset_calculation()
/freebsd-11-stable/lib/msun/ld128/
HDe_lgammal_r.c93 t21 = -1.64508584981658692556994212457518536e-05L, variable
286 y*(t17+y*(t18+y*(t19+y*(t20+y*(t21+y*(t22+y*(t23+ in lgammal_r()
/freebsd-11-stable/contrib/ntp/include/
HDntp.h373 double t21; /* outbound packet delay */ member