/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/ |
rndo-add.c | 61 if (mpfr_set_str (x, argv[2], 0, GMP_RNDN)) 68 if (mpfr_set_str (y, argv[3], 0, GMP_RNDN)) 81 mpfr_add (e, d, u, GMP_RNDN); 82 mpfr_div_2ui (e, e, 1, GMP_RNDN); 85 mpfr_sub (z, u, e, GMP_RNDN); 86 mpfr_add (z, z, d, GMP_RNDN);
|
divworst.c | 76 for (mpfr_set_ui_2exp (x, 1, -1, GMP_RNDN); 79 for (mpfr_set_ui_2exp (y, 1, -1, GMP_RNDN); 88 rn = eval (x, y, z, t, GMP_RNDN);
|
version.c | 43 mpfr_set_str (x, "17", 0, GMP_RNDN);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/ |
mpc.h | 81 #define MPC_RNDNN MPC_RND (GMP_RNDN,GMP_RNDN) 82 #define MPC_RNDNZ MPC_RND (GMP_RNDN,GMP_RNDZ) 83 #define MPC_RNDNU MPC_RND (GMP_RNDN,GMP_RNDU) 84 #define MPC_RNDND MPC_RND (GMP_RNDN,GMP_RNDD) 86 #define MPC_RNDZN MPC_RND (GMP_RNDZ,GMP_RNDN) 91 #define MPC_RNDUN MPC_RND (GMP_RNDU,GMP_RNDN) 96 #define MPC_RNDDN MPC_RND (GMP_RNDD,GMP_RNDN)
|
mpfr.h | 90 #define GMP_RNDN MPFR_RNDN [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/ |
mpc.h | 81 #define MPC_RNDNN MPC_RND (GMP_RNDN,GMP_RNDN) 82 #define MPC_RNDNZ MPC_RND (GMP_RNDN,GMP_RNDZ) 83 #define MPC_RNDNU MPC_RND (GMP_RNDN,GMP_RNDU) 84 #define MPC_RNDND MPC_RND (GMP_RNDN,GMP_RNDD) 86 #define MPC_RNDZN MPC_RND (GMP_RNDZ,GMP_RNDN) 91 #define MPC_RNDUN MPC_RND (GMP_RNDU,GMP_RNDN) 96 #define MPC_RNDDN MPC_RND (GMP_RNDD,GMP_RNDN)
|
mpfr.h | 90 #define GMP_RNDN MPFR_RNDN [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/ |
mpc.h | 81 #define MPC_RNDNN MPC_RND (GMP_RNDN,GMP_RNDN) 82 #define MPC_RNDNZ MPC_RND (GMP_RNDN,GMP_RNDZ) 83 #define MPC_RNDNU MPC_RND (GMP_RNDN,GMP_RNDU) 84 #define MPC_RNDND MPC_RND (GMP_RNDN,GMP_RNDD) 86 #define MPC_RNDZN MPC_RND (GMP_RNDZ,GMP_RNDN) 91 #define MPC_RNDUN MPC_RND (GMP_RNDU,GMP_RNDN) 96 #define MPC_RNDDN MPC_RND (GMP_RNDD,GMP_RNDN)
|
mpfr.h | 90 #define GMP_RNDN MPFR_RNDN [all...] |
/external/eigen/unsupported/test/mpreal/ |
mpreal.h | 331 float toFloat (mp_rnd_t mode = GMP_RNDN) const;
332 double toDouble (mp_rnd_t mode = GMP_RNDN) const;
333 long double toLDouble (mp_rnd_t mode = GMP_RNDN) const;
[all...] |
/toolchain/binutils/binutils-2.25/ |
configure | [all...] |