HomeSort by relevance Sort by last modified time
    Searched refs:mp_exp_t (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
mpfr.h 93 #define MPFR_EMAX_DEFAULT ((mp_exp_t) (((unsigned long) 1 << 30) - 1))
100 mp_exp_t _mpfr_exp;
188 __MPFR_DECLSPEC mp_exp_t mpfr_get_emin _MPFR_PROTO ((void));
189 __MPFR_DECLSPEC int mpfr_set_emin _MPFR_PROTO ((mp_exp_t));
190 __MPFR_DECLSPEC mp_exp_t mpfr_get_emin_min _MPFR_PROTO ((void));
191 __MPFR_DECLSPEC mp_exp_t mpfr_get_emin_max _MPFR_PROTO ((void));
192 __MPFR_DECLSPEC mp_exp_t mpfr_get_emax _MPFR_PROTO ((void));
193 __MPFR_DECLSPEC int mpfr_set_emax _MPFR_PROTO ((mp_exp_t));
194 __MPFR_DECLSPEC mp_exp_t mpfr_get_emax_min _MPFR_PROTO ((void));
195 __MPFR_DECLSPEC mp_exp_t mpfr_get_emax_max _MPFR_PROTO ((void))
    [all...]
gmp.h 224 typedef int mp_exp_t; typedef
228 typedef long int mp_exp_t; typedef
249 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
mpfr.h 93 #define MPFR_EMAX_DEFAULT ((mp_exp_t) (((unsigned long) 1 << 30) - 1))
100 mp_exp_t _mpfr_exp;
188 __MPFR_DECLSPEC mp_exp_t mpfr_get_emin _MPFR_PROTO ((void));
189 __MPFR_DECLSPEC int mpfr_set_emin _MPFR_PROTO ((mp_exp_t));
190 __MPFR_DECLSPEC mp_exp_t mpfr_get_emin_min _MPFR_PROTO ((void));
191 __MPFR_DECLSPEC mp_exp_t mpfr_get_emin_max _MPFR_PROTO ((void));
192 __MPFR_DECLSPEC mp_exp_t mpfr_get_emax _MPFR_PROTO ((void));
193 __MPFR_DECLSPEC int mpfr_set_emax _MPFR_PROTO ((mp_exp_t));
194 __MPFR_DECLSPEC mp_exp_t mpfr_get_emax_min _MPFR_PROTO ((void));
195 __MPFR_DECLSPEC mp_exp_t mpfr_get_emax_max _MPFR_PROTO ((void))
    [all...]
gmp.h 224 typedef int mp_exp_t; typedef
228 typedef long int mp_exp_t; typedef
249 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
mpfr.h 93 #define MPFR_EMAX_DEFAULT ((mp_exp_t) (((unsigned long) 1 << 30) - 1))
100 mp_exp_t _mpfr_exp;
188 __MPFR_DECLSPEC mp_exp_t mpfr_get_emin _MPFR_PROTO ((void));
189 __MPFR_DECLSPEC int mpfr_set_emin _MPFR_PROTO ((mp_exp_t));
190 __MPFR_DECLSPEC mp_exp_t mpfr_get_emin_min _MPFR_PROTO ((void));
191 __MPFR_DECLSPEC mp_exp_t mpfr_get_emin_max _MPFR_PROTO ((void));
192 __MPFR_DECLSPEC mp_exp_t mpfr_get_emax _MPFR_PROTO ((void));
193 __MPFR_DECLSPEC int mpfr_set_emax _MPFR_PROTO ((mp_exp_t));
194 __MPFR_DECLSPEC mp_exp_t mpfr_get_emax_min _MPFR_PROTO ((void));
195 __MPFR_DECLSPEC mp_exp_t mpfr_get_emax_max _MPFR_PROTO ((void))
    [all...]
gmp.h 224 typedef int mp_exp_t; typedef
228 typedef long int mp_exp_t; typedef
249 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
    [all...]

Completed in 40 milliseconds