| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-lucm.c | 43 mp_size_t base_size, exp_size, mod_size; local 92 exp_size = mpz_get_ui (bs) % mod_size + 2; 94 mpz_tdiv_q_2exp (exp, mod, exp_size); 105 res = mpz_lucas_mod (t1, r2, Q, exp_size, mod, t2, r1);
|
| t-powm_ui.c | 32 mp_size_t base_size, exp_size, mod_size; local 59 exp_size = mpz_get_ui (bs); 60 mpz_rrandomb (exp, rands, exp_size);
|
| t-powm.c | 50 mp_size_t base_size, exp_size, mod_size; local 116 exp_size = mpz_get_ui (bs); 117 mpz_rrandomb (exp, rands, exp_size);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| vasprintf.c | 905 size_t exp_size; /* Number of characters in *exp_ptr */ member in struct:number_parts 1243 np->exp_size = 3; 1250 np->exp_size++; 1254 str = (char *) mpfr_allocate_func (1 + np->exp_size); 1367 np->exp_size = 3; 1374 np->exp_size++; 1378 if (np->exp_size < 4) 1379 np->exp_size = 4; 1381 str = (char *) mpfr_allocate_func (1 + np->exp_size); 1722 np->exp_size = 0 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| expr.cc | 6748 HOST_WIDE_INT exp_size = int_size_in_bytes (type); 6855 && exp_size >= 0 6856 && bitpos + BITS_PER_WORD <= exp_size * BITS_PER_UNIT) 6734 HOST_WIDE_INT exp_size = int_size_in_bytes (type); local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| expr.cc | 7432 HOST_WIDE_INT exp_size = int_size_in_bytes (type); 7539 && exp_size >= 0 7540 && bitpos + BITS_PER_WORD <= exp_size * BITS_PER_UNIT) 7418 HOST_WIDE_INT exp_size = int_size_in_bytes (type); local
|