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

/freebsd-10.1-release/sbin/ffsinfo/
H A Dffsinfo.c437 #define SQUARE(a) ((a)*(a)) macro
442 SQUARE(howmany(sblock.fs_bsize, sizeof(ufs1_daddr_t)))));
443 #undef SQUARE macro
578 #define SQUARE(a) ((a)*(a)) macro
583 SQUARE(howmany(sblock.fs_bsize, sizeof(ufs2_daddr_t)))));
584 #undef SQUARE macro
/freebsd-10.1-release/sbin/growfs/
H A Ddebug.c710 #define SQUARE(a) ((a) * (a)) macro
711 remaining_blocks -= SQUARE(howmany(sb->fs_bsize, sizeof(ufs1_daddr_t)));
712 #undef SQUARE macro
787 #define SQUARE(a) ((a) * (a)) macro
788 remaining_blocks -= SQUARE(howmany(sb->fs_bsize, sizeof(ufs2_daddr_t)));
789 #undef SQUARE macro
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c656 etemp = SQUARE(clock_jitter);
657 dtemp = SQUARE(max(fabs(fp_offset - last_offset),
864 dtemp = SQUARE(clock_frequency - drift_comp);
877 etemp = SQUARE(clock_stability);
H A Dntp_refclock.c493 pp->jitter += SQUARE(off[k] - off[k - 1]);
H A Dntp_proto.c3599 sys_jitter = SQRT(w / y + SQUARE(peers[syspeer].seljit));
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp.h156 #define SQUARE(x) ((x) * (x)) macro
158 #define DIFF(x, y) (SQUARE((x) - (y)))
160 #define UNIVAR(x) (SQUARE(.28867513 * LOGTOD(x))) /* std uniform distr */

Completed in 134 milliseconds