Searched refs:OtherSigned (Results 1 – 2 of 2) sorted by relevance
77 bool OtherSigned = OtherVal.isSigned(); in compare() local89 if (ThisSigned && OtherSigned) { in compare()94 } else if (!ThisSigned && !OtherSigned) { in compare()99 } else if (ThisSigned && !OtherSigned) { in compare()
58 template <unsigned OtherBits, bool OtherSigned> friend class Integral;