Home
last modified time | relevance | path

Searched defs:b_low (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gmp/mpz/
H A Dkronuz.c29 mp_limb_t b_low; in mpz_ui_kronecker() local
H A Dkronsz.c29 mp_limb_t b_low; in mpz_si_kronecker() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vect-generic.c179 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 Dfixed-value.c399 double_int a_high, a_low, b_high, b_low; in do_fixed_multiply() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vect-generic.c217 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 Dfixed-value.c416 double_int a_high, a_low, b_high, b_low; in do_fixed_multiply() local
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dfixed-bit.c283 INTunion a_high, a_low, b_high, b_low; in FIXED_MULHELPER() local
/dflybsd-src/contrib/gmp/
H A Dgmp-impl.h3669 #define JACOBI_STRIP_LOW_ZEROS(result_bit1, a, b_ptr, b_size, b_low) \ argument