Lines Matching defs:rightp1
57 register unsigned int leftp1, leftp2, rightp1, rightp2;
62 Dbl_copyfromptr(rightptr,rightp1,rightp2);
67 || (Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT) )
76 ((Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT)
77 && Dbl_isnotzero_mantissa(rightp1,rightp2)
78 && (Exception(cond) || Dbl_isone_signaling(rightp1))) )
93 ((Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT)
94 && Dbl_isnotzero_mantissa(rightp1,rightp2)) )
104 Dbl_xortointp1(leftp1,rightp1,xorresult);
110 && Dbl_iszero_exponentmantissa(rightp1,rightp2) )
125 else if(Dbl_isequal(leftp1,leftp2,rightp1,rightp2))
132 if( Dbl_allp1(leftp1) < Dbl_allp1(rightp1) )
136 else if( Dbl_allp1(leftp1) > Dbl_allp1(rightp1) )
159 if( Dbl_allp1(leftp1) > Dbl_allp1(rightp1) )
163 else if( Dbl_allp1(leftp1) < Dbl_allp1(rightp1) )