Lines Matching refs:rightp2
43 register unsigned int leftp1, leftp2, rightp1, rightp2, extent;
52 Dbl_copyfromptr(rightptr,rightp1,rightp2);
65 if (Dbl_isnotnan(rightp1,rightp2))
67 if (Dbl_isinfinity(rightp1,rightp2) && save==0)
108 Dbl_copytoptr(rightp1,rightp2,dstptr);
123 if (Dbl_iszero_mantissa(rightp1,rightp2))
127 Dbl_copytoptr(rightp1,rightp2,dstptr);
144 Dbl_copytoptr(rightp1,rightp2,dstptr);
155 if(Dbl_ismagnitudeless(leftp2,rightp2,signless_upper_left,signless_upper_right))
161 Dbl_swap_lower(leftp2,rightp2);
170 if(Dbl_iszero_mantissa(rightp1,rightp2))
217 Dbl_subtract(leftp1,leftp2,/*minus*/rightp1,rightp2,
235 Dbl_addition(leftp1,leftp2,rightp1,rightp2,
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);