Lines Matching refs:cmpLessThan
1205 return cmpLessThan; in compareAbsoluteValue()
1452 reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan; in addOrSubtractSignificand()
1750 compareAbsoluteValue(rhs) != cmpLessThan) { in mod()
1752 if (compareAbsoluteValue(V) == cmpLessThan) in mod()
1873 return cmpLessThan; in compare()
1883 return cmpLessThan; in compare()
1889 return cmpLessThan; in compare()
1903 result = cmpLessThan; in compare()
1911 if (result == cmpLessThan) in compare()
1914 result = cmpLessThan; in compare()
4194 if (Result == cmpLessThan || Result == cmpGreaterThan) { in compareAbsoluteValue()
4198 return cmpLessThan; in compareAbsoluteValue()
4204 return (cmpResult)(cmpLessThan + cmpGreaterThan - Result); in compareAbsoluteValue()