Searched refs:result_low (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/libparse/ |
| D | mfp_mul.c | 104 u_long result_low, result_high; in mfp_mul() local 112 result_low = (u_long)a[i] * (u_long)b[j]; /* partial product */ in mfp_mul() 116 result_high = result_low >> (FRACTION_PREC/2); in mfp_mul() 117 result_low <<= FRACTION_PREC/2; in mfp_mul() 126 … if (((c[low_index] >> 1) + (result_low >> 1) + ((c[low_index] & result_low & carry) != 0)) & in mfp_mul() 131 c[low_index] += result_low; /* add up partial products */ in mfp_mul()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-vect-generic.cc | 264 tree low_bits, high_bits, a_low, b_low, result_low, signs; in do_plus_minus() local 284 result_low = gimplify_build2 (gsi, code, word_type, a_low, b_low); in do_plus_minus() 285 return gimplify_build2 (gsi, BIT_XOR_EXPR, word_type, result_low, signs); in do_plus_minus() 298 tree low_bits, high_bits, b_low, result_low, signs; in do_negate() local 309 result_low = gimplify_build2 (gsi, MINUS_EXPR, word_type, high_bits, b_low); in do_negate() 310 return gimplify_build2 (gsi, BIT_XOR_EXPR, word_type, result_low, signs); in do_negate()
|
| D | rtlanal.cc | 5045 int result_low = 0; in nonzero_bits1() local 5051 result_low = MIN (low0, low1); in nonzero_bits1() 5054 result_low = MIN (low0, low1); in nonzero_bits1() 5058 result_low = low0 + low1; in nonzero_bits1() 5076 result_low = MIN (low0, low1); in nonzero_bits1() 5082 result_low = MIN (low0, low1); in nonzero_bits1() 5092 if (result_low > 0) in nonzero_bits1() 5094 if (result_low < HOST_BITS_PER_WIDE_INT) in nonzero_bits1() 5095 nonzero &= ~((HOST_WIDE_INT_1U << result_low) - 1); in nonzero_bits1()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/ |
| D | arc.md | 2418 rtx result_low = gen_lowpart (SImode, operands[0]); 2422 emit_move_insn (result_low, gen_acc2 ()); 2631 rtx result_low; 2634 result_low = gen_lowpart (SImode, operands[0]); 2638 emit_move_insn (result_low, gen_acc2 ());
|