Home
last modified time | relevance | path

Searched defs:comparison_result (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/safe_numerics/
Dautomatic.hpp297 struct comparison_result { struct
298 using temp_base_type = typename std::conditional<
308 using r_type = checked_result<temp_base_type>;
309 using r_interval_type = interval<r_type>;
311 constexpr static const r_interval_type t_interval{
316 constexpr static const r_interval_type u_interval{
340 constexpr static r_interval_type union_interval( in union_interval()
351 constexpr static const r_interval_type r_interval =
354 constexpr static auto rl = r_interval.l;
355 constexpr static auto ru = r_interval.u;
[all …]
Dnative.hpp61 struct comparison_result { struct
62 using type = decltype(
Dcpp.hpp169 struct comparison_result { struct
170 using type = result_type<T, U>;
/third_party/abseil-cpp/absl/strings/
Dcord.cc1332 int comparison_result = CompareChunks(&lhs_chunk, &rhs, &size_to_compare); in CompareSlowPath() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc1328 int comparison_result = CompareChunks(&lhs_chunk, &rhs, &size_to_compare); in CompareSlowPath() local