Searched refs:RHSAgainst (Results 1 – 1 of 1) sorted by relevance
5216 auto RHSAgainst = RHS.Floats[0].isNegative() ^ RHS.Floats[1].isNegative(); in compareAbsoluteValue() local5217 if (Against && !RHSAgainst) in compareAbsoluteValue()5219 if (!Against && RHSAgainst) in compareAbsoluteValue()5221 if (!Against && !RHSAgainst) in compareAbsoluteValue()5223 if (Against && RHSAgainst) in compareAbsoluteValue()