| /src/external/lgpl3/gmp/dist/mpf/ |
| iset_d.c | 40 mpf_set_d (r, val);
|
| set_d.c | 0 /* mpf_set_d -- Assign a float from a double. 40 mpf_set_d (mpf_ptr r, double d) function
|
| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| t-get_d.c | 1 /* Test mpf_get_d and mpf_set_d. 58 mpf_set_d (f, d1); 79 mpf_set_d (u, LOW_BOUND); 82 mpf_set_d (v, d);
|
| t-get_d_2exp.c | 58 mpf_set_d (f, want);
|
| /src/external/lgpl3/gmp/dist/tests/rand/ |
| zdiv_round.c | 34 mpf_set_d (f_d, .5);
|
| stat.c | 102 mpf_set_d (p, dt);
|
| statlib.c | 173 mpf_set_d (t2, exp (-(2.0 * mpf_get_d (t2)))); 176 mpf_set_d (t2, pow (M_E, -(2 * pow (mpf_get_d (val), 2))));
|
| /src/external/lgpl3/gmp/dist/tests/misc/ |
| t-locale.c | 126 mpf_set_d (f, 123.0); 144 mpf_set_d (f, 123.0); 182 mpf_set_d (f, 1.5);
|
| t-scanf.c | 1233 mpf_set_d (got, got_d);
|
| /src/external/lgpl3/gmp/dist/tests/cxx/ |
| t-locale.cc | 146 mpf_set_d (f, 1.5); 169 mpf_set_d (f, 1.5);
|
| t-ostream.cc | 401 mpf_set_d (f2, d);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tset_f.c | 41 mpf_set_d (y, 0.0);
|
| mpf_compat.h | 102 mpf_set_d (x, 1.0);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mpf2mpfr.h | 158 #undef mpf_set_d macro 159 #define mpf_set_d(x,y) mpfr_set_d(x,y,MPFR_DEFAULT_RND) macro
|
| /src/external/lgpl3/gmp/dist/ |
| gmpxx.h | 286 mpf_set_d(temp, d); 421 mpf_set_d(temp, d); 429 mpf_set_d(temp, d); 609 mpf_set_d(temp, d); 782 mpf_set_d(temp, d); 790 mpf_set_d(temp, d); 1174 mpf_set_d(f, d); 1955 void assign_d (double d) { mpf_set_d (mp, d); } 2020 { mpf_init2(mp, prec); mpf_set_d(mp, f); } 2022 { mpf_init2(mp, prec); mpf_set_d(mp, d); [all...] |
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 1399 #define mpf_set_d __gmpf_set_d macro 1400 __GMP_DECLSPEC void mpf_set_d (mpf_ptr, double);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 1399 #define mpf_set_d __gmpf_set_d macro 1400 __GMP_DECLSPEC void mpf_set_d (mpf_ptr, double);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 1399 #define mpf_set_d __gmpf_set_d macro 1400 __GMP_DECLSPEC void mpf_set_d (mpf_ptr, double);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 1399 #define mpf_set_d __gmpf_set_d macro 1400 __GMP_DECLSPEC void mpf_set_d (mpf_ptr, double);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 1382 #define mpf_set_d __gmpf_set_d macro 1383 __GMP_DECLSPEC void mpf_set_d (mpf_ptr, double);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 1399 #define mpf_set_d __gmpf_set_d macro 1400 __GMP_DECLSPEC void mpf_set_d (mpf_ptr, double);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 1399 #define mpf_set_d __gmpf_set_d macro 1400 __GMP_DECLSPEC void mpf_set_d (mpf_ptr, double);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 1399 #define mpf_set_d __gmpf_set_d macro 1400 __GMP_DECLSPEC void mpf_set_d (mpf_ptr, double);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| gmp.h | 1399 #define mpf_set_d __gmpf_set_d macro 1400 __GMP_DECLSPEC void mpf_set_d (mpf_ptr, double);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| gmp.h | 1399 #define mpf_set_d __gmpf_set_d macro 1400 __GMP_DECLSPEC void mpf_set_d (mpf_ptr, double);
|