Searched defs:diff_t (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/libs/range/test/algorithm_test/ |
D | count_if.cpp | 36 …_TYPENAME std::iterator_traits<BOOST_DEDUCED_TYPENAME Container::iterator>::difference_type diff_t; in test_count_if_impl() typedef
|
/third_party/boost/libs/range/test/ |
D | string.cpp | 136 typedef boost::range_difference<std::string>::type diff_t; in check_char() typedef 238 typedef boost::range_difference<std::wstring>::type diff_t; in check_string() typedef
|
/third_party/boost/libs/stl_interfaces/example/ |
D | reverse_iterator.cpp | 36 using diff_t = typename std::iterator_traits<BidiIter>::difference_type; typedef
|
/third_party/boost/boost/graph/ |
D | bandwidth.hpp | 78 typename detail::numeric_traits< size_type >::difference_type diff_t; in edgesum() typedef
|
D | minimum_degree_ordering.hpp | 304 diff_t; typedef in boost::detail::mmd_impl
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 733 using diff_t = typename std::array<RealType, Order + 1>::difference_type; in operator *=() typedef 755 using diff_t = typename std::array<RealType, Order + 1>::difference_type; in operator /=() typedef 854 using diff_t = typename std::array<RealType, Order + 1>::difference_type; in operator *() typedef 883 using diff_t = typename std::array<RealType, Order + 1>::difference_type; in operator /() typedef 920 using diff_t = typename std::array<RealType, Order + 1>::difference_type; in operator /() typedef 1269 using diff_t = typename std::array<RealType, Order + 1>::difference_type; in epsilon_multiply() typedef 1498 using diff_t = typename std::array<RealType, Order + 1>::difference_type; in sqrt() typedef 1880 using diff_t = typename std::array<RealType, Order + 1>::difference_type; in lambert_w0() typedef
|
/third_party/boost/boost/gil/ |
D | algorithm.hpp | 190 using diff_t = typename std::iterator_traits<iterator_from_2d<IL>>::difference_type; typedef 208 using diff_t = typename std::iterator_traits<I>::difference_type; typedef 226 using diff_t = typename iterator_from_2d<IL>::difference_type; typedef
|
/third_party/boost/boost/sort/pdqsort/ |
D | pdqsort.hpp | 400 typedef typename std::iterator_traits<Iter>::difference_type diff_t; in pdqsort_loop() typedef
|
/third_party/boost/boost/stl_interfaces/ |
D | iterator_interface.hpp | 631 iter, category, value_t, ref, ptr, diff_t) \ argument
|
/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 46 using diff_t = std::int_fast64_t; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 46 using diff_t = std::int_fast64_t; variable
|