Home
last modified time | relevance | path

Searched refs:realloc_if_reducing (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dreuse.c178 realloc_if_reducing (mpz_ptr r) in realloc_if_reducing() function
186 if (pass & 1) realloc_if_reducing (r1); \
187 if (pass & 2) realloc_if_reducing (r2); \
192 if (pass & 1) realloc_if_reducing (r1); \
197 if (pass & 1) realloc_if_reducing (r1); \
198 if (pass & 2) realloc_if_reducing (r2); \
203 if (pass & 1) realloc_if_reducing (r1); \
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog199 * tests/mpz/reuse.c (realloc_if_reducing): New function.
200 (INVOKE_RRS, etc): Use realloc_if_reducing.