| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | et_ops.hpp | 25 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 26 …onst detail::expression<tag, Arg1, Arg2, Arg3, Arg4> operator + (const detail::expression<tag, Arg… in operator +() argument 33 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 34 …te, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > operator - (const detail::expression<tag, Ar… in operator -() argument 36 …BOOST_STATIC_ASSERT_MSG((is_signed_number<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>… in operator -() 37 return detail::expression<detail::negate, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> >(v); in operator -() 43 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 44 inline typename enable_if_c<number_category<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4… 45 …detail::expression<detail::bitwise_complement, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > >… 46 …on<tag, Arg1, Arg2, Arg3, Arg4>& v) { return detail::expression<detail::bitwise_complement, detail… in operator ~() argument [all …]
|
| H A D | ublas_interop.hpp | 47 …on_template_option ExpressionTemplates1, class tag, class Arg1, class Arg2, class Arg3, class Arg4> 48 …d1, ExpressionTemplates1>, boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > 51 typedef boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4> expression_type; 56 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4, class Backend1, boost::multipr… 57 struct promote_traits<boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4>, boost… 60 typedef boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4> expression_type; 65 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4, class tagb, class Arg1b, class… 66 struct promote_traits<boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4>, boost… 68 typedef boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4> expression1_t;
|
| H A D | number_base.hpp | 93 template<class tag, class Arg1 = void, class Arg2 = void, class Arg3 = void, class Arg4 = void> 101 template<class tag, class Arg1, class Arg2, class Arg3, class Arg4> 102 struct is_number_expression<detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > : public mpl::true_ {… 355 template <class Tag, class Arg1, class Arg2, class Arg3, class Arg4> 356 struct arg_type<expression<Tag, Arg1, Arg2, Arg3, Arg4> > 358 typedef expression<Tag, Arg1, Arg2, Arg3, Arg4> type; 621 template <class tag, class Arg1, class Arg2, class Arg3> 622 struct expression<tag, Arg1, Arg2, Arg3, void> 627 typedef typename arg_type<Arg3>::type right_type; 637 expression(const Arg1& a1, const Arg2& a2, const Arg3& a3) : arg1(a1), arg2(a2), arg3(a3) {} in expression() [all …]
|
| H A D | default_ops.hpp | 2408 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4, class U, class V> 2411 …mpl::bool_<number_category<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type >… 2423 …ion<detail::function, default_ops::fma_func, detail::expression<tag, Arg1, Arg2, Arg3, Arg4>, U, V> 2425 fma(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& a, const U& b, const V& c) in fma() argument 2427 …on<detail::function, default_ops::fma_func, detail::expression<tag, Arg1, Arg2, Arg3, Arg4>, U, V>( in fma() 2475 template <class U, class tag, class Arg1, class Arg2, class Arg3, class Arg4, class V> 2478 …mpl::bool_<number_category<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type >… 2486 …ion<detail::function, default_ops::fma_func, U, detail::expression<tag, Arg1, Arg2, Arg3, Arg4>, V> 2488 fma(const U& a, const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& b, const V& c) in fma() argument 2490 …on<detail::function, default_ops::fma_func, U, detail::expression<tag, Arg1, Arg2, Arg3, Arg4>, V>( in fma() [all …]
|
| H A D | number_compare.hpp | 109 template <class B, expression_template_option ET, class tag, class Arg1, class Arg2, class Arg3, cl… 110 struct is_valid_mixed_compare<number<B, ET>, expression<tag, Arg1, Arg2, Arg3, Arg4> > 111 …: public mpl::bool_<is_convertible<expression<tag, Arg1, Arg2, Arg3, Arg4>, number<B, ET> >::value… 113 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4, class B, expression_template_o… 114 struct is_valid_mixed_compare<expression<tag, Arg1, Arg2, Arg3, Arg4>, number<B, ET> > 115 …: public mpl::bool_<is_convertible<expression<tag, Arg1, Arg2, Arg3, Arg4>, number<B, ET> >::value…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/ |
| H A D | generate_by_value.hpp | 152 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > 154 proto::expr<Tag, list4<Arg0 , Arg1 , Arg2 , Arg3>, 4> 158 list4<Arg0 , Arg1 , Arg2 , Arg3> 162 …ype , typename uncvref<Arg1 >::type , typename uncvref<Arg2 >::type , typename uncvref<Arg3 >::type 176 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > 178 proto::basic_expr<Tag, list4<Arg0 , Arg1 , Arg2 , Arg3>, 4> 182 list4<Arg0 , Arg1 , Arg2 , Arg3> 186 …ype , typename uncvref<Arg1 >::type , typename uncvref<Arg2 >::type , typename uncvref<Arg3 >::type 200 …template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename A… 202 proto::expr<Tag, list5<Arg0 , Arg1 , Arg2 , Arg3 , Arg4>, 5> [all …]
|
| H A D | args.hpp | 69 template< typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > 73 typedef Arg0 child0; typedef Arg1 child1; typedef Arg2 child2; typedef Arg3 child3; 77 typedef Arg3 back_; 83 template< typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 > 87 …typedef Arg0 child0; typedef Arg1 child1; typedef Arg2 child2; typedef Arg3 child3; typedef Arg4 c… 97 …template< typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 , typename… 101 …typedef Arg0 child0; typedef Arg1 child1; typedef Arg2 child2; typedef Arg3 child3; typedef Arg4 c… 111 …template< typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 , typename… 115 …typedef Arg0 child0; typedef Arg1 child1; typedef Arg2 child2; typedef Arg3 child3; typedef Arg4 c… 125 …template< typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 , typename… [all …]
|
| H A D | basic_expr.hpp | 340 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3> 341 struct basic_expr<Tag, list4<Arg0 , Arg1 , Arg2 , Arg3>, 4 > 347 typedef list4<Arg0 , Arg1 , Arg2 , Arg3> proto_args; 354 …to_child1 child1; typedef Arg2 proto_child2; proto_child2 child2; typedef Arg3 proto_child3; proto… 411 …template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename A… 412 struct basic_expr<Tag, list5<Arg0 , Arg1 , Arg2 , Arg3 , Arg4>, 5 > 418 typedef list5<Arg0 , Arg1 , Arg2 , Arg3 , Arg4> proto_args; 425 …to_child1 child1; typedef Arg2 proto_child2; proto_child2 child2; typedef Arg3 proto_child3; proto… 482 …template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename A… 483 struct basic_expr<Tag, list6<Arg0 , Arg1 , Arg2 , Arg3 , Arg4 , Arg5>, 6 > [all …]
|
| H A D | expr_variadic.hpp | 905 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3> 906 struct expr<Tag, list4<Arg0 , Arg1 , Arg2 , Arg3>, 4 > 912 typedef list4<Arg0 , Arg1 , Arg2 , Arg3> proto_args; 919 …to_child1 child1; typedef Arg2 proto_child2; proto_child2 child2; typedef Arg3 proto_child3; proto… 1095 …template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename A… 1096 struct expr<Tag, list5<Arg0 , Arg1 , Arg2 , Arg3 , Arg4>, 5 > 1102 typedef list5<Arg0 , Arg1 , Arg2 , Arg3 , Arg4> proto_args; 1109 …to_child1 child1; typedef Arg2 proto_child2; proto_child2 child2; typedef Arg3 proto_child3; proto… 1285 …template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename A… 1286 struct expr<Tag, list6<Arg0 , Arg1 , Arg2 , Arg3 , Arg4 , Arg5>, 6 > [all …]
|
| H A D | expr.hpp | 1544 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3> 1545 struct expr<Tag, list4<Arg0 , Arg1 , Arg2 , Arg3>, 4 > 1551 typedef list4<Arg0 , Arg1 , Arg2 , Arg3> proto_args; 1558 …to_child1 child1; typedef Arg2 proto_child2; proto_child2 child2; typedef Arg3 proto_child3; proto… 1862 …template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename A… 1863 struct expr<Tag, list5<Arg0 , Arg1 , Arg2 , Arg3 , Arg4>, 5 > 1869 typedef list5<Arg0 , Arg1 , Arg2 , Arg3 , Arg4> proto_args; 1876 …to_child1 child1; typedef Arg2 proto_child2; proto_child2 child2; typedef Arg3 proto_child3; proto… 2180 …template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename A… 2181 struct expr<Tag, list6<Arg0 , Arg1 , Arg2 , Arg3 , Arg4 , Arg5>, 6 > [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | number.hpp | 141 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 142 …sion<tag, Arg1, Arg2, Arg3, Arg4>::result_type, self_type>, number&>::type operator=(const detail:… in operator =() argument 144 …typedef typename is_same<number, typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_… in operator =() 148 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 149 number& assign(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& e) in assign() argument 151 …typedef typename is_same<number, typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_… in assign() 190 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 191 …sion<tag, Arg1, Arg2, Arg3, Arg4>& e, typename boost::enable_if_c<is_convertible<typename detail::… in number() argument 195 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 196 explicit number(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& e, in number() argument [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/acpi/ |
| H A D | southcluster.asl | 170 Return (Arg3) 173 CreateDWordField(Arg3, 0, CDW1) 175 Return (Arg3)
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
| H A D | southcluster.asl | 191 Return (Arg3) 194 CreateDWordField(Arg3, 0, CDW1) 196 Return (Arg3)
|
| /OK3568_Linux_fs/u-boot/include/optee_include/ |
| H A D | OpteeClientRPC.h | 17 unsigned int Arg3; member
|
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | OpteeClientMem.c | 151 ArmSmcArgs.Arg0, ArmSmcArgs.Arg1, ArmSmcArgs.Arg2, ArmSmcArgs.Arg3); in OpteeClientMemInit()
|
| H A D | OpteeClientSMC.c | 341 ArmSmcArgs.Arg0, ArmSmcArgs.Arg1, ArmSmcArgs.Arg2, ArmSmcArgs.Arg3); in OpteeSmcCall()
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |