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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
macro-source-path.c 16 #define TWO 2
21 return ONE + TWO;
info-macros.c 13 #ifdef TWO
44 #define TWO
56 #undef TWO
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
macro-source-path.c 16 #define TWO 2
21 return ONE + TWO;
info-macros.c 13 #ifdef TWO
44 #define TWO
56 #undef TWO
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-math.c 21 TWO = 2
24 enum e evalue = TWO;
scm-value.c 35 TWO = 2
40 enum e evalue = TWO;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-math.c 21 TWO = 2
24 enum e evalue = TWO;
scm-value.c 35 TWO = 2
40 enum e evalue = TWO;
  /src/tests/usr.bin/xlint/lint1/
msg_206.c 9 ONE, TWO, THREE
17 case TWO:
24 case TWO:
36 case TWO:
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
index.cc 20 enum E { ONE, TWO };
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
index.cc 20 enum E { ONE, TWO };
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
RegisterValue.h 36 TWO, // 2.0
  /src/games/cribbage/
deck.h 55 #define TWO 1
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-value.c 37 TWO = 2
42 enum e evalue = TWO;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-value.c 45 TWO = 2
50 enum e evalue = TWO;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile.c 24 TWO = 2
compile-cplus.c 27 TWO = 2
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile.c 24 TWO = 2
compile-cplus.c 27 TWO = 2
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 63 #define TWO(p) ((double)(1ULL << (p)))
64 #define TWO0 TWO(0)
65 #define TWO32 TWO(32)
66 #define TWO64 (TWO32 * TWO(32))
67 #define TWO96 (TWO64 * TWO(32))
68 #define TWO130 (TWO96 * TWO(34))
119 st->h[0].d = TWO(52)*TWO0;
120 st->h[1].d = TWO(52)*TWO32;
121 st->h[2].d = TWO(52)*TWO64;
122 st->h[3].d = TWO(52)*TWO96
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 60 #define TWO(p) ((double)(1ULL<<(p)))
61 #define TWO0 TWO(0)
62 #define TWO32 TWO(32)
63 #define TWO64 (TWO32*TWO(32))
64 #define TWO96 (TWO64*TWO(32))
65 #define TWO130 (TWO96*TWO(34))
117 st->h[0].d = TWO(52)*TWO0;
118 st->h[1].d = TWO(52)*TWO32;
119 st->h[2].d = TWO(52)*TWO64;
120 st->h[3].d = TWO(52)*TWO96
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305_ieee754.c 60 #define TWO(p) ((double)(1ULL<<(p)))
61 #define TWO0 TWO(0)
62 #define TWO32 TWO(32)
63 #define TWO64 (TWO32*TWO(32))
64 #define TWO96 (TWO64*TWO(32))
65 #define TWO130 (TWO96*TWO(34))
117 st->h[0].d = TWO(52)*TWO0;
118 st->h[1].d = TWO(52)*TWO32;
119 st->h[2].d = TWO(52)*TWO64;
120 st->h[3].d = TWO(52)*TWO96
    [all...]
  /src/usr.bin/deroff/
deroff.c 80 * a file. Has two flags argument, -w, to cause output one word per line
121 #define TWO 2
476 regline(textline, TWO);
1424 regline(msputmac, TWO);
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5069 # ...WHICH IS IN TWO PIECES Y1 & Y2
5545 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
5976 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
6803 # two independent pieces of roughly equal complexities #
6814 # rounded to 62 bits so that the last two bits of T are #
6931 # two independent pieces of roughly equal complexity #
6942 # rounded to 62 bits so that the last two bits of T are #
6994 # two independent pieces of roughly equal complexity #
8028 # separated into two parts evaluated independently before #
8071 TWO
    [all...]
fpsp.s 635 # Two other conditions exist. First, if overflow was disabled #
875 # Two other conditions exist. First, if underflow was disabled #
1150 # Two main instruction types can enter here: (1) DENORM or UNNORM #
1199 # (2) PACKED format (unsupported) opclasses two and three:
1229 # if the exception is an opclass zero or two unimplemented data type
1256 # Separate packed opclass two instructions.
1269 # Opclass two w/ memory-to-fpn operation will have an incorrect extended
1435 # If the input operand to this operation was opclass two and a single
2048 # The opclass two PACKED instruction that took an "Unimplemented Data Type"
2720 # The opclass two instruction that took an "Unimplemented Effective Address
    [all...]

Completed in 37 milliseconds