Lines Matching defs:yisint
126 int i, j, k, yisint, n;
156 * yisint = 0 ... y is not an integer
157 * yisint = 1 ... y is an odd int
158 * yisint = 2 ... y is an even int
160 yisint = 0;
165 yisint = 2;
175 yisint = 2 - (j & 1);
183 yisint = 2 - (j & 1);
244 if (((ix - 0x3ff00000) | yisint) == 0)
248 else if (yisint == 1)
260 if ((n | yisint) == 0)
266 if ((n | (yisint - 1)) == 0)