Searched defs:newWidth (Results 1 – 2 of 2) sorted by relevance
428 IntVal TruncOrExtend(uint8 newWidth, bool isSigned) const in TruncOrExtend()440 IntVal Trunc(uint8 newWidth, bool isSigned) const in Trunc()445 IntVal Extend(uint8 newWidth, bool isSigned) const in Extend()
8089 int64 newWidth = std::min(prevWidth - currLsb, currWidth); in Run() local