Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dkronuz.c39 mp_limb_t b_low; in mpz_ui_kronecker() local
H A Dkronsz.c39 mp_limb_t b_low; in mpz_si_kronecker() local
/netbsd-src/sys/dev/hpc/
H A Dhpcbatteryvar.h106 int b_low; /* backup battery low */ member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Drsa_sup_mul.c128 limb_t b_low = (limb_t)(uint32_t)b; in _mul_limb() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.c416 double_int a_high, a_low, b_high, b_low; in do_fixed_multiply() local
H A Dtree-vect-generic.c219 tree low_bits, high_bits, a_low, b_low, result_low, signs; in do_plus_minus() local
252 tree low_bits, high_bits, b_low, result_low, signs; in do_negate() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfixed-value.cc416 double_int a_high, a_low, b_high, b_low; in do_fixed_multiply() local
H A Dtree-vect-generic.cc264 tree low_bits, high_bits, a_low, b_low, result_low, signs; in do_plus_minus() local
298 tree low_bits, high_bits, b_low, result_low, signs; in do_negate() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dfixed-bit.c281 INTunion a_high, a_low, b_high, b_low; in FIXED_MULHELPER() local
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dfixed-bit.c281 INTunion a_high, a_low, b_high, b_low; in FIXED_MULHELPER() local
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4077 #define JACOBI_STRIP_LOW_ZEROS(result_bit1, a, b_ptr, b_size, b_low) \ argument