| /src/external/lgpl3/gmp/dist/mpz/ |
| kronzs.c | 68 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);
|
| kronzu.c | 64 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)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| s390-vregs.exp | 92 set a_low 2 96 set a [expr ($a_high << 32) | $a_low] 147 proc hex128 {a_high a_low b_high b_low} { 148 set result [format "%x%08x%08x%08x" $a_high $a_low $b_high $b_low] 161 [expr $a_low * ($i + 1) * $a_low ] \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| s390-vregs.exp | 92 set a_low 2 96 set a [expr ($a_high << 32) | $a_low] 147 proc hex128 {a_high a_low b_high b_low} { 148 set result [format "%x%08x%08x%08x" $a_high $a_low $b_high $b_low] 161 [expr $a_low * ($i + 1) * $a_low ] \
|
| /src/external/gpl3/gcc/dist/gcc/ |
| fixed-value.cc | 227 /* If SAT_P, saturate {A_HIGH, A_LOW} to the maximum or the minimum, and 236 fixed_saturate2 (machine_mode mode, double_int a_high, double_int a_low, 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 [all...] |
| tree-vect-generic.cc | 235 tree low_bits, high_bits, a_low, b_low, result_low, signs; local 247 a_low = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, a, low_bits); 250 a_low = gimplify_build2 (gsi, BIT_IOR_EXPR, word_type, a, high_bits); 255 result_low = gimplify_build2 (gsi, code, word_type, a_low, b_low);
|
| tree-vect-stmts.cc | 7021 tree a_low = make_ssa_name (word_type); 7023 new_stmt = gimple_build_assign (a_low, 7026 new_stmt = gimple_build_assign (a_low, 7043 new_stmt = gimple_build_assign (result_low, code, a_low, b_low); 7048 tree a_low = make_ssa_name (word_type); 7049 new_stmt = gimple_build_assign (a_low, 7062 MINUS_EXPR, high_bits, a_low);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fixed-value.cc | 227 /* If SAT_P, saturate {A_HIGH, A_LOW} to the maximum or the minimum, and 236 fixed_saturate2 (machine_mode mode, double_int a_high, double_int a_low, 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 [all...] |
| tree-vect-generic.cc | 272 tree low_bits, high_bits, a_low, b_low, result_low, signs; local 284 a_low = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, a, low_bits); 287 a_low = gimplify_build2 (gsi, BIT_IOR_EXPR, word_type, a, high_bits); 292 result_low = gimplify_build2 (gsi, code, word_type, a_low, b_low);
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| fixed-bit.c | 281 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;
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| fixed-bit.c | 281 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;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| rsa_sup_mul.c | 126 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;
|