HomeSort by relevance Sort by last modified time
    Searched refs:mp_exp_t (Results 1 - 8 of 8) 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...]
  /external/eigen/unsupported/test/mpreal/
mpreal.cpp 453 mp_exp_t exp;
539 if(exp>0) out += "e+"+mpfr::toString<mp_exp_t>(exp,std::dec);
540 else out += "e"+mpfr::toString<mp_exp_t>(exp,std::dec);
mpreal.h 414 friend const mpreal frexp(const mpreal& v, mp_exp_t* exp);
415 friend const mpreal ldexp(const mpreal& v, mp_exp_t exp);
458 friend const mpreal random2 (mp_size_t size, mp_exp_t exp);
485 mp_exp_t get_exp();
486 int set_exp(mp_exp_t e);
502 static mp_exp_t get_emin (void);
503 static mp_exp_t get_emax (void);
504 static mp_exp_t get_emin_min (void);
505 static mp_exp_t get_emin_max (void);
506 static mp_exp_t get_emax_min (void);
    [all...]

Completed in 748 milliseconds