Home
last modified time | relevance | path

Searched defs:make (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Dmake_gcc_workaround.hpp11 struct make<proto::expr<Tag, Args, Arity>()> struct
25 return proto::expr<Tag, Args, Arity>::make( in operator ()() argument
32 struct make<proto::basic_expr<Tag, Args, Arity>()> struct
46 return proto::basic_expr<Tag, Args, Arity>::make( in operator ()() argument
54 struct make<proto::expr<Tag, Args, Arity>(A0)> struct
68 return proto::expr<Tag, Args, Arity>::make( in operator ()() argument
75 struct make<proto::basic_expr<Tag, Args, Arity>(A0)> struct
89 return proto::basic_expr<Tag, Args, Arity>::make( in operator ()() argument
97 struct make<proto::expr<Tag, Args, Arity>(A0 , A1)> struct
111 return proto::expr<Tag, Args, Arity>::make( in operator ()() argument
[all …]
H A Dmake.hpp52 struct make<Object()> struct
59 typedef typename detail::make_if_<Object, Expr, State, Data>::type result_type; argument
154 struct make<Object(A0)> struct
161 typedef typename detail::make_if_<Object, Expr, State, Data>::type result_type; argument
188 struct make<Object(A0...)> struct
193 : make< argument
278 struct make<Object(A0 , A1)> struct
285 typedef typename detail::make_if_<Object, Expr, State, Data>::type result_type; argument
312 struct make<Object(A0 , A1...)> struct
317 : make< argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A Dmake_gcc_workaround.hpp53 struct make<proto::expr<Tag, Args, Arity>(BOOST_PP_ENUM_PARAMS(N, A))> struct
68 return proto::expr<Tag, Args, Arity>::make( in operator ()() argument
76 struct make<proto::basic_expr<Tag, Args, Arity>(BOOST_PP_ENUM_PARAMS(N, A))> struct
91 return proto::basic_expr<Tag, Args, Arity>::make( in operator ()() argument
H A Dmake.hpp145 struct make<Object(BOOST_PP_ENUM_PARAMS(N, A))> struct
151 /// \brief <tt>boost::result_of\<make\<Object\>(Expr, State, Data)\>::type</tt> argument
182 struct make<Object(BOOST_PP_ENUM_PARAMS(N, A)...)> struct
187 : make< argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dmake.hpp25 namespace detail { namespace make namespace
79 inline Geometry make(Type const& c1, Type const& c2) in make() function
113 inline Geometry make(Type const& c1, Type const& c2, Type const& c3) in make() function
128 inline Geometry make(Type const& c1, Type const& c2, Type const& c3, Type const& c4) in make() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dvec_traits.hpp233 static __device__ __host__ __forceinline__ char make(char x) {return x;} in make() function
234 static __device__ __host__ __forceinline__ char make(const char* x) {return *x;} in make() function
241 static __device__ __host__ __forceinline__ schar make(schar x) {return x;} in make() function
242 static __device__ __host__ __forceinline__ schar make(const schar* x) {return *x;} in make() function
249 static __device__ __host__ __forceinline__ char1 make(schar x) {return make_char1(x);} in make() function
250 … static __device__ __host__ __forceinline__ char1 make(const schar* v) {return make_char1(v[0]);} in make() function
257 … static __device__ __host__ __forceinline__ char2 make(schar x, schar y) {return make_char2(x, y);} in make() function
258 …static __device__ __host__ __forceinline__ char2 make(const schar* v) {return make_char2(v[0], v[1… in make() function
265 …static __device__ __host__ __forceinline__ char3 make(schar x, schar y, schar z) {return make_char… in make() function
266 …static __device__ __host__ __forceinline__ char3 make(const schar* v) {return make_char3(v[0], v[1… in make() function
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dvec_traits.hpp233 static __device__ __host__ __forceinline__ char make(char x) {return x;} in make() function
234 static __device__ __host__ __forceinline__ char make(const char* x) {return *x;} in make() function
241 static __device__ __host__ __forceinline__ schar make(schar x) {return x;} in make() function
242 static __device__ __host__ __forceinline__ schar make(const schar* x) {return *x;} in make() function
249 static __device__ __host__ __forceinline__ char1 make(schar x) {return make_char1(x);} in make() function
250 … static __device__ __host__ __forceinline__ char1 make(const schar* v) {return make_char1(v[0]);} in make() function
257 … static __device__ __host__ __forceinline__ char2 make(schar x, schar y) {return make_char2(x, y);} in make() function
258 …static __device__ __host__ __forceinline__ char2 make(const schar* v) {return make_char2(v[0], v[1… in make() function
265 …static __device__ __host__ __forceinline__ char3 make(schar x, schar y, schar z) {return make_char… in make() function
266 …static __device__ __host__ __forceinline__ char3 make(const schar* v) {return make_char3(v[0], v[1… in make() function
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dvec_traits.hpp233 static __device__ __host__ __forceinline__ char make(char x) {return x;} in make() function
234 static __device__ __host__ __forceinline__ char make(const char* x) {return *x;} in make() function
241 static __device__ __host__ __forceinline__ schar make(schar x) {return x;} in make() function
242 static __device__ __host__ __forceinline__ schar make(const schar* x) {return *x;} in make() function
249 static __device__ __host__ __forceinline__ char1 make(schar x) {return make_char1(x);} in make() function
250 … static __device__ __host__ __forceinline__ char1 make(const schar* v) {return make_char1(v[0]);} in make() function
257 … static __device__ __host__ __forceinline__ char2 make(schar x, schar y) {return make_char2(x, y);} in make() function
258 …static __device__ __host__ __forceinline__ char2 make(const schar* v) {return make_char2(v[0], v[1… in make() function
265 …static __device__ __host__ __forceinline__ char3 make(schar x, schar y, schar z) {return make_char… in make() function
266 …static __device__ __host__ __forceinline__ char3 make(const schar* v) {return make_char3(v[0], v[1… in make() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/
H A Dexpression_10.hpp43 static type make(typename call_traits<A0>::param_type a0) in make() function
84 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1) in make() function
125 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
166 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
207 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
248 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
289 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
330 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
371 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
412 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
H A Dexpression_20.hpp43 static type make(typename call_traits<A0>::param_type a0) in make() function
84 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1) in make() function
125 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
166 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
207 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
248 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
289 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
330 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
371 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
412 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
[all …]
H A Dexpression_30.hpp43 static type make(typename call_traits<A0>::param_type a0) in make() function
84 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1) in make() function
125 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
166 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
207 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
248 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
289 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
330 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
371 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
412 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
[all …]
H A Dexpression_40.hpp43 static type make(typename call_traits<A0>::param_type a0) in make() function
84 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1) in make() function
125 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
166 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
207 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
248 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
289 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
330 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
371 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
412 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
[all …]
H A Dexpression_50.hpp43 static type make(typename call_traits<A0>::param_type a0) in make() function
84 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1) in make() function
125 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
166 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
207 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
248 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
289 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
330 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
371 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
412 …static type make(typename call_traits<A0>::param_type a0 , typename call_traits<A1>::param_type a1… in make() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dbasic_expr.hpp132 static basic_expr const make(A0 &a0) in make() function
141 static basic_expr const make(A0 const &a0) in make() function
151 static basic_expr const make(BOOST_PP_ENUM_BINARY_PARAMS(ARG_COUNT, A, const &a)) in make() function
H A Dexpr.hpp163 static expr const make(A0 &a0) in make() function
172 static expr const make(A0 const &a0) in make() function
182 static expr const make(BOOST_PP_ENUM_BINARY_PARAMS(ARG_COUNT, A, const &a)) in make() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dmake.hpp234 struct make : transform<make<Object> > struct
237 struct impl : transform_impl<Expr, State, Data>
256 struct make<detail::msvc_fun_workaround<Fun> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/
H A Dpop_back.hpp41 struct make struct
43 typedef pop_back_iterator<BaseIterator, is_last> type;
47 call(BaseIterator const& i) in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dreference.hpp36 static const type make(T & t) in make() function
51 static const type make(T const & t) in make() function
H A Dexpression.hpp63 static type make(typename call_traits<A>::param_type... a) in make() function
H A Dargument.hpp64 static const type make() in make() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dbasic_expr.hpp71 static basic_expr const make(A0 &a0) in make() function
79 static basic_expr const make(A0 const &a0) in make() function
149 static basic_expr const make(A0 const &a0) in make() function
233 static basic_expr const make(A0 const &a0 , A1 const &a1) in make() function
304 static basic_expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2) in make() function
375 static basic_expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3) in make() function
446 …static basic_expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3 , A4 const … in make() function
517 …static basic_expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3 , A4 const … in make() function
588 …static basic_expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3 , A4 const … in make() function
659 …static basic_expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3 , A4 const … in make() function
[all …]
H A Dexpr_variadic.hpp71 static expr const make(A0 &a0) in make() function
79 static expr const make(A0 const &a0) in make() function
357 static expr const make(A0 const &a0) in make() function
560 static expr const make(A0 const &a0 , A1 const &a1) in make() function
750 static expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2) in make() function
940 static expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3) in make() function
1130 … static expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3 , A4 const &a4) in make() function
1320 …static expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3 , A4 const &a4 , … in make() function
1510 …static expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3 , A4 const &a4 , … in make() function
1700 …static expr const make(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3 , A4 const &a4 , … in make() function
[all …]
/OK3568_Linux_fs/kernel/tools/perf/
H A DMakefile58 define make macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dwork_task_impl.hpp54 std::shared_ptr<WorkTask> WorkTask::make(Fn&& fn, Args&&... args) { in make() function in mbgl::WorkTask
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/
H A Dexpression.hpp85 static type make(BOOST_PP_REPEAT(BOOST_PHOENIX_ITERATION, M1, _)) in make() function

12