HomeSort by: relevance | last modified time | path
    Searched defs:WORD (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/make/unit-tests/
cond-func-empty.mk 14 WORD= word
28 # The :S modifier replaces the empty value with an actual word. After
116 # The value of the following expression is " word", which is not empty. To be
119 .if empty(:U word)
130 # The variable WORD has the value "word", which does not count as empty.
131 .if empty(WORD)
145 # The argument expands to "WORD", and that variable is defined at the
155 # expect+1: warning: Invalid character " " in variable name " WORD "
    [all...]
dollar.mk 8 WORD= word
56 $T 'S,$$,word,' ''${DOLLAR_XY:S,$,word,:Q}
57 $T 'S,$$X,word,' ''${DOLLAR_XY:S,$X,word,:Q}
58 $T 'S,$$$$X,word,' ''${DOLLAR_XY:S,$$X,word,:Q}
59 $T 'S,$$$$$$X,word,' ''${DOLLAR_XY:S,$$$X,word,:Q
    [all...]
  /src/usr.sbin/gspa/gspa/
gsp_code.h 37 #define WORD 3
  /src/sys/arch/m68k/fpe/
fpu_div.c 100 * dispense with the multi-word arithmetic and just build it one word
101 * at a time, writing each result word when it is done.
234 #define WORD(r, i) /* calculate r->fp_mant[i] */ \
261 WORD(x, 1);
262 WORD(x, 2);
  /src/sys/arch/powerpc/fpu/
fpu_div.c 104 * dispense with the multi-word arithmetic and just build it one word
105 * at a time, writing each result word when it is done.
259 #define WORD(r, i) /* calculate r->fp_mant[i] */ \
288 WORD(x, 1);
289 WORD(x, 2);
290 WORD(x, 3);
  /src/sys/arch/sparc/fpu/
fpu_div.c 100 * dispense with the multi-word arithmetic and just build it one word
101 * at a time, writing each result word when it is done.
230 #define WORD(r, i) /* calculate r->fp_mant[i] */ \
259 WORD(x, 1);
260 WORD(x, 2);
261 WORD(x, 3);
  /src/sys/arch/amd64/amd64/
db_disasm.c 61 #define WORD 1
84 #define Ew 3 /* address, word size */
87 #define Rw 6 /* word register, in 'reg' field */
104 #define Iw 23 /* word immediate, unsigned */
117 #define Iq 36 /* word immediate, maybe 64bits */
472 /*0*/ { "fiadd", WORD, 0, 0 },
473 /*1*/ { "fimul", WORD, 0, 0 },
474 /*2*/ { "ficom", WORD, 0, 0 },
475 /*3*/ { "ficomp", WORD, 0, 0 },
476 /*4*/ { "fisub", WORD, op1(X), db_Esca4 }
    [all...]
  /src/sys/arch/i386/i386/
db_disasm.c 51 #define WORD 1
66 #define Ew 3 /* address, word size */
69 #define Rw 6 /* word register, in 'reg' field */
86 #define Iw 23 /* word immediate, unsigned */
440 /*0*/ { "fiadd", WORD, 0, 0 },
441 /*1*/ { "fimul", WORD, 0, 0 },
442 /*2*/ { "ficom", WORD, 0, 0 },
443 /*3*/ { "ficomp", WORD, 0, 0 },
444 /*4*/ { "fisub", WORD, op1(X), db_Esca4 },
445 /*5*/ { "fisubr", WORD, 0, 0 }
    [all...]

Completed in 15 milliseconds