Home
last modified time | relevance | path

Searched refs:predicate (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dipa-predicate.h110 class predicate
137 inline predicate (bool p = true)
148 inline predicate (predicate *) in predicate() argument
154 static inline predicate predicate_testing_cond (int i) in predicate_testing_cond()
156 class predicate p; in predicate_testing_cond()
162 static predicate not_inlined (void) in not_inlined()
164 class predicate p; in not_inlined()
170 predicate & operator &= (const predicate &);
171 inline predicate operator &(const predicate &p) const
173 predicate ret = *this;
[all …]
H A Dipa-fnsummary.h76 predicate exec_predicate; in class()
80 predicate nonconst_predicate; in class()
169 predicate * GTY((skip)) loop_iterations; in class()
172 predicate * GTY((skip)) loop_stride; in class()
183 void account_size_time (int, sreal, const predicate &, const predicate &, in class()
250 : predicate (NULL), param (vNULL), call_stmt_size (0), call_stmt_time (0), in ipa_call_summary()
257 predicate (s.predicate), param (s.param), call_stmt_size (s.call_stmt_size), in ipa_call_summary()
266 class predicate *predicate; variable
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dipa-predicate.h110 class predicate
137 inline predicate (bool p = true)
148 inline predicate (predicate *) in predicate() function
154 static inline predicate predicate_testing_cond (int i) in predicate_testing_cond()
156 class predicate p; in predicate_testing_cond()
162 static predicate not_inlined (void) in not_inlined()
164 class predicate p; in not_inlined()
170 predicate & operator &= (const predicate &);
171 inline predicate operator &(const predicate &p) const
173 predicate ret = *this;
[all …]
H A Dipa-fnsummary.h76 predicate exec_predicate; in class()
80 predicate nonconst_predicate; in class()
169 predicate * GTY((skip)) loop_iterations; in class()
172 predicate * GTY((skip)) loop_stride; in class()
183 void account_size_time (int, sreal, const predicate &, const predicate &, in class()
250 : predicate (NULL), param (vNULL), call_stmt_size (0), call_stmt_time (0), in ipa_call_summary()
257 predicate (s.predicate), param (s.param), call_stmt_size (s.call_stmt_size), in ipa_call_summary()
266 class predicate *predicate; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dcheck_iterator_range.hpp49 Predicate const& predicate) in apply()
53 boost::ignore_unused(predicate); in apply()
57 if (! predicate.apply(*it)) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/
H A Deps.hpp84 : predicate(predicate_) {} in semantic_predicate()
93 return predicate; in parse()
102 bool predicate; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/
H A Dpredicate_based_interrupt_policy.hpp72 predicate_based_interrupt_policy(IsAcceptableTurnPredicate const& predicate) in predicate_based_interrupt_policy()
74 , m_predicate(predicate) in predicate_based_interrupt_policy()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Demulation.hpp71 static __forceinline__ __device__ int Ballot(int predicate) in Ballot()
74 return __ballot(predicate); in Ballot()
79 cta_buffer[tid] = predicate ? (1 << (tid & 31)) : 0; in Ballot()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Demulation.hpp71 static __forceinline__ __device__ int Ballot(int predicate) in Ballot()
74 return __ballot(predicate); in Ballot()
79 cta_buffer[tid] = predicate ? (1 << (tid & 31)) : 0; in Ballot()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Demulation.hpp71 static __forceinline__ __device__ int Ballot(int predicate) in Ballot()
74 return __ballot(predicate); in Ballot()
79 cta_buffer[tid] = predicate ? (1 << (tid & 31)) : 0; in Ballot()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dpass_container.hpp329 > predicate; in dispatch_attribute() typedef
331 return dispatch_container(component, predicate()); in dispatch_attribute()
346 >::type predicate; in operator ()() typedef
351 return dispatch_attribute(component, predicate()); in operator ()()
H A Dalternative_function.hpp169 >::type predicate; in operator ()() typedef
171 return call_unused(component, predicate()); in operator ()()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dconcepts344 /// [concept.predicate], concept predicate
346 concept predicate = regular_invocable<_Fn, _Args...>
352 = predicate<_Rel, _Tp, _Tp> && predicate<_Rel, _Up, _Up>
353 && predicate<_Rel, _Tp, _Up> && predicate<_Rel, _Up, _Tp>;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dconcepts344 /// [concept.predicate], concept predicate
346 concept predicate = regular_invocable<_Fn, _Args...>
352 = predicate<_Rel, _Tp, _Tp> && predicate<_Rel, _Up, _Up>
353 && predicate<_Rel, _Tp, _Up> && predicate<_Rel, _Up, _Tp>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Ddistance_query.hpp155 if ( !calculate_node_distance::apply(predicate(), it->first, node_distance) ) in operator ()()
234 … if ( calculate_value_distance::apply(predicate(), m_translator(*it), value_distance) ) in operator ()()
269 nearest_predicate_type const& predicate() const in predicate() function in boost::geometry::index::detail::rtree::visitors::distance_query
465 if ( !calculate_node_distance::apply(predicate(), it->first, node_distance) ) in operator ()()
510 … if ( calculate_value_distance::apply(predicate(), (*m_translator)(*it), value_distance) ) in operator ()()
569 nearest_predicate_type const& predicate() const in predicate() function in boost::geometry::index::detail::rtree::visitors::distance_query_incremental
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/
H A Dsequential_or.hpp70 typedef traits::attribute_not_unused<Context, Iterator> predicate; in parse() typedef
80 return spirit::any_if_ns(elements, attr_local, f, predicate()); in parse()
H A Dpermutation.hpp74 typedef traits::attribute_not_unused<Context, Iterator> predicate; in parse() typedef
94 while (spirit::any_if_ns(elements, attr_local, f, predicate())) in parse()
H A Dsequence_base.hpp74 typedef traits::attribute_not_unused<Context, Iterator> predicate; in parse_impl() typedef
88 , Derived::fail_function(iter, last, context, skipper), predicate())) in parse_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Dfilter_iterator.hpp81 : super_t(t.base()), m_predicate(t.predicate()), m_end(t.end()) {} in filter_iterator()
83 Predicate predicate() const { return m_predicate; } in predicate() function in boost::iterators::filter_iterator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dring.hpp126 >::type predicate; in apply() local
133 if (predicate(area, zero)) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dmultipoint_to_geometry.hpp143 not_covered_by_areal predicate(areal); in apply() local
150 predicate)) in apply()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Diterator_concepts.h688 && copy_constructible<_Fn> && predicate<_Fn&, iter_value_t<_Iter>&> in _GLIBCXX_VISIBILITY()
689 && predicate<_Fn&, iter_reference_t<_Iter>> in _GLIBCXX_VISIBILITY()
690 && predicate<_Fn&, iter_common_reference_t<_Iter>>; in _GLIBCXX_VISIBILITY()
696 && predicate<_Fn&, iter_value_t<_I1>&, iter_value_t<_I2>&> in _GLIBCXX_VISIBILITY()
697 && predicate<_Fn&, iter_value_t<_I1>&, iter_reference_t<_I2>> in _GLIBCXX_VISIBILITY()
698 && predicate<_Fn&, iter_reference_t<_I1>, iter_value_t<_I2>&> in _GLIBCXX_VISIBILITY()
699 && predicate<_Fn&, iter_reference_t<_I1>, iter_reference_t<_I2>> in _GLIBCXX_VISIBILITY()
700 && predicate<_Fn&, iter_common_reference_t<_I1>, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Diterator_concepts.h688 && copy_constructible<_Fn> && predicate<_Fn&, iter_value_t<_Iter>&> in _GLIBCXX_VISIBILITY()
689 && predicate<_Fn&, iter_reference_t<_Iter>> in _GLIBCXX_VISIBILITY()
690 && predicate<_Fn&, iter_common_reference_t<_Iter>>; in _GLIBCXX_VISIBILITY()
696 && predicate<_Fn&, iter_value_t<_I1>&, iter_value_t<_I2>&> in _GLIBCXX_VISIBILITY()
697 && predicate<_Fn&, iter_value_t<_I1>&, iter_reference_t<_I2>> in _GLIBCXX_VISIBILITY()
698 && predicate<_Fn&, iter_reference_t<_I1>, iter_value_t<_I2>&> in _GLIBCXX_VISIBILITY()
699 && predicate<_Fn&, iter_reference_t<_I1>, iter_reference_t<_I2>> in _GLIBCXX_VISIBILITY()
700 && predicate<_Fn&, iter_common_reference_t<_I1>, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dptrace.h26 #define predicate(x) (x & 0xf0000000) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Dlinear.hpp214 is_acceptable_turn<Linear> predicate(linear); in has_self_intersections() local
218 > interrupt_policy(predicate); in has_self_intersections()

1234