Searched defs:b_low (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gmp/mpz/ |
H A D | kronuz.c | 29 mp_limb_t b_low; in mpz_ui_kronecker() local
|
H A D | kronsz.c | 29 mp_limb_t b_low; in mpz_si_kronecker() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-vect-generic.c | 179 tree low_bits, high_bits, a_low, b_low, result_low, signs; in do_plus_minus() local 211 tree low_bits, high_bits, b_low, result_low, signs; in do_negate() local
|
H A D | fixed-value.c | 399 double_int a_high, a_low, b_high, b_low; in do_fixed_multiply() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-vect-generic.c | 217 tree low_bits, high_bits, a_low, b_low, result_low, signs; in do_plus_minus() local 250 tree low_bits, high_bits, b_low, result_low, signs; in do_negate() local
|
H A D | fixed-value.c | 416 double_int a_high, a_low, b_high, b_low; in do_fixed_multiply() local
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | fixed-bit.c | 283 INTunion a_high, a_low, b_high, b_low; in FIXED_MULHELPER() local
|
/dflybsd-src/contrib/gmp/ |
H A D | gmp-impl.h | 3669 #define JACOBI_STRIP_LOW_ZEROS(result_bit1, a, b_ptr, b_size, b_low) \ argument
|