| 67 | } |
| 68 | |
| 69 | void CtrlrLuaBigInteger::setBitRangeAsInt(const int startBit, const int numBits, const int valueToSet) |
| 70 | { |
| 71 | bi.setBitRangeAsInt (startBit, numBits, valueToSet); |
| 72 | } |
| 73 | |
| 74 | void CtrlrLuaBigInteger::shiftBits(int howManyBitsLeft, int startBit) |
| 75 | { |
no outgoing calls
no test coverage detected