Home
last modified time | relevance | path

Searched refs:high0 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dd2s_intrinsics.h282 uint64_t high0; // 64 in mulShift64() local
283 umul128(m, mul[0], &high0); // 0 in mulShift64()
284 const uint64_t sum = high0 + low1; in mulShift64()
285 if (sum < high0) { in mulShift64()
304 uint64_t high0; // 64 in mulShift64() local
305 umul128(m, mul[0], &high0); // 0 in mulShift64()
306 const uint64_t sum = high0 + low1; in mulShift64()
307 if (sum < high0) { in mulShift64()
H A Dd2fixed.c143 uint64_t high0; // 64 in mulShift_mod1e9() local
144 const uint64_t low0 = umul128(m, mul[0], &high0); // 0 in mulShift_mod1e9()
151 const uint64_t s0high = low1 + high0; // 64 in mulShift_mod1e9()
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff3.c858 create_diff3_block (lin low0, lin high0, in create_diff3_block() argument
870 D_HIGHLINE (result, FILE0) = high0; in create_diff3_block()
1507 long low0, high0; in output_diff3_edscript() local
1519 high0 = D_HIGHLINE (b, mapping[FILE0]); in output_diff3_edscript()
1528 fprintf (outputfile, "%lda\n", high0); in output_diff3_edscript()
1543 undotlines (outputfile, leading_dot, high0 + 2, in output_diff3_edscript()
1565 if (low0 == high0) in output_diff3_edscript()
1568 fprintf (outputfile, "%ld,%ldd\n", low0, high0); in output_diff3_edscript()
1573 switch (high0 - low0) in output_diff3_edscript()
1576 fprintf (outputfile, "%lda\n", high0); in output_diff3_edscript()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Daddr_families.c471 krb5_address low0, high0; in arange_parse_addr() local
506 &low0, &high0); in arange_parse_addr()
536 ret = krb5_copy_address(context, &high.val[0], &high0); in arange_parse_addr()
540 krb5_free_address(context, &high0); in arange_parse_addr()
552 if(krb5_address_order(context, &low0, &high0) < 0) { in arange_parse_addr()
554 a->high = high0; in arange_parse_addr()
556 a->low = high0; in arange_parse_addr()
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c981 create_diff3_block (low0, high0, low1, high1, low2, high2) in create_diff3_block() argument
982 register int low0, high0, low1, high1, low2, high2; in create_diff3_block()
992 D_HIGHLINE (result, FILE0) = high0;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c187 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; in warn_logical_operator() local
263 lhs = make_range (op_left, &in0_p, &low0, &high0, &strict_overflow_p); in warn_logical_operator()
272 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in0_p, low0, high0); in warn_logical_operator()
294 && merge_ranges (&in_p, &low, &high, in0_p, low0, high0, in warn_logical_operator()
313 && tree_int_cst_equal (high0, high1)) in warn_logical_operator()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc189 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; in warn_logical_operator() local
265 lhs = make_range (op_left, &in0_p, &low0, &high0, &strict_overflow_p); in warn_logical_operator()
274 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in0_p, low0, high0); in warn_logical_operator()
296 && merge_ranges (&in_p, &low, &high, in0_p, low0, high0, in warn_logical_operator()
315 && tree_int_cst_equal (high0, high1)) in warn_logical_operator()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c5494 tree high0, int in1_p, tree low1, tree high1) in merge_ranges() argument
5505 int highequal = ((high0 == 0 && high1 == 0) in merge_ranges()
5507 high0, 1, high1, 1))); in merge_ranges()
5515 high1, 1, high0, 1)))) in merge_ranges()
5519 tem = high0, high0 = high1, high1 = tem; in merge_ranges()
5534 && merge_ranges (pin_p, plow, phigh, in0_p, low0, high0, in merge_ranges()
5540 && merge_ranges (pin_p, plow, phigh, in0_p, low0, high0, in merge_ranges()
5549 high0, 1, low1, 0)); in merge_ranges()
5551 high1, 1, high0, 1)); in merge_ranges()
5565 in_p = 1, low = low1, high = high0; in merge_ranges()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc5577 tree high0, int in1_p, tree low1, tree high1) in merge_ranges() argument
5588 int highequal = ((high0 == 0 && high1 == 0) in merge_ranges()
5590 high0, 1, high1, 1))); in merge_ranges()
5598 high1, 1, high0, 1)))) in merge_ranges()
5602 tem = high0, high0 = high1, high1 = tem; in merge_ranges()
5617 && merge_ranges (pin_p, plow, phigh, in0_p, low0, high0, in merge_ranges()
5623 && merge_ranges (pin_p, plow, phigh, in0_p, low0, high0, in merge_ranges()
5632 high0, 1, low1, 0)); in merge_ranges()
5634 high1, 1, high0, 1)); in merge_ranges()
5648 in_p = 1, low = low1, high = high0; in merge_ranges()
[all …]