Lines Matching defs:left
57 register unsigned int left, right, result, extent;
67 left = *leftptr;
72 Sgl_xortointp1(left,right,/*to*/save);
77 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
79 if (Sgl_iszero_mantissa(left))
97 *dstptr = left;
106 if (Sgl_isone_signaling(left))
112 Sgl_set_quiet(left);
130 *dstptr = left;
133 } /* End left NaN or Infinity processing */
166 Sgl_copytoint_exponentmantissa(left,signless_upper_left);
172 /* Set the left operand to the larger one by XOR swap *
175 Sgl_xorfromintp1(save,left,/*to*/left);
176 result_exponent = Sgl_exponent(left);
178 /* Invariant: left is not smaller than right. */
186 if(Sgl_iszero_exponentmantissa(left))
191 Sgl_or_signs(left,/*with*/right);
195 Sgl_and_signs(left,/*with*/right);
200 /* Left is not a zero and must be the result. Trapped
201 * underflows are signaled if left is denormalized. Result
206 sign_save = Sgl_signextendedsign(left);
207 Sgl_leftshiftby1(left);
208 Sgl_normalize(left,result_exponent);
209 Sgl_set_sign(left,/*using*/sign_save);
210 Sgl_setwrapped_exponent(left,result_exponent,unfl);
211 *dstptr = left;
215 *dstptr = left;
228 Sgl_subtract(left,/*minus*/right,/*into*/result);
245 Sgl_addition(left,right,/*into*/result);
273 Sgl_clear_exponent_set_hidden(left);
299 Sgl_subtract_withextension(left,/*minus*/right,/*with*/extent,/*into*/result);
304 * and extension left until the hidden bit becomes one. Not
332 /* Denormalized, exponent should be zero. Left operand *
345 /* Check for denormalized, exponent should be zero. Left *
441 Sgl_addition(left,right,/*to*/result);