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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpc.h 28 #ifndef mpfr_exp_t
29 #define mpfr_exp_t mp_exp_t macro
mpfr.h 96 _MPFR_EXP_FORMAT, mpfr_exp_t will be the same as [mp_exp_t] (at least
115 # error "mpfr_prec_t must not be larger than mpfr_exp_t"
119 usual arithmetic conversions when mixing mpfr_prec_t and mpfr_exp_t
144 so that mpfr_exp_t has at least 32 bits. */
146 typedef short mpfr_exp_t; typedef
149 typedef int mpfr_exp_t; typedef
152 typedef long mpfr_exp_t; typedef
158 typedef intmax_t mpfr_exp_t; typedef
165 #define MPFR_EMAX_DEFAULT ((mpfr_exp_t) (((mpfr_ulong) 1 << 30) - 1))
171 #define __MPFR_EXP_MAX ((mpfr_exp_t) (((mpfr_uexp_t) -1) >> 1)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
mpc.h 28 #ifndef mpfr_exp_t
29 #define mpfr_exp_t mp_exp_t macro
mpfr.h 96 _MPFR_EXP_FORMAT, mpfr_exp_t will be the same as [mp_exp_t] (at least
115 # error "mpfr_prec_t must not be larger than mpfr_exp_t"
119 usual arithmetic conversions when mixing mpfr_prec_t and mpfr_exp_t
144 so that mpfr_exp_t has at least 32 bits. */
146 typedef short mpfr_exp_t; typedef
149 typedef int mpfr_exp_t; typedef
152 typedef long mpfr_exp_t; typedef
158 typedef intmax_t mpfr_exp_t; typedef
165 #define MPFR_EMAX_DEFAULT ((mpfr_exp_t) (((mpfr_ulong) 1 << 30) - 1))
171 #define __MPFR_EXP_MAX ((mpfr_exp_t) (((mpfr_uexp_t) -1) >> 1)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpc.h 28 #ifndef mpfr_exp_t
29 #define mpfr_exp_t mp_exp_t macro
mpfr.h 96 _MPFR_EXP_FORMAT, mpfr_exp_t will be the same as [mp_exp_t] (at least
115 # error "mpfr_prec_t must not be larger than mpfr_exp_t"
119 usual arithmetic conversions when mixing mpfr_prec_t and mpfr_exp_t
144 so that mpfr_exp_t has at least 32 bits. */
146 typedef short mpfr_exp_t; typedef
149 typedef int mpfr_exp_t; typedef
152 typedef long mpfr_exp_t; typedef
158 typedef intmax_t mpfr_exp_t; typedef
165 #define MPFR_EMAX_DEFAULT ((mpfr_exp_t) (((mpfr_ulong) 1 << 30) - 1))
171 #define __MPFR_EXP_MAX ((mpfr_exp_t) (((mpfr_uexp_t) -1) >> 1)
    [all...]

Completed in 381 milliseconds