Lines Matching refs:sign
26 /* sgl_and_signs ANDs the sign bits of each argument and puts the result
27 * into the first argument. sgl_or_signs ors those same sign bits */
58 /* Sign extend the sign bit with an integer destination */
162 #define Sgl_setinfinity(sgl_value,sign) \
164 ((unsigned int)sign << 31)
167 #define Sgl_set_sign(sgl_value,sign) Deposit_ssign(sgl_value,sign)
196 #define Sgl_setlargest(sgl_value,sign) \
197 Sall(sgl_value) = (unsigned int)sign << 31 | \
414 #define Sglext_set_sign(dbl_value,sign) Sgl_set_sign(dbl_value,sign)