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

/netbsd-current/games/monop/
H A Dmonop.h80 typedef struct sqr_st SQUARE; typedef in typeref:struct:sqr_st
91 SQUARE *sq[3]; /* list of squares in monop */
110 SQUARE *sqr; /* pointer to square */
148 extern SQUARE board[N_SQRS + 1];
200 void buy(int, SQUARE *);
207 void rent(SQUARE *);
H A Dprint.c45 static void printmorg(const SQUARE *);
89 SQUARE *sqp;
163 printmorg(const SQUARE *sqp)
H A Dprop.c45 static int value(SQUARE *);
52 buy(int playernum, SQUARE *sqrp)
131 value(SQUARE *sqp)
H A Drent.c47 rent(SQUARE *sqp)
H A Dhouses.c327 SQUARE *sqp;
343 SQUARE *sqp;
360 SQUARE *sqp;
H A Dmonop.c175 SQUARE board[N_SQRS+1] = { /* board itself (+1 for Jail) */
H A Dtrade.c244 SQUARE *sqp;
H A Dexecute.c149 SQUARE *sqp;
686 SQUARE *sp = &board[restore_itemnum];
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_loopfilter.c666 etemp = SQUARE(clock_jitter);
667 dtemp = SQUARE(max(fabs(fp_offset - last_offset),
858 dtemp = SQUARE(clock_frequency - drift_comp);
871 etemp = SQUARE(clock_stability);
H A Dntp_refclock.c624 pp->jitter += SQUARE(off[k] - off[k - 1]);
H A Dntp_proto.c4008 sys_jitter = SQRT(w / y + SQUARE(peers[syspeer].seljit));
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp.h158 #define SQUARE(x) ((x) * (x)) macro
160 #define DIFF(x, y) (SQUARE((x) - (y)))
162 #define UNIVAR(x) (SQUARE(.28867513 * LOGTOD(x))) /* std uniform distr */
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s11993 # SQUARE ROOT: norms and denorms ONLY!
H A Dfpsp.s15561 # SQUARE ROOT: norms and denorms ONLY!

Completed in 487 milliseconds