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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
d2s_intrinsics.h 280 uint64_t high1; // 128
281 const uint64_t low1 = umul128(m, mul[1], &high1); // 64
286 ++high1; // overflow into high1
288 return shiftright128(sum, high1, j - 64);
302 uint64_t high1; // 128
303 const uint64_t low1 = umul128(m, mul[1], &high1); // 64
308 ++high1; // overflow into high1
310 return shiftright128(sum, high1, j - 64)
    [all...]
d2fixed.c 145 uint64_t high1; // 128 local
146 const uint64_t low1 = umul128(m, mul[1], &high1); // 64
153 const uint64_t s1low = low2 + high1 + c1; // 128
154 const uint32_t c2 = s1low < low2; // high1 + c1 can't overflow, so compare against low2
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2s_intrinsics.h 280 uint64_t high1; // 128
281 const uint64_t low1 = umul128(m, mul[1], &high1); // 64
286 ++high1; // overflow into high1
288 return shiftright128(sum, high1, j - 64);
302 uint64_t high1; // 128
303 const uint64_t low1 = umul128(m, mul[1], &high1); // 64
308 ++high1; // overflow into high1
310 return shiftright128(sum, high1, j - 64)
    [all...]
d2fixed.c 145 uint64_t high1; // 128 local
146 const uint64_t low1 = umul128(m, mul[1], &high1); // 64
153 const uint64_t s1low = low2 + high1 + c1; // 128
154 const uint32_t c2 = s1low < low2; // high1 + c1 can't overflow, so compare against low2
  /src/external/bsd/openldap/dist/libraries/liblutil/
uuid.c 233 const unsigned int high1 = (i1 >> 16), low1 = (i1 & 0xffff); local
239 res.high = (unsigned long) high1 * high2;
249 tmp = (unsigned long) low2 * high1;
  /src/sys/external/bsd/drm/dist/shared-core/
i915_irq.c 141 u32 high1, high2, low, count; local
157 high1 = ((I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >>
163 } while (high1 != high2);
165 count = (high1 << 8) | low;
  /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;
997 D_HIGHLINE (result, FILE1) = high1;
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 694 LONGEST low1, high1;
699 if (!get_array_bounds (type1, &low1, &high1))
706 high1 = 0;
728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1);
692 LONGEST low1, high1; local
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 694 LONGEST low1, high1;
699 if (!get_array_bounds (type1, &low1, &high1))
706 high1 = 0;
728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1);
692 LONGEST low1, high1; local
  /src/external/gpl3/gcc/dist/gcc/
fold-const.cc 5838 tree high0, int in1_p, tree low1, tree high1)
5849 int highequal = ((high0 == 0 && high1 == 0)
5851 high0, 1, high1, 1)));
5859 high1, 1, high0, 1))))
5863 tem = high0, high0 = high1, high1 = tem;
5866 /* If the second range is != high1 where high1 is the type maximum of
5867 the type, try first merging with < high1 range. */
5869 && high1
    [all...]
ipa-icf-gimple.cc 927 tree high1 = CASE_HIGH (label1);
930 if (!tree_int_cst_equal (high1, high2))
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.cc 5601 tree high0, int in1_p, tree low1, tree high1)
5612 int highequal = ((high0 == 0 && high1 == 0)
5614 high0, 1, high1, 1)));
5622 high1, 1, high0, 1))))
5626 tem = high0, high0 = high1, high1 = tem;
5629 /* If the second range is != high1 where high1 is the type maximum of
5630 the type, try first merging with < high1 range. */
5632 && high1
    [all...]
ipa-icf-gimple.cc 885 tree high1 = CASE_HIGH (label1);
888 if (!tree_int_cst_equal (high1, high2))
  /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))
315 && tree_int_cst_equal (high0, high1))
  /src/external/gpl2/diffutils/dist/src/
diff3.c 862 lin low1, lin high1,
875 D_HIGHLINE (result, FILE1) = high1;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_irq.c 592 u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal; local
632 high1 = I915_READ_FW(high_frame) & PIPE_FRAME_HIGH_MASK;
635 } while (high1 != high2);
639 high1 >>= PIPE_FRAME_HIGH_SHIFT;
648 return (((high1 << 8) | low) + (pixel >= vbl_start)) & 0xffffff;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 190 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; local
281 rhs = make_range (op_right, &in1_p, &low1, &high1, &strict_overflow_p);
290 tem = build_range_check (UNKNOWN_LOCATION, type, rhs, in1_p, low1, high1);
298 in1_p, low1, high1))
316 && tree_int_cst_equal (high0, high1))
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2118 bfd_vma high1,
2122 if (low1 == low2 || high1 == high2)
2134 tmp = high1;
2135 high1 = high2;
2139 /* We touch iff low2 == high1.
2140 We overlap iff low2 is within [low1, high1). */
2141 return low2 <= high1;
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2118 bfd_vma high1,
2122 if (low1 == low2 || high1 == high2)
2134 tmp = high1;
2135 high1 = high2;
2139 /* We touch iff low2 == high1.
2140 We overlap iff low2 is within [low1, high1). */
2141 return low2 <= high1;
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2118 bfd_vma high1,
2122 if (low1 == low2 || high1 == high2)
2134 tmp = high1;
2135 high1 = high2;
2139 /* We touch iff low2 == high1.
2140 We overlap iff low2 is within [low1, high1). */
2141 return low2 <= high1;
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2118 bfd_vma high1,
2122 if (low1 == low2 || high1 == high2)
2134 tmp = high1;
2135 high1 = high2;
2139 /* We touch iff low2 == high1.
2140 We overlap iff low2 is within [low1, high1). */
2141 return low2 <= high1;

Completed in 63 milliseconds