Home
last modified time | relevance | path

Searched refs:__gmp_const (Results 1 – 3 of 3) sorted by relevance

/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h115 #define __gmp_const const macro
118 #define __gmp_const macro
225 typedef __gmp_const mp_limb_t * mp_srcptr;
282 typedef __gmp_const __mpz_struct *mpz_srcptr;
284 typedef __gmp_const __mpf_struct *mpf_srcptr;
286 typedef __gmp_const __mpq_struct *mpq_srcptr;
559 __GMP_DECLSPEC extern __gmp_const int mp_bits_per_limb;
565 __GMP_DECLSPEC extern __gmp_const char * __gmp_const gmp_version;
670 __GMP_DECLSPEC int gmp_scanf __GMP_PROTO ((__gmp_const char *, ...));
673 __GMP_DECLSPEC int gmp_sscanf __GMP_PROTO ((__gmp_const char *, __gmp_const char *, ...));
[all …]
/dragonfly/contrib/mpfr/src/
H A Dmpfr.h50 #ifndef __gmp_const
51 # define __gmp_const const macro
205 typedef __gmp_const __mpfr_struct *mpfr_srcptr;
279 __MPFR_DECLSPEC __gmp_const char * mpfr_get_version _MPFR_PROTO ((void));
280 __MPFR_DECLSPEC __gmp_const char * mpfr_get_patches _MPFR_PROTO ((void));
297 __MPFR_DECLSPEC __gmp_const char *
382 mpfr_init_set_str _MPFR_PROTO ((mpfr_ptr, __gmp_const char *, int,
433 __MPFR_DECLSPEC int mpfr_printf _MPFR_PROTO ((__gmp_const char*, ...));
436 __MPFR_DECLSPEC int mpfr_sprintf _MPFR_PROTO ((char*, __gmp_const char*,
439 __gmp_const char*, ...));
[all …]
H A Dmpfr-impl.h171 typedef __gmp_const mp_limb_t *mpfr_limb_srcptr;