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

  /external/eigen/unsupported/test/mpreal/
mpreal.h 427 friend const mpreal frexp(const mpreal& v, mp_exp_t* exp);
428 friend const mpreal ldexp(const mpreal& v, mp_exp_t exp);
472 friend const mpreal random2 (mp_size_t size, mp_exp_t exp);
503 mp_exp_t get_exp();
504 int set_exp(mp_exp_t e);
515 static mp_exp_t get_emin (void);
516 static mp_exp_t get_emax (void);
517 static mp_exp_t get_emin_min (void);
518 static mp_exp_t get_emin_max (void);
519 static mp_exp_t get_emax_min (void);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/
mpc.h 29 #define mpfr_exp_t mp_exp_t
gmp.h 222 typedef int mp_exp_t; typedef
226 typedef long int mp_exp_t; typedef
247 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpc.h 29 #define mpfr_exp_t mp_exp_t
gmp.h 222 typedef int mp_exp_t; typedef
226 typedef long int mp_exp_t; typedef
247 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpc.h 29 #define mpfr_exp_t mp_exp_t
gmp.h 222 typedef int mp_exp_t; typedef
226 typedef long int mp_exp_t; typedef
247 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
    [all...]

Completed in 403 milliseconds