Searched refs:SignedT (Results 1 – 2 of 2) sorted by relevance
78 typedef typename std::make_signed<T>::type SignedT; in test_negate() typedef83 T value = std::numeric_limits<SignedT>::max(); in test_negate()100 T value = std::numeric_limits<SignedT>::max(); in test_negate()
1725 typedef std::make_signed_t<T> SignedT; in printSVELogicalImm() typedef1732 if ((int16_t)PrintVal == (SignedT)PrintVal) in printSVELogicalImm()