Searched defs:MPZ_REALLOC (Results 1 – 2 of 2) sorted by relevance
169 #define MPZ_REALLOC(z,n) ((n) > ALLOC(z) ? _mpz_realloc(z,n) : PTR(z)) macro
1634 #define MPZ_REALLOC(z,n) (UNLIKELY ((n) > ALLOC(z)) \ macro