Lines Matching defs:rightp1
43 register unsigned int leftp1, leftp2, rightp1, rightp2;
48 Dbl_copyfromptr(rightptr,rightp1,rightp2);
53 || (Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT) )
62 ((Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT)
63 && Dbl_isnotzero_mantissa(rightp1,rightp2)
64 && (Exception(cond) || Dbl_isone_signaling(rightp1))) )
79 ((Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT)
80 && Dbl_isnotzero_mantissa(rightp1,rightp2)) )
90 Dbl_xortointp1(leftp1,rightp1,xorresult);
96 && Dbl_iszero_exponentmantissa(rightp1,rightp2) )
111 else if(Dbl_isequal(leftp1,leftp2,rightp1,rightp2))
118 if( Dbl_allp1(leftp1) < Dbl_allp1(rightp1) )
122 else if( Dbl_allp1(leftp1) > Dbl_allp1(rightp1) )
145 if( Dbl_allp1(leftp1) > Dbl_allp1(rightp1) )
149 else if( Dbl_allp1(leftp1) < Dbl_allp1(rightp1) )