Searched refs:RHSAgainst (Results 1 – 1 of 1) sorted by relevance
4273 auto RHSAgainst = RHS.Floats[0].isNegative() ^ RHS.Floats[1].isNegative(); in compareAbsoluteValue() local4274 if (Against && !RHSAgainst) in compareAbsoluteValue()4276 if (!Against && RHSAgainst) in compareAbsoluteValue()4278 if (!Against && !RHSAgainst) in compareAbsoluteValue()4280 if (Against && RHSAgainst) in compareAbsoluteValue()