Searched refs:SHIFTRWithFill (Results 1 – 2 of 2) sorted by relevance
613 constexpr Integer SHIFTRWithFill(const Integer &fill, int count) const { in SHIFTRWithFill() function634 return value.SHIFTRWithFill(*this, count); in DSHIFTR()
171 product.lower = product.lower.SHIFTRWithFill(product.upper, rshift); in Multiply()