Searched refs:SQUARE (Results 1 – 16 of 16) sorted by relevance
| /freebsd-9-stable/sbin/ffsinfo/ |
| D | ffsinfo.c | 437 #define SQUARE(a) ((a)*(a)) in dump_whole_ufs1_inode() macro 442 SQUARE(howmany(sblock.fs_bsize, sizeof(ufs1_daddr_t))))); in dump_whole_ufs1_inode() 443 #undef SQUARE in dump_whole_ufs1_inode() 578 #define SQUARE(a) ((a)*(a)) in dump_whole_ufs2_inode() macro 583 SQUARE(howmany(sblock.fs_bsize, sizeof(ufs2_daddr_t))))); in dump_whole_ufs2_inode() 584 #undef SQUARE in dump_whole_ufs2_inode()
|
| /freebsd-9-stable/sbin/growfs/ |
| D | debug.c | 710 #define SQUARE(a) ((a) * (a)) in dbg_dump_ufs1_ino() macro 711 remaining_blocks -= SQUARE(howmany(sb->fs_bsize, sizeof(ufs1_daddr_t))); in dbg_dump_ufs1_ino() 712 #undef SQUARE in dbg_dump_ufs1_ino() 787 #define SQUARE(a) ((a) * (a)) in dbg_dump_ufs2_ino() macro 788 remaining_blocks -= SQUARE(howmany(sb->fs_bsize, sizeof(ufs2_daddr_t))); in dbg_dump_ufs2_ino() 789 #undef SQUARE in dbg_dump_ufs2_ino()
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | ntp_loopfilter.c | 656 etemp = SQUARE(clock_jitter); in local_clock() 657 dtemp = SQUARE(max(fabs(fp_offset - last_offset), in local_clock() 864 dtemp = SQUARE(clock_frequency - drift_comp); in local_clock() 877 etemp = SQUARE(clock_stability); in local_clock()
|
| D | ntp_refclock.c | 493 pp->jitter += SQUARE(off[k] - off[k - 1]); in refclock_sample()
|
| D | ntp_proto.c | 3599 sys_jitter = SQRT(w / y + SQUARE(peers[syspeer].seljit)); in clock_combine()
|
| /freebsd-9-stable/contrib/ntp/include/ |
| D | ntp.h | 156 #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 */
|
| /freebsd-9-stable/share/i18n/csmapper/CP/ |
| D | CP1046%UCS.src | 56 0x89 = 0x25A0 # BLACK SQUARE
|
| D | UCS%CP1046.src | 635 0x25A0 = 0x89 # BLACK SQUARE
|
| /freebsd-9-stable/share/i18n/csmapper/APPLE/ |
| D | HEBREW%UCS.src | 513 0xFC = 0x005D # RIGHT SQUARE BRACKET, right-left 515 0xFE = 0x005B # LEFT SQUARE BRACKET, right-left
|
| D | FARSI%UCS.src | 185 # 0xFA -> <RL>+0x25A0 BLACK SQUARE, right-left
|
| D | UCS%FARSI.src | 185 # 0xFA -> <RL>+0x25A0 BLACK SQUARE, right-left
|
| D | ARABIC%UCS.src | 212 # 0xFC -> <RL>+0x25A0 BLACK SQUARE, right-left
|
| D | UCS%ARABIC.src | 212 # 0xFC -> <RL>+0x25A0 BLACK SQUARE, right-left
|
| /freebsd-9-stable/contrib/nvi/docs/tutorial/ |
| D | vi.advanced | 899 sequence with SQUARE braces, as on the previous Section line.)
|
| /freebsd-9-stable/contrib/ntp/ |
| D | CommitLog-4.1.0 | 1147 SQUARE(). peer->jitter uses dtemp instead of SQUARE().
|
| /freebsd-9-stable/contrib/gcc/config/mips/ |
| D | mips.md | 1911 ;; SQUARE ROOT
|