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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c667 clock_jitter = SQRT(etemp + (dtemp - etemp) /
870 clock_stability = SQRT(etemp + (dtemp - etemp) / CLOCK_AVG);
H A Drefclock_chu.c797 disc = SQRT(disc);
799 disc = -SQRT(-disc);
H A Dntp_request.c785 ips->dispersion = HTONS_FP(DTOUFP(SQRT(pp->disp)));
930 ip->dispersion = HTONS_FP(DTOUFP(SQRT(pp->disp)));
931 ip->selectdisp = HTONS_FP(DTOUFP(SQRT(pp->jitter)));
H A Dntp_refclock.c626 pp->jitter = max(SQRT(pp->jitter / m), LOGTOD(sys_precision));
H A Dntp_proto.c3377 peer->jitter = max(SQRT(peer->jitter), LOGTOD(sys_precision));
3801 peers[i].seljit = SQRT(f / (nlist - 1));
4006 sys_jitter = SQRT(w / y + SQUARE(peers[syspeer].seljit));
/freebsd-13-stable/usr.bin/bc/
H A Dbc.y157 %token RETURN FOR IF WHILE SQRT
661 | SQRT LPAR expression RPAR
/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h157 #define SQRT(x) (sqrt(x)) macro

Completed in 187 milliseconds