Lines Matching refs:cmpLessThan
1482 return cmpLessThan; in compareAbsoluteValue()
1786 if (compareAbsoluteValue(temp_rhs) == cmpLessThan) { in addOrSubtractSignificand()
2208 compareAbsoluteValue(rhs) != cmpLessThan) { in mod()
2213 if (V.isNaN() || compareAbsoluteValue(V) == cmpLessThan) in mod()
2384 return cmpLessThan; in compare()
2394 return cmpLessThan; in compare()
2400 return cmpLessThan; in compare()
2414 result = cmpLessThan; in compare()
2422 if (result == cmpLessThan) in compare()
2425 result = cmpLessThan; in compare()
4909 if (Result == cmpLessThan || Result == cmpGreaterThan) { in compareAbsoluteValue()
4913 return cmpLessThan; in compareAbsoluteValue()
4919 return (cmpResult)(cmpLessThan + cmpGreaterThan - Result); in compareAbsoluteValue()