Searched refs:s_operand (Results 1 – 3 of 3) sorted by relevance
49 int32_t s_operand = static_cast<int32_t>(operand); in UnaryOperate() local50 if (s_operand == std::numeric_limits<int32_t>::min()) { in UnaryOperate()51 return s_operand; in UnaryOperate()53 return -s_operand; in UnaryOperate()