mirror of
https://github.com/Z3Prover/z3
synced 2026-04-28 14:53:36 +00:00
numeral helper functions
This commit is contained in:
parent
e31926d132
commit
6eae27ffad
6 changed files with 27 additions and 4 deletions
|
|
@ -29,6 +29,9 @@ Revision History:
|
|||
|
||||
unsigned u_gcd(unsigned u, unsigned v);
|
||||
uint64_t u64_gcd(uint64_t u, uint64_t v);
|
||||
unsigned trailing_zeros(uint64_t);
|
||||
unsigned trailing_zeros(uint32_t);
|
||||
|
||||
|
||||
#ifdef _MP_GMP
|
||||
typedef unsigned digit_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue