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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
rndo-add.c 42 mpfr_prec_t prec;
version.c 104 printf ("sizeof(mpfr_prec_t) = %d\n", (int) sizeof(mpfr_prec_t));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpc.h 209 __MPC_DECLSPEC void mpc_init2 (mpc_ptr, mpfr_prec_t);
210 __MPC_DECLSPEC void mpc_init3 (mpc_ptr, mpfr_prec_t, mpfr_prec_t);
211 __MPC_DECLSPEC mpfr_prec_t mpc_get_prec (mpc_srcptr x);
212 __MPC_DECLSPEC void mpc_get_prec2 (mpfr_prec_t *pr, mpfr_prec_t *pi, mpc_srcptr x);
213 __MPC_DECLSPEC void mpc_set_prec (mpc_ptr, mpfr_prec_t);
mpfr.h 115 # error "mpfr_prec_t must not be larger than mpfr_exp_t"
118 /* Let's make mpfr_prec_t signed in order to avoid problems due to the
119 usual arithmetic conversions when mixing mpfr_prec_t and mpfr_exp_t
122 typedef short mpfr_prec_t; typedef
125 typedef int mpfr_prec_t; typedef
128 typedef long mpfr_prec_t; typedef
138 #define MPFR_PREC_MAX ((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))
178 mpfr_prec_t _mpfr_prec;
189 # define mp_prec_t mpfr_prec_t
325 __MPFR_DECLSPEC void mpfr_init2 _MPFR_PROTO ((mpfr_ptr, mpfr_prec_t));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
mpc.h 209 __MPC_DECLSPEC void mpc_init2 (mpc_ptr, mpfr_prec_t);
210 __MPC_DECLSPEC void mpc_init3 (mpc_ptr, mpfr_prec_t, mpfr_prec_t);
211 __MPC_DECLSPEC mpfr_prec_t mpc_get_prec (mpc_srcptr x);
212 __MPC_DECLSPEC void mpc_get_prec2 (mpfr_prec_t *pr, mpfr_prec_t *pi, mpc_srcptr x);
213 __MPC_DECLSPEC void mpc_set_prec (mpc_ptr, mpfr_prec_t);
mpfr.h 115 # error "mpfr_prec_t must not be larger than mpfr_exp_t"
118 /* Let's make mpfr_prec_t signed in order to avoid problems due to the
119 usual arithmetic conversions when mixing mpfr_prec_t and mpfr_exp_t
122 typedef short mpfr_prec_t; typedef
125 typedef int mpfr_prec_t; typedef
128 typedef long mpfr_prec_t; typedef
138 #define MPFR_PREC_MAX ((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))
178 mpfr_prec_t _mpfr_prec;
189 # define mp_prec_t mpfr_prec_t
325 __MPFR_DECLSPEC void mpfr_init2 _MPFR_PROTO ((mpfr_ptr, mpfr_prec_t));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpc.h 209 __MPC_DECLSPEC void mpc_init2 (mpc_ptr, mpfr_prec_t);
210 __MPC_DECLSPEC void mpc_init3 (mpc_ptr, mpfr_prec_t, mpfr_prec_t);
211 __MPC_DECLSPEC mpfr_prec_t mpc_get_prec (mpc_srcptr x);
212 __MPC_DECLSPEC void mpc_get_prec2 (mpfr_prec_t *pr, mpfr_prec_t *pi, mpc_srcptr x);
213 __MPC_DECLSPEC void mpc_set_prec (mpc_ptr, mpfr_prec_t);
mpfr.h 115 # error "mpfr_prec_t must not be larger than mpfr_exp_t"
118 /* Let's make mpfr_prec_t signed in order to avoid problems due to the
119 usual arithmetic conversions when mixing mpfr_prec_t and mpfr_exp_t
122 typedef short mpfr_prec_t; typedef
125 typedef int mpfr_prec_t; typedef
128 typedef long mpfr_prec_t; typedef
138 #define MPFR_PREC_MAX ((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))
178 mpfr_prec_t _mpfr_prec;
189 # define mp_prec_t mpfr_prec_t
325 __MPFR_DECLSPEC void mpfr_init2 _MPFR_PROTO ((mpfr_ptr, mpfr_prec_t));
    [all...]

Completed in 2493 milliseconds