Lines Matching full:sigr
6212 Int sigr; /* rhs signum */6225 sigr=1; /* compute signum(rhs) */6226 if (ISZERO(rhs)) sigr=0;6227 else if (decNumberIsNegative(rhs)) sigr=-1;6228 if (result > sigr) return +1; /* L > R, return 1 */6229 if (result < sigr) return -1; /* L < R, return -1 */