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

  /src/lib/libc/gdtoa/
strtopxL.c 44 #define _2 2 macro
49 #define _2 0 macro
78 L[_2] = bits[0];
86 L[_2] = 0;
g_xLfmt.c 44 #define _2 2 macro
49 #define _2 0 macro
77 bits[0] = L[_2];
strtopQ.c 44 #define _2 2 macro
50 #define _2 1 macro
80 L[_2] = bits[1];
87 L[_2] = bits[1];
94 L[_1] = L[_2] = L[_3] = 0;
strtopx.c 44 #define _2 2 macro
51 #define _2 2 macro
89 L[_2] = (UShort)bits[1];
96 L[_2] = L[_3] = L[_4] = 0;
strtorQ.c 44 #define _2 2 macro
50 #define _2 1 macro
70 L[_2] = bits[1];
77 L[_2] = bits[1];
84 L[_1] = L[_2] = L[_3] = 0;
strtorx.c 44 #define _2 2 macro
51 #define _2 2 macro
79 L[_2] = (UShort)bits[1];
86 L[_2] = L[_3] = L[_4] = 0;
strtorxL.c 44 #define _2 2 macro
49 #define _2 0 macro
70 L[_2] = bits[0];
76 L[_2] = 0;
g_Qfmt.c 44 #define _2 2 macro
50 #define _2 1 macro
80 bits[1] = L[_2];
g_xfmt.c 44 #define _2 2 macro
51 #define _2 2 macro
81 bits[1] = (L[_1] << 16) | L[_2];
  /src/lib/libc/gdtoa/test/
xLtest.c 71 #define _2 2 macro
76 #define _2 0 macro
104 /* &u.bits[_1], &u.bits[_2]); */
109 u.bits[_2] = (ULong)strtoul(s1=se, &se, 16);
113 U u.bits[_1], U u.bits[_2]);
125 U u.bits[_0], U u.bits[_1], U u.bits[_2]);
143 U v[0].bits[_2]);
151 U v[0].bits[_2]);
156 U v[1].bits[_2]);
xtest.c 69 #define _2 2 macro
76 #define _2 2 macro
106 &u.bits[_1], &u.bits[_2], &u.bits[_3],
110 u.bits[_1], u.bits[_2], u.bits[_3], u.bits[_4]);
122 u.bits[_0], u.bits[_1], u.bits[_2],
141 v[0].bits[_2], v[0].bits[_3],
150 v[0].bits[_2], v[0].bits[_3],
156 v[1].bits[_2], v[1].bits[_3],
Qtest.c 68 #define _2 2 macro
74 #define _2 1 macro
110 /* &u.bits[_1], &u.bits[_2], &u.bits[_3]); */
115 u.bits[_2] = (ULong)strtoul(s1 = se, &se, 16);
122 U u.bits[_1], U u.bits[_2], U u.bits[_3]);
134 U u.bits[_0], U u.bits[_1], U u.bits[_2], U u.bits[_3]);
152 U v[0].bits[_2], U v[0].bits[_3]);
160 U v[0].bits[_2], U v[0].bits[_3]);
165 U v[1].bits[_2], U v[1].bits[_3]);
  /src/external/gpl3/gdb/dist/sim/cr16/
cr16-sim.h 89 unsigned_2 _2; member in union:slot_data
115 SLOT[SLOT_NR].data._2 = (unsigned_2) (VAL); \
116 SLOT[SLOT_NR].mask._2 = (unsigned_2) (MSK); \
141 *(unsigned_2*) SLOT[i].dest &= SLOT[i].mask._2; \
142 *(unsigned_2*) SLOT[i].dest |= SLOT[i].data._2; \
170 (unsigned) SLOT[i].mask._2, \
171 (unsigned) SLOT[i].data._2); \
  /src/external/gpl3/gdb/dist/sim/d10v/
d10v-sim.h 83 unsigned_2 _2; member in union:slot_data
110 SLOT[SLOT_NR].data._2 = (unsigned_2) (VAL); \
111 SLOT[SLOT_NR].mask._2 = (unsigned_2) (MSK); \
140 *(unsigned_2*) SLOT[i].dest &= SLOT[i].mask._2; \
141 *(unsigned_2*) SLOT[i].dest |= SLOT[i].data._2; \
173 (unsigned) SLOT[i].mask._2, \
174 (unsigned) SLOT[i].data._2); \
  /src/external/gpl3/gdb.old/dist/sim/cr16/
cr16-sim.h 89 unsigned_2 _2; member in union:slot_data
115 SLOT[SLOT_NR].data._2 = (unsigned_2) (VAL); \
116 SLOT[SLOT_NR].mask._2 = (unsigned_2) (MSK); \
141 *(unsigned_2*) SLOT[i].dest &= SLOT[i].mask._2; \
142 *(unsigned_2*) SLOT[i].dest |= SLOT[i].data._2; \
170 (unsigned) SLOT[i].mask._2, \
171 (unsigned) SLOT[i].data._2); \
  /src/external/gpl3/gdb.old/dist/sim/d10v/
d10v-sim.h 83 unsigned_2 _2; member in union:slot_data
110 SLOT[SLOT_NR].data._2 = (unsigned_2) (VAL); \
111 SLOT[SLOT_NR].mask._2 = (unsigned_2) (MSK); \
140 *(unsigned_2*) SLOT[i].dest &= SLOT[i].mask._2; \
141 *(unsigned_2*) SLOT[i].dest |= SLOT[i].data._2; \
173 (unsigned) SLOT[i].mask._2, \
174 (unsigned) SLOT[i].data._2); \

Completed in 36 milliseconds