Searched refs:LOGTOD (Results 1 – 7 of 7) sorted by relevance
230 clock_jitter = LOGTOD(sys_precision); in init_loopfilter()646 clock_jitter = LOGTOD(sys_precision); in local_clock()663 LOGTOD(sys_precision))); in local_clock()
2796 p_del = max(p_del, LOGTOD(sys_precision)); in process_packet()2797 p_disp = LOGTOD(sys_precision) + LOGTOD(peer->precision) + in process_packet()3016 sys_jitter = LOGTOD(sys_precision); in clock_update()3271 peer->jitter = LOGTOD(sys_precision); in peer_clear()3465 peer->jitter = max(SQRT(peer->jitter), LOGTOD(sys_precision)); in clock_filter()3897 g = max(g, LOGTOD(sys_precision)); in clock_select()
630 pp->jitter = max(SQRT(pp->jitter / m), LOGTOD(sys_precision)); in refclock_sample()
159 #define LOGTOD(a) ldexp(1., (int)(a)) /* log2 to double */ macro160 #define UNIVAR(x) (SQUARE(.28867513 * LOGTOD(x))) /* std uniform distr */
1338 *precision = LOGTOD(rpkt->precision); in offset_calculation()
1731 * [Bug 2382] Implement LOGTOD using ldexp() instead of shifting.
85160 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting85163 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting85166 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting145539 of LOGTOD(), substitute ULOGTOD()