Searched refs:RHSAgainst (Results 1 – 1 of 1) sorted by relevance
5032 auto RHSAgainst = RHS.Floats[0].isNegative() ^ RHS.Floats[1].isNegative(); in compareAbsoluteValue() local5033 if (Against && !RHSAgainst) in compareAbsoluteValue()5035 if (!Against && RHSAgainst) in compareAbsoluteValue()5037 if (!Against && !RHSAgainst) in compareAbsoluteValue()5039 if (Against && RHSAgainst) in compareAbsoluteValue()