Lines Matching refs:cmpLessThan
1511 return cmpLessThan; in compareAbsoluteValue()
1817 if (compareAbsoluteValue(temp_rhs) == cmpLessThan) { in addOrSubtractSignificand()
2239 compareAbsoluteValue(rhs) != cmpLessThan) { in mod()
2244 if (V.isNaN() || compareAbsoluteValue(V) == cmpLessThan) in mod()
2415 return cmpLessThan; in compare()
2425 return cmpLessThan; in compare()
2431 return cmpLessThan; in compare()
2445 result = cmpLessThan; in compare()
2453 if (result == cmpLessThan) in compare()
2456 result = cmpLessThan; in compare()
5030 if (Result == cmpLessThan || Result == cmpGreaterThan) { in compareAbsoluteValue()
5034 return cmpLessThan; in compareAbsoluteValue()
5040 return (cmpResult)(cmpLessThan + cmpGreaterThan - Result); in compareAbsoluteValue()