Searched refs:SHIFTLWithFill (Results 1 – 2 of 2) sorted by relevance
599 constexpr Integer SHIFTLWithFill(const Integer &fill, int count) const { in SHIFTLWithFill() function629 return SHIFTLWithFill(fill, count); in DSHIFTL()
186 product.upper = product.upper.SHIFTLWithFill(product.lower, lshift); in Multiply()