OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQUARE
(Results
1 - 14
of
14
) sorted by relevancy
/src/games/monop/
monop.h
54
/*
square
type numbers */
66
#define JAIL 40 /* JAIL
square
number */
72
struct sqr_st { /* structure for
square
*/
80
typedef struct sqr_st
SQUARE
;
90
unsigned char sqnums[3]; /*
Square
numbers (used to init)*/
91
SQUARE
*sq[3]; /* list of squares in monop */
103
short
square
; /*
square
description */
member in struct:prp_st
110
SQUARE
*sqr; /* pointer to
square
*/
[
all
...]
print.c
45
static void printmorg(const
SQUARE
*);
82
* This routine prints out an individual
square
89
SQUARE
*sqp;
163
printmorg(const
SQUARE
*sqp)
prop.c
45
static int value(
SQUARE
*);
52
buy(int playernum,
SQUARE
*sqrp)
128
* given
square
.
131
value(
SQUARE
*sqp)
rent.c
47
rent(
SQUARE
*sqp)
houses.c
327
SQUARE
*sqp;
343
SQUARE
*sqp;
360
SQUARE
*sqp;
monop.c
150
/* morg monop
square
houses mon_desc rent */
175
SQUARE
board[N_SQRS+1] = { /* board itself (+1 for Jail) */
trade.c
244
SQUARE
*sqp;
execute.c
149
SQUARE
*sqp;
307
fprintf(outf, "
square
%d {\n", i);
518
/* board
square
attributes */
568
} else if (!strcmp(attribute, "
square
")) {
569
if (getnum_withbrace("
square
", txt, 0, N_SQRS-1,
686
SQUARE
*sp = &board[restore_itemnum];
/src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c
663
etemp =
SQUARE
(clock_jitter);
664
dtemp =
SQUARE
(max(fabs(fp_offset - last_offset),
855
dtemp =
SQUARE
(clock_frequency - drift_comp);
868
etemp =
SQUARE
(clock_stability);
ntp_refclock.c
628
pp->jitter +=
SQUARE
(off[k] - off[k - 1]);
ntp_proto.c
4096
sys_jitter = SQRT(w / y +
SQUARE
(peers[syspeer].seljit));
/src/external/bsd/ntp/dist/include/
ntp.h
154
* precision component is computed as the
square
root of the mean of the
158
#define
SQUARE
(x) ((x) * (x))
160
#define DIFF(x, y) (
SQUARE
((x) - (y)))
162
#define UNIVAR(x) (
SQUARE
(.28867513 * LOGTOD(x))) /* std uniform distr */
/src/sys/arch/m68k/060sp/dist/
pfpsp.s
11993
#
SQUARE
ROOT: norms and denorms ONLY!
12005
fsqrt.x (%a0),%fp0 # execute
square
root
12113
fsqrt.x FP_SCR0(%a6),%fp0 # execute
square
root
12164
fsqrt.x FP_SCR0(%a6),%fp0 # perform
square
root
fpsp.s
6980
# extended-precision numbers whose
square
over/underflow #
15561
#
SQUARE
ROOT: norms and denorms ONLY!
15573
fsqrt.x (%a0),%fp0 # execute
square
root
15681
fsqrt.x FP_SCR0(%a6),%fp0 # execute
square
root
15732
fsqrt.x FP_SCR0(%a6),%fp0 # perform
square
root
Completed in 134 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026