| /src/external/lgpl3/gmp/dist/mpz/ |
| divis_ui.c | 40 unsigned twos; local 75 count_trailing_zeros (twos, (mp_limb_t) d); 76 d >>= twos; local
|
| divegcd.c | 120 int twos; local 124 count_trailing_zeros (twos, dl); 125 dl >>= twos; local 126 mpz_tdiv_q_2exp (q, a, twos);
|
| kronuz.c | 42 int twos; local 102 count_trailing_zeros (twos, b_low); 103 b_low >>= twos; local 115 count_trailing_zeros (twos, a); 116 a >>= twos; local 118 result_bit1 = JACOBI_TWOS_U_BIT1 (twos, b_low);
|
| kronzs.c | 69 int twos; local 78 count_trailing_zeros (twos, b_limb); 79 b_limb >>= twos; local 80 result_bit1 ^= JACOBI_TWOS_U_BIT1 (twos, a_low);
|
| kronzu.c | 65 int twos; local 74 count_trailing_zeros (twos, b); 75 b >>= twos; local 76 result_bit1 = (JACOBI_TWOS_U_BIT1 (twos, a_low)
|
| cong_ui.c | 104 unsigned twos; local 109 count_trailing_zeros (twos, d); 110 d >>= twos; local
|
| kronsz.c | 43 unsigned twos; local 83 count_trailing_zeros (twos, a_limb); 84 a_limb >>= twos; local 85 /* (a*2^n/b) = (a/b) * twos(n,a) */ 86 result_bit1 ^= JACOBI_TWOS_U_BIT1 (twos, b_low); 121 count_trailing_zeros (twos, b_low); 122 b_low >>= twos; local
|
| cong.c | 126 unsigned twos; local 127 count_trailing_zeros (twos, dlow); 128 dlow >>= twos; local 144 unsigned twos; local 145 count_trailing_zeros (twos, dlow); 146 dlow = (dlow >> twos) | (dsecond << (GMP_NUMB_BITS-twos));
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| divis.c | 66 unsigned twos; local 111 count_trailing_zeros (twos, dlow); 112 dlow >>= twos; local 116 count_trailing_zeros (twos, dlow); 122 dlow = (dlow >> twos) | (dsecond << (GMP_NUMB_BITS-twos)); 141 if (twos != 0) 144 ASSERT_NOCARRY (mpn_rshift (tp, dp, dn, twos)); 147 ASSERT_NOCARRY (mpn_rshift (rp, ap, an, twos));
|
| perfpow.c | 246 mp_bitcnt_t twos, count; local 264 twos = mpn_scan1 (np, 0); 265 if (twos != 0) 268 if (twos == 1) 272 s = twos / GMP_LIMB_BITS; 275 return ! (neg && POW2_P (twos)); 277 count = twos % GMP_LIMB_BITS; 288 g = twos;
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-bin.c | 140 twos (int count) function 322 twos (count >> 1);
|
| /src/external/lgpl3/gmp/dist/tests/ |
| refmpz.c | 112 mp_bitcnt_t twos; local 119 twos = mpz_scan1 (a, 0); 120 mpz_tdiv_q_2exp (a, a, twos); 141 unsigned long twos; local 167 twos = mpz_scan1 (b, 0L); 168 mpz_tdiv_q_2exp (b, b, twos); 169 result_bit1 ^= JACOBI_TWOS_U_BIT1 (twos, PTR(a)[0]); 179 twos = mpz_scan1 (a, 0L); 180 mpz_tdiv_q_2exp (a, a, twos); 181 result_bit1 ^= JACOBI_TWOS_U_BIT1 (twos, PTR(b)[0]) [all...] |
| refmpn.c | 1042 /* Twos complement, return borrow. */ 1735 If the initial src-i produces a borrow then refmpn_sub_1 leaves a twos 2048 int twos; local 2059 twos = 0; 2064 twos++; 2067 return refmpn_gcd_11 (x, y) << twos; 2105 The return value is the number of twos stripped. */
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-eh.cc | 3163 gimple *ones, *twos; 3174 twos = gsi_stmt (gsi); 3177 || !is_gimple_call (twos) 3179 || gimple_call_lhs (twos) 3181 || gimple_call_chain (twos) 3182 || !gimple_call_same_target_p (ones, twos) 3183 || gimple_call_num_args (ones) != gimple_call_num_args (twos)) 3188 gimple_call_arg (twos, ai), 0)) 3160 gimple *ones, *twos; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-eh.cc | 3159 gimple *ones, *twos; 3170 twos = gsi_stmt (gsi); 3173 || !is_gimple_call (twos) 3175 || gimple_call_lhs (twos) 3177 || gimple_call_chain (twos) 3178 || !gimple_call_same_target_p (ones, twos) 3179 || gimple_call_num_args (ones) != gimple_call_num_args (twos)) 3184 gimple_call_arg (twos, ai), 0)) 3156 gimple *ones, *twos; local
|