Lines Matching defs:rightp1
43 register unsigned int leftp1, leftp2, rightp1, rightp2, extent;
52 Dbl_copyfromptr(rightptr,rightp1,rightp2);
56 Dbl_xortointp1(leftp1,rightp1,/*to*/save);
65 if (Dbl_isnotnan(rightp1,rightp2))
67 if (Dbl_isinfinity(rightp1,rightp2) && save==0)
101 else if (Dbl_is_signalingnan(rightp1))
107 Dbl_set_quiet(rightp1);
108 Dbl_copytoptr(rightp1,rightp2,dstptr);
121 if (Dbl_isinfinity_exponent(rightp1))
123 if (Dbl_iszero_mantissa(rightp1,rightp2))
126 Dbl_invert_sign(rightp1);
127 Dbl_copytoptr(rightp1,rightp2,dstptr);
133 if (Dbl_isone_signaling(rightp1))
139 Dbl_set_quiet(rightp1);
144 Dbl_copytoptr(rightp1,rightp2,dstptr);
152 Dbl_copytoint_exponentmantissap1(rightp1,signless_upper_right);
159 Dbl_xorfromintp1(save,rightp1,/*to*/rightp1);
167 if((right_exponent = Dbl_exponent(rightp1)) == 0)
170 if(Dbl_iszero_mantissa(rightp1,rightp2))
176 Dbl_invert_sign(rightp1);
179 Dbl_or_signs(leftp1,/*with*/rightp1);
183 Dbl_and_signs(leftp1,/*with*/rightp1);
209 Dbl_clear_sign(rightp1); /* Exponent is already cleared */
217 Dbl_subtract(leftp1,leftp2,/*minus*/rightp1,rightp2,
235 Dbl_addition(leftp1,leftp2,rightp1,rightp2,
263 Dbl_clear_signexponent_set_hidden(rightp1);
280 Dbl_right_align(/*operand*/rightp1,rightp2,/*shifted by*/diff_exponent,
291 Dbl_subtract_withextension(leftp1,leftp2,/*minus*/rightp1,rightp2,
434 Dbl_addition(leftp1,leftp2,rightp1,rightp2,/*to*/resultp1,resultp2);