Home | History | Annotate | Download | only in spmath

Lines Matching defs:rightp2

57     register unsigned int leftp1, leftp2, rightp1, rightp2, extent;
67 Dbl_copyfromptr(rightptr,rightp1,rightp2);
80 if (Dbl_isnotnan(rightp1,rightp2))
82 if (Dbl_isinfinity(rightp1,rightp2) && save!=0)
123 Dbl_copytoptr(rightp1,rightp2,dstptr);
138 if (Dbl_iszero_mantissa(rightp1,rightp2))
141 Dbl_copytoptr(rightp1,rightp2,dstptr);
158 Dbl_copytoptr(rightp1,rightp2,dstptr);
169 if(Dbl_ismagnitudeless(leftp2,rightp2,signless_upper_left,signless_upper_right))
175 Dbl_swap_lower(leftp2,rightp2);
183 if(Dbl_iszero_mantissa(rightp1,rightp2))
229 Dbl_subtract(leftp1,leftp2,/*minus*/rightp1,rightp2,
247 Dbl_addition(leftp1,leftp2,rightp1,rightp2,
292 Dbl_right_align(/*operand*/rightp1,rightp2,/*shifted by*/diff_exponent,
303 Dbl_subtract_withextension(leftp1,leftp2,/*minus*/rightp1,rightp2,
446 Dbl_addition(leftp1,leftp2,rightp1,rightp2,/*to*/resultp1,resultp2);