mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(big): add Div
This commit is contained in:
parent
25c2ad06f1
commit
8845aa5a7f
3 changed files with 198 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ int32_t Compare(const BigBuffer& a, const BigBuffer& b);
|
|||
|
||||
void Div(BigBuffer& a, uint32_t* b, const BigBuffer& c, uint64_t d);
|
||||
|
||||
void Div(BigBuffer& a, BigBuffer& b, const BigBuffer& c, const BigBuffer& d, BigStack& stack);
|
||||
|
||||
uint32_t ExtractLowPart(uint64_t& value);
|
||||
|
||||
uint32_t ExtractLowPartLargeSum(uint64_t& value, uint64_t add);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue