HomeSort by: relevance | last modified time | path
    Searched refs:low1 (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2s_intrinsics.h 281 const uint64_t low1 = umul128(m, mul[1], &high1); // 64
284 const uint64_t sum = high0 + low1;
303 const uint64_t low1 = umul128(m, mul[1], &high1); // 64
306 const uint64_t sum = high0 + low1;
d2fixed.c 146 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 local
151 const uint64_t s0high = low1 + high0; // 64
152 const uint32_t c1 = s0high < low1;
  /src/external/bsd/openldap/dist/libraries/liblutil/
uuid.c 233 const unsigned int high1 = (i1 >> 16), low1 = (i1 & 0xffff); local
240 res.low = (unsigned long) low1 * low2;
242 tmp = (unsigned long) low1 * high2;
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_misc.c 333 uint32_t low1, low2, u32; local
336 low1 = OS_REG_READ(ah, AR_TSF_L32);
339 if (low2 < low1) { /* roll over */
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_misc.c 330 uint32_t low1, low2, u32; local
333 low1 = OS_REG_READ(ah, AR_TSF_L32);
336 if (low2 < low1) { /* roll over */
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_misc.c 238 uint32_t low1, low2, u32; local
241 low1 = OS_REG_READ(ah, AR_TSF_L32);
244 if (low2 < low1) { /* roll over */
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 984 create_diff3_block (low0, high0, low1, high1, low2, high2)
985 register int low0, high0, low1, high1, low2, high2;
996 D_LOWLINE (result, FILE1) = low1;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 879 tree low1 = CASE_LOW (label1); local
882 if (!tree_int_cst_equal (low1, low2))
fold-const.cc 5601 tree high0, int in1_p, tree low1, tree high1)
5609 int lowequal = ((low0 == 0 && low1 == 0)
5611 low0, 0, low1, 0)));
5619 low0, 0, low1, 0))
5625 tem = low0, low0 = low1, low1 = tem;
5631 if (low1
5633 && TREE_CODE (low1) == INTEGER_CST
5634 && (TREE_CODE (TREE_TYPE (low1)) == INTEGER_TYPE
5635 || (TREE_CODE (TREE_TYPE (low1)) == ENUMERAL_TYP
    [all...]
rtlanal.cc 5067 int low1 = ctz_or_zero (nz1);
5079 result_low = MIN (low0, low1);
5082 result_low = MIN (low0, low1);
5086 result_low = low0 + low1;
5104 result_low = MIN (low0, low1);
5110 result_low = MIN (low0, low1);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 189 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; local
280 rhs = make_range (op_right, &in1_p, &low1, &high1, &strict_overflow_p);
289 tem = build_range_check (UNKNOWN_LOCATION, type, rhs, in1_p, low1, high1);
297 in1_p, low1, high1))
314 else if (tree_int_cst_equal (low0, low1)
  /src/external/gpl2/diffutils/dist/src/
diff3.c 862 lin low1, lin high1,
874 D_LOWLINE (result, FILE1) = low1;
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2117 ranges_overlap (bfd_vma low1,
2122 if (low1 == low2 || high1 == high2)
2125 /* Sort so that low1 is below low2. */
2126 if (low1 > low2)
2130 tmp = low1;
2131 low1 = low2;
2140 We overlap iff low2 is within [low1, high1). */
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2117 ranges_overlap (bfd_vma low1,
2122 if (low1 == low2 || high1 == high2)
2125 /* Sort so that low1 is below low2. */
2126 if (low1 > low2)
2130 tmp = low1;
2131 low1 = low2;
2140 We overlap iff low2 is within [low1, high1). */
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 2864 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff);
2872 if (low1 != const0_rtx)
2876 emit_insn (gen_rtx_SET (op0, gen_rtx_IOR (DImode, op0, low1)));
2861 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff); local
  /src/sys/arch/mips/mips/
mipsX_subr.S 2842 _MTC0 a3, MIPS_COP_0_TLB_LO1 # Set up entry low1.

Completed in 161 milliseconds