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

  /src/lib/libc/gdtoa/
strtopQ.c 45 #define _3 3 macro
51 #define _3 0 macro
79 L[_3] = bits[0];
86 L[_3] = bits[0];
94 L[_1] = L[_2] = L[_3] = 0;
strtopx.c 45 #define _3 3 macro
52 #define _3 1 macro
88 L[_3] = (UShort)(bits[0] >> 16);
96 L[_2] = L[_3] = L[_4] = 0;
strtorQ.c 45 #define _3 3 macro
51 #define _3 0 macro
69 L[_3] = bits[0];
76 L[_3] = bits[0];
84 L[_1] = L[_2] = L[_3] = 0;
strtorx.c 45 #define _3 3 macro
52 #define _3 1 macro
78 L[_3] = (UShort)(bits[0] >> 16);
86 L[_2] = L[_3] = L[_4] = 0;
g_Qfmt.c 45 #define _3 3 macro
51 #define _3 0 macro
81 bits[0] = L[_3];
g_xfmt.c 45 #define _3 3 macro
52 #define _3 1 macro
82 bits[0] = (L[_3] << 16) | L[_4];
  /src/lib/libc/gdtoa/test/
xtest.c 70 #define _3 3 macro
77 #define _3 1 macro
106 &u.bits[_1], &u.bits[_2], &u.bits[_3],
110 u.bits[_1], u.bits[_2], u.bits[_3], u.bits[_4]);
123 u.bits[_3], u.bits[_4]);
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 69 #define _3 3 macro
75 #define _3 0 macro
110 /* &u.bits[_1], &u.bits[_2], &u.bits[_3]); */
117 u.bits[_3] = (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]);

Completed in 32 milliseconds