Searched refs:low1 (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-bit.c176 int zeros, low1; local
185 for (low1 = 0; low1 <= 1; low1++)
187 if (low1)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dd2s_intrinsics.h281 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;
H A Dd2fixed.c146 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;
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Duuid.c233 const unsigned int high1 = (i1 >> 16), low1 = (i1 & 0xffff); local
240 res.low = (unsigned long) low1 * low2;
242 tmp = (unsigned long) low1 * high2;
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c333 uint32_t low1, low2, u32; local
336 low1 = OS_REG_READ(ah, AR_TSF_L32);
339 if (low2 < low1) { /* roll over */
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_misc.c330 uint32_t low1, low2, u32; local
333 low1 = OS_REG_READ(ah, AR_TSF_L32);
336 if (low2 < low1) { /* roll over */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf-gimple.c725 tree low1 = CASE_LOW (label1); local
728 if (!tree_int_cst_equal (low1, low2))
H A Dfold-const.c5515 tree high0, int in1_p, tree low1, tree high1)
5523 int lowequal = ((low0 == 0 && low1 == 0)
5525 low0, 0, low1, 0)));
5533 low0, 0, low1, 0))
5539 tem = low0, low0 = low1, low1 = tem;
5545 if (low1
5547 && TREE_CODE (low1) == INTEGER_CST
5548 && (TREE_CODE (TREE_TYPE (low1)) == INTEGER_TYPE
5549 || (TREE_CODE (TREE_TYPE (low1))
5493 merge_ranges(int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0, tree high0, int in1_p, tree low1, tree high1) argument
5961 tree low0, low1, low, high0, high1, high; local
[all...]
H A Drtlanal.c4729 int low1 = ctz_or_zero (nz1);
4741 result_low = MIN (low0, low1);
4744 result_low = MIN (low0, low1);
4748 result_low = low0 + low1;
4766 result_low = MIN (low0, low1);
4772 result_low = MIN (low0, low1);
4701 int low1 = ctz_or_zero (nz1); local
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c238 uint32_t low1, low2, u32; local
241 low1 = OS_REG_READ(ah, AR_TSF_L32);
244 if (low2 < low1) { /* roll over */
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c984 create_diff3_block (low0, high0, low1, high1, low2, high2)
985 register int low0, high0, low1, high1, low2, high2;
996 D_LOWLINE (result, FILE1) = low1;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalarith.c667 LONGEST low1, high1;
672 if (!get_array_bounds (type1, &low1, &high1))
678 low1 = 0;
701 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1);
665 LONGEST low1, high1; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-icf-gimple.cc833 tree low1 = CASE_LOW (label1); local
836 if (!tree_int_cst_equal (low1, low2))
H A Dfold-const.cc5597 tree high0, int in1_p, tree low1, tree high1)
5605 int lowequal = ((low0 == 0 && low1 == 0)
5607 low0, 0, low1, 0)));
5615 low0, 0, low1, 0))
5621 tem = low0, low0 = low1, low1 = tem;
5627 if (low1
5629 && TREE_CODE (low1) == INTEGER_CST
5630 && (TREE_CODE (TREE_TYPE (low1)) == INTEGER_TYPE
5631 || (TREE_CODE (TREE_TYPE (low1))
[all...]
H A Drtlanal.cc5055 int low1 = ctz_or_zero (nz1);
5067 result_low = MIN (low0, low1);
5070 result_low = MIN (low0, low1);
5074 result_low = low0 + low1;
5092 result_low = MIN (low0, low1);
5098 result_low = MIN (low0, low1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c187 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; local
278 rhs = make_range (op_right, &in1_p, &low1, &high1, &strict_overflow_p);
287 tem = build_range_check (UNKNOWN_LOCATION, type, rhs, in1_p, low1, high1);
295 in1_p, low1, high1))
312 else if (tree_int_cst_equal (low0, low1)
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc189 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)
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff3.c862 lin low1, lin high1,
874 D_LOWLINE (result, FILE1) = low1;
858 create_diff3_block(lin low0, lin high0, lin low1, lin high1, lin low2, lin high2) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c2022 /* Check whether [low1, high1) can be combined with [low2, high2),
2024 static bool ranges_overlap (bfd_vma low1, argument
2029 if (low1 == low2 || high1 == high2)
2032 /* Sort so that low1 is below low2. */
2033 if (low1 > low2)
2037 tmp = low1;
2038 low1 = low2;
2047 We overlap iff low2 is within [low1, high1). */
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c2097 /* Check whether [low1, high1) can be combined with [low2, high2),
2101 ranges_overlap (bfd_vma low1, argument
2106 if (low1 == low2 || high1 == high2)
2109 /* Sort so that low1 is below low2. */
2110 if (low1 > low2)
2114 tmp = low1;
2115 low1 = low2;
2124 We overlap iff low2 is within [low1, high1). */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c2868 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff);
2876 if (low1 != const0_rtx)
2880 emit_insn (gen_rtx_SET (op0, gen_rtx_IOR (DImode, op0, low1)));
2865 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc2864 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
/netbsd-current/sys/arch/mips/mips/
H A DmipsX_subr.S2842 _MTC0 a3, MIPS_COP_0_TLB_LO1 # Set up entry low1.

Completed in 584 milliseconds