| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| t-get_d_2exp.c | 31 long got_exp; local 42 got = mpf_get_d_2exp (&got_exp, f); 43 if (got != 0 || got_exp != 0) 48 printf (" got exp %ld\n", got_exp); 65 got = mpf_get_d_2exp (&got_exp, f); 66 if (got != want || got_exp != exp) 73 printf (" got exp %ld\n", got_exp); 89 long got_exp; local 105 got = mpf_get_d_2exp (&got_exp, f); 114 printf (" got exp %ld\n", got_exp); [all...] |
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-get_d_2exp.c | 31 long got_exp, want_exp; local 37 got = mpz_get_d_2exp (&got_exp, z); 38 if (got != want || got_exp != want_exp) 45 printf (" got exp %ld\n", got_exp); 60 long got_exp, want_exp; local 71 got = mpz_get_d_2exp (&got_exp, z); 72 if (got != want || got_exp != want_exp) 79 printf (" got exp %ld\n", got_exp); 87 got = mpz_get_d_2exp (&got_exp, z); 88 if (got != want || got_exp != want_exp 110 long got_exp; local 166 long got_exp; local [all...] |
| /src/external/lgpl3/mpfr/dist/tests/ |
| tget_d_2exp.c | 36 long got_exp; local 51 got = mpfr_get_d_2exp (&got_exp, f, (mpfr_rnd_t) rnd_mode); 65 printf (" got exp %ld\n", got_exp);
|
| tget_ld_2exp.c | 35 long got_exp; local 50 got = mpfr_get_ld_2exp (&got_exp, f, (mpfr_rnd_t) rnd_mode); 64 printf (" got exp %ld\n", got_exp);
|