Searched refs:shifted_b (Results 1 – 1 of 1) sorted by relevance
160 uint32* shifted_b = BnCopy(b); in BnDiv() local161 BnLeftShift(shifted_b, digit); in BnDiv()163 BnGuess(ca, shifted_b, 0, static_cast<uint64>(kuint32max) + 1)); in BnDiv()165 uint32* t = BnMul(shifted_b, value); in BnDiv()168 BnFree(shifted_b); in BnDiv()