Lines Matching defs:is
27 * Use is subject to license terms.
35 * integer pointer quo such that *quo = N mod (2**31), where N is the
47 is = (int) 0x80000000,
63 sq = (iy ^ hx) & is; /* sign of x/y */
118 * *(int *) &w = is & hx;
166 *(int *) &w = is & hx;
191 *(int *) &w = is & hx;
203 *(int *) &w = (is & hx) | (ix & im) | (ny << 23);
207 *(int *) &w = (is & hx) | ix;
220 sx = hx & is; /* sign of x */
221 sq = (hx ^ hy) & is; /* sign of x/y */
225 /* purge off exception values: y is 0 or NaN, x is Inf or NaN */