HomeSort by relevance Sort by last modified time
    Searched defs:gmp (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 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 package
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
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 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 package
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
    [all...]

Completed in 365 milliseconds