Searched refs:a_low (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dkronzs.c68 mp_limb_t a_low = a_ptr[0]; local
72 return JACOBI_LS0 (a_low, a_size); /* (a/0) */
74 if (! (a_low & 1))
80 result_bit1 ^= JACOBI_TWOS_U_BIT1 (twos, a_low);
H A Dkronzu.c64 mp_limb_t a_low = a_ptr[0]; local
68 return JACOBI_LS0 (a_low, a_size); /* (a/0) */
70 if (! (a_low & 1))
76 result_bit1 = (JACOBI_TWOS_U_BIT1 (twos, a_low)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Ds390-vregs.exp96 set a_low 2
100 set a [expr ($a_high << 32) | $a_low]
151 proc hex128 {a_high a_low b_high b_low} {
152 set result [format "%x%08x%08x%08x" $a_high $a_low $b_high $b_low]
165 [expr $a_low * ($i + 1) * $a_low ] \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Ds390-vregs.exp95 set a_low 2
99 set a [expr ($a_high << 32) | $a_low]
150 proc hex128 {a_high a_low b_high b_low} {
151 set result [format "%x%08x%08x%08x" $a_high $a_low $b_high $b_low]
164 [expr $a_low * ($i + 1) * $a_low ] \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.c236 fixed_saturate2 (machine_mode mode, double_int a_high, double_int a_low, argument
253 a_low.ugt (max_s)))
277 a_low.ugt (max_s)))
286 a_low.ult (min_s)))
416 double_int a_high, a_low, b_high, b_low; local
424 a_low.low = a->data.low;
425 a_low.high = 0;
432 low_low = a_low * b_low;
433 low_high = a_low * b_high;
H A Dtree-vect-generic.c219 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
231 a_low = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, a, low_bits);
234 a_low = gimplify_build2 (gsi, BIT_IOR_EXPR, word_type, a, high_bits);
239 result_low = gimplify_build2 (gsi, code, word_type, a_low, b_low);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfixed-value.cc236 fixed_saturate2 (machine_mode mode, double_int a_high, double_int a_low, argument
253 a_low.ugt (max_s)))
277 a_low.ugt (max_s)))
286 a_low.ult (min_s)))
416 double_int a_high, a_low, b_high, b_low; local
424 a_low.low = a->data.low;
425 a_low.high = 0;
432 low_low = a_low * b_low;
433 low_high = a_low * b_high;
H A Dtree-vect-generic.cc264 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
276 a_low = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, a, low_bits);
279 a_low = gimplify_build2 (gsi, BIT_IOR_EXPR, word_type, a, high_bits);
284 result_low = gimplify_build2 (gsi, code, word_type, a_low, b_low);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfixed-bit.c281 INTunion a_high, a_low, b_high, b_low;
296 a_low.s.low = aa.s.low;
297 a_low.s.high = 0;
304 low_low.ll = a_low.ll * b_low.ll;
305 low_high.ll = a_low.ll * b_high.ll;
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfixed-bit.c281 INTunion a_high, a_low, b_high, b_low;
296 a_low.s.low = aa.s.low;
297 a_low.s.high = 0;
304 low_low.ll = a_low.ll * b_low.ll;
305 low_high.ll = a_low.ll * b_high.ll;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Drsa_sup_mul.c126 limb_t a_low = (limb_t)(uint32_t)a; local
131 limb_t p0 = a_low * b_low;
132 limb_t p1 = a_low * b_hi;

Completed in 145 milliseconds