Searched defs:mpz_sgn (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gmp/demos/
H A Dpexpr.c83 #define mpz_sgn(Z) ((Z)->size < 0 ? -1 : (Z)->size > 0) macro
/haiku-buildtools/gcc/gmp/
H A Ddumbmp.c211 mpz_sgn (mpz_t a) function

Completed in 39 milliseconds