Home | History | Annotate | Download | only in gmp

Lines Matching refs:gmp

7 multiprecision library gmp's integer type mpz_t wrapped to look like
15 (gmp, in this example). The third, gcc.c, is a C source file for gcc;
21 // #include <gmp.h>
38 For example, mpz_t is defined in <gmp.h> as:
67 be told to initialize this pointer). For example, if the gmp library
99 package gmp
103 #include <gmp.h>
106 // gmp 5.0.0+ changed the type of the 3rd argument to mp_bitcnt_t,
136 // Int promises that the zero value is a 0, but in gmp
138 // init bool says whether this is a valid gmp value.
141 // making zero values useful and gmp's decision not to.