Home
last modified time | relevance | path

Searched refs:pred_type (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_layout_test.cpp41 using pred_type = function<spv_result_t(int)>; typedef
43 spvtest::ValidateBase<tuple<int, tuple<string, pred_type, pred_type>>>;
125 pred_type All = Range<0, kRangeEnd>();
191 pred_type pred; in TEST_P()
192 pred_type test_pred; // Predicate to determine if the test should be build in TEST_P()
193 tuple<string, pred_type, pred_type> testCase; in TEST_P()
/third_party/boost/boost/fusion/view/filter_view/detail/
Dend_impl.hpp29 typedef typename Sequence::pred_type pred_type; typedef
31 typedef filter_iterator<category,last_type, last_type, pred_type> type;
Dbegin_impl.hpp30 typedef typename Sequence::pred_type pred_type; typedef
32 typedef filter_iterator<category, first_type, last_type, pred_type> type;
Dnext_impl.hpp37 typedef typename Iterator::pred_type pred_type; typedef
48 typedef filter_iterator<category, next_type, last_type, pred_type> type;
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_layout_test.cpp38 using pred_type = std::function<spv_result_t(int)>; typedef
40 std::tuple<int, std::tuple<std::string, pred_type, pred_type>>>;
121 pred_type All = Range<0, kRangeEnd>();
189 pred_type pred; in TEST_P()
190 pred_type test_pred; // Predicate to determine if the test should be build in TEST_P()
191 std::tuple<std::string, pred_type, pred_type> testCase; in TEST_P()
/third_party/spirv-tools/test/val/
Dval_layout_test.cpp38 using pred_type = std::function<spv_result_t(int)>; typedef
40 std::tuple<int, std::tuple<std::string, pred_type, pred_type>>>;
121 pred_type All = Range<0, kRangeEnd>();
189 pred_type pred; in TEST_P()
190 pred_type test_pred; // Predicate to determine if the test should be build in TEST_P()
191 std::tuple<std::string, pred_type, pred_type> testCase; in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_layout_test.cpp38 using pred_type = std::function<spv_result_t(int)>; typedef
40 std::tuple<int, std::tuple<std::string, pred_type, pred_type>>>;
121 pred_type All = Range<0, kRangeEnd>();
189 pred_type pred; in TEST_P()
190 pred_type test_pred; // Predicate to determine if the test should be build in TEST_P()
191 std::tuple<std::string, pred_type, pred_type> testCase; in TEST_P()
/third_party/boost/boost/polygon/detail/
Dpolygon_sort_adaptor.hpp57 template <typename iter_type, typename pred_type>
58 void polygon_sort(iter_type _b_, iter_type _e_, const pred_type& _pred_) in polygon_sort()
/third_party/mindspore/mindspore/ops/operations/
Dcontrol_ops.py80 def infer_dtype(self, data_type, pred_type): argument
83 validator.check_tensor_dtype_valid("pred", pred_type, [mstype.bool_], self.name)
/third_party/boost/boost/multi_index/detail/
Dhash_index_args.hpp91 >::type pred_type; typedef
96 BOOST_STATIC_ASSERT(!mpl::is_na<pred_type>::value);
/third_party/boost/boost/fusion/view/filter_view/
Dfilter_view.hpp47 typedef Pred pred_type; typedef
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp304 typedef typename has_enough_bits<bits_of<Val>::value>::template type<mpl::_> pred_type; typedef
307pred_type>::type …
314 typedef typename has_enough_bits<bits_of<Val>::value>::template type<mpl::_> pred_type; typedef
317pred_type>::type …
324 typedef typename has_enough_bits<bits_of<Val>::value>::template type<mpl::_> pred_type; typedef
327pred_type>::type …
Ddefault_ops.hpp902 …pedef typename has_enough_bits<R, std::numeric_limits<R>::digits>::template type<mpl::_> pred_type; typedef
914 pred_type>::type iter_type;
/third_party/boost/boost/polygon/
Disotropy.hpp104 template <typename iter_type, typename pred_type>
105 void polygon_sort(iter_type _b_, iter_type _e_, const pred_type& _pred_);
/third_party/boost/boost/multi_index/
Dhashed_index.hpp1739 typedef typename index_args::pred_type pred_type; typedef
1751 key_from_value_type,hash_type,pred_type,
1764 typedef typename index_args::pred_type pred_type; typedef
1776 key_from_value_type,hash_type,pred_type,
/third_party/boost/tools/inspect/
Dinspect.cpp135 typedef bool(*pred_type)(const path&); typedef