Lines Matching defs:xx
67 } xx;
84 lx = xx.f = x;
85 hx = xx.i & ~0x80000000;
95 xx.i = yy.i[0];
96 return (xx.f);
103 xx.i = 0x00000001;
104 else if ((int) xx.i >= 0) /* x is positive */
105 xx.i++;
107 xx.i--;
110 xx.i = 0x80000001;
111 else if ((int) xx.i >= 0) /* x is positive */
112 xx.i--;
114 xx.i++;
118 hx = xx.i & ~0x80000000;
127 return (xx.f);
137 } xx;
142 lx = xx.f = x;
143 hx = xx.i & ~0x80000000;
154 xx.i = 0x00000001;
155 else if ((int) xx.i >= 0) /* x is positive */
156 xx.i++;
158 xx.i--;
161 xx.i = 0x80000001;
162 else if ((int) xx.i >= 0) /* x is positive */
163 xx.i--;
165 xx.i++;
169 hx = xx.i & ~0x80000000;
178 return (xx.f);