Lines Matching refs:left
42 register unsigned int left, right;
46 left = *leftptr;
52 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
58 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
59 && Sgl_isnotzero_mantissa(left)
60 && (Exception(cond) || Sgl_isone_signaling(left)))
76 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
77 && Sgl_isnotzero_mantissa(left))
90 Sgl_xortointp1(left,right,xorresult);
93 /* left negative => less, left positive => greater.
95 if( Sgl_iszero_exponentmantissa(left)
100 else if( Sgl_isone_sign(left) )
111 else if( Sgl_all(left) == Sgl_all(right) )
115 else if( Sgl_iszero_sign(left) )
118 if( Sgl_all(left) < Sgl_all(right) )
132 if( Sgl_all(left) > Sgl_all(right) )