Home | History | Annotate | Download | only in math

Lines Matching defs:isneg

330     private static final byte isneg = -1; // ind: indicates negative (must be -1)
359 * <li>ispos -- the number is positive <li>iszero -- the number is zero <li>isneg -- the number is negative
551 ind = isneg;
790 ind = isneg;
799 ind = isneg;
813 ind = isneg;/* negative */// [0 case already handled]
865 ind = isneg;/* negative */
973 if (this.ind == isneg)
1136 if (((lhs.ind == isneg) ? 1 : 0) == ((rhs.ind == isneg) ? 1 : 0)) // same sign, 0 non-negative
1782 if (rhs.ind == isneg)
2455 if (ind == isneg) // really was negative
2544 if (ind == isneg) // really was negative
2980 if (ind == isneg)
3035 needsign = (ind == isneg) ? 1 : 0; // space for sign? 0 or 1
3740 if (ind == isneg)