Home
last modified time | relevance | path

Searched refs:Backend (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dinteger_ops.hpp16 template <class Backend>
17 inline void eval_qr(const Backend& x, const Backend& y, Backend& q, Backend& r) in eval_qr()
23 template <class Backend, class Integer>
24 inline Integer eval_integer_modulus(const Backend& x, Integer val) in eval_integer_modulus()
29 typedef typename boost::multiprecision::detail::canonical<Integer, Backend>::type int_type; in eval_integer_modulus()
30 Backend t; in eval_integer_modulus()
130 template <class Backend, expression_template_option ExpressionTemplates>
131 inline typename enable_if_c<number_category<Backend>::value == number_kind_integer>::type
132 …divide_qr(const number<Backend, ExpressionTemplates>& x, const number<Backend, ExpressionTemplates… in divide_qr() argument
133 number<Backend, ExpressionTemplates>& q, number<Backend, ExpressionTemplates>& r) in divide_qr()
[all …]
H A Dmin_max.hpp28 template <class Backend>
29 …::enable_if_c < boost::multiprecision::detail::is_backend<Backend>::value, const number<Backend, e… in type()
30 (min)(const number<Backend, et_on>& a, const number<Backend, et_on>& b) in type()
34 template <class Backend, class tag, class A1, class A2, class A3, class A4>
35 …::enable_if_c < boost::multiprecision::detail::is_backend<Backend>::value, const number<Backend, e… in type()
36 (min)(const number<Backend, et_on>& a, const detail::expression<tag, A1, A2, A3, A4>& b) in type()
38 number<Backend, et_on> t(b); in type()
43 template <class tag, class A1, class A2, class A3, class A4, class Backend>
44 …::enable_if_c < boost::multiprecision::detail::is_backend<Backend>::value, const number<Backend, e… in type()
45 (min)(const detail::expression<tag, A1, A2, A3, A4>& a, const number<Backend, et_on>& b) in type()
[all …]
H A Dnumber_compare.hpp117 template <class Backend, expression_template_option ExpressionTemplates>
118 …nable_if_c<number_category<Backend>::value != number_kind_floating_point, bool>::type is_unordered… in is_unordered_value() argument
122 template <class Backend, expression_template_option ExpressionTemplates>
127 …nable_if_c<number_category<Backend>::value == number_kind_floating_point, bool>::type is_unordered… in is_unordered_value() argument
152 template <class Backend, expression_template_option ExpressionTemplates, class Backend2, expression…
153 inline bool operator == (const number<Backend, ExpressionTemplates>& a, const number<Backend2, Expr… in operator ==() argument
159 template <class Backend, expression_template_option ExpressionTemplates, class Arithmetic>
160 inline typename enable_if_c<detail::is_valid_mixed_compare<number<Backend, ExpressionTemplates>, Ar…
161 operator == (const number<Backend, ExpressionTemplates>& a, const Arithmetic& b) in operator ==() argument
165 return eval_eq(a.backend(), number<Backend, ExpressionTemplates>::canonical_value(b)); in operator ==()
[all …]
H A Ddefault_ops.hpp968 template <class Backend>
969 inline int eval_fpclassify(const Backend& arg) in eval_fpclassify()
971 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_floating_point, "The fpclas… in eval_fpclassify()
1675 template <class Backend, multiprecision::expression_template_option ExpressionTemplates>
1676 inline int fpclassify BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Expres… in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1687 template <class Backend, multiprecision::expression_template_option ExpressionTemplates>
1688 inline bool isfinite BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Express… in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1699 template <class Backend, multiprecision::expression_template_option ExpressionTemplates>
1700 inline bool isnan BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Expression… in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1710 template <class Backend, multiprecision::expression_template_option ExpressionTemplates>
[all …]
H A Dnumber_base.hpp63 template <class Backend>
69 template <class Backend, expression_template_option ExpressionTemplates = expression_template_defau…
75 template <class Backend, expression_template_option ExpressionTemplates>
76 struct is_number<number<Backend, ExpressionTemplates> > : public mpl::true_ {};
81 template <class Backend>
82 struct is_et_number<number<Backend, et_on> > : public mpl::true_ {};
87 template <class Backend>
88 struct is_no_et_number<number<Backend, et_off> > : public mpl::true_ {};
176 template <class Val, class Backend, class Tag>
181 template <class B, class Backend, class Tag>
[all …]
H A Dublas_interop.hpp14 template <class V, class Backend, multiprecision::expression_template_option ExpressionTemplates>
15 …const sparse_vector_element<V>& a, const ::boost::multiprecision::number<Backend, ExpressionTempla… in operator ==() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp38 template <class Backend, expression_template_option ExpressionTemplates>
41 typedef number<Backend, ExpressionTemplates> self_type;
43 typedef Backend backend_type;
44 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR number() BOOST_MP_NOEXCEPT_IF(noexcept(Backend())) {} in number()
45 …NSTEXPR number(const number& e) BOOST_MP_NOEXCEPT_IF(noexcept(Backend(std::declval<Backend const&>… in number()
49 && !is_convertible<typename detail::canonical<V, Backend>::type, Backend>::value in number()
50 … && !detail::is_restricted_conversion<typename detail::canonical<V, Backend>::type, Backend>::value in number()
60 is_convertible<typename detail::canonical<V, Backend>::type, Backend>::value in number()
61 … && !detail::is_restricted_conversion<typename detail::canonical<V, Backend>::type, Backend>::value in number()
64 …BOOST_MP_NOEXCEPT_IF(noexcept(Backend(std::declval<typename detail::canonical<V, Backend>::type co… in number()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dimport_export.hpp15 template <class Backend, class Unsigned>
16 …void assign_bits(Backend& val, Unsigned bits, unsigned bit_location, unsigned chunk_bits, const mp… in assign_bits()
45 template <class Backend, class Unsigned>
46 …void assign_bits(Backend& val, Unsigned bits, unsigned bit_location, unsigned chunk_bits, const mp… in assign_bits()
48 typedef typename Backend::local_limb_type local_limb_type; in assign_bits()
182 template <class Backend>
183 …boost::uintmax_t extract_bits(const Backend& val, unsigned location, unsigned count, const mpl::fa… in extract_bits()
199 template <class Backend>
200 …inline boost::uintmax_t extract_bits(const Backend& val, unsigned location, unsigned count, const … in extract_bits()
202 typename Backend::local_limb_type result = *val.limbs(); in extract_bits()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem_p.h62 Q_ENUMS(Backend)
67 Q_PROPERTY(Backend backend READ backend WRITE setBackend NOTIFY backendChanged REVISION 15)
70 enum Backend { enum
93 Backend backend() const;
94 void setBackend(Backend b);
121 Backend m_backend = Software;
H A Dqdeclarativerectanglemapitem_p.h67 Q_ENUMS(Backend)
73 Q_PROPERTY(Backend backend READ backend WRITE setBackend NOTIFY backendChanged REVISION 15)
76 enum Backend { enum
103 Backend backend() const;
104 void setBackend(Backend b);
128 Backend m_backend = Software;
H A Dqdeclarativecirclemapitem_p.h64 Q_ENUMS(Backend)
70 Q_PROPERTY(Backend backend READ backend WRITE setBackend NOTIFY backendChanged REVISION 15)
73 enum Backend { enum
99 Backend backend() const;
100 void setBackend(Backend b);
127 Backend m_backend = Software;
H A Dqdeclarativepolylinemapitem_p.h91 Q_ENUMS(Backend)
95 Q_PROPERTY(Backend backend READ backend WRITE setBackend NOTIFY backendChanged REVISION 15)
98 enum Backend { enum
132 Backend backend() const;
133 void setBackend(Backend b);
158 Backend m_backend = Software;
H A Dqdeclarativerectanglemapitem.cpp135 QDeclarativeRectangleMapItem::Backend backend = QDeclarativeRectangleMapItem::Software;
178 QDeclarativeRectangleMapItem::Backend QDeclarativeRectangleMapItem::backend() const in backend()
183 void QDeclarativeRectangleMapItem::setBackend(QDeclarativeRectangleMapItem::Backend b) in setBackend()
H A Dqdeclarativecirclemapitem.cpp282 QDeclarativeCircleMapItem::Backend backend = QDeclarativeCircleMapItem::Software;
531 QDeclarativeCircleMapItem::Backend QDeclarativeCircleMapItem::backend() const in backend()
536 void QDeclarativeCircleMapItem::setBackend(QDeclarativeCircleMapItem::Backend b) in setBackend()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/traits/
H A Dis_backend.hpp26 template <class Backend>
30 boost::is_same<number<Backend>, number<Backend, et_on> >::value,
31 number<Backend, et_off>, number<Backend, et_on> >::type type;
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-poetry-core_1.0.8.bb1 SUMMARY = "Poetry PEP 517 Build Backend"
2 DESCRIPTION = "Poetry PEP 517 Build Backend"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Damlogic,axg-sound-card.txt24 Required TDM Backend dai-link properties:
27 Optional TDM Backend dai-link properties:
40 Backend dai-link subnodes:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/bluealsa/
H A Dbluealsa.service2 Description=Bluetooth Audio ALSA Backend
/OK3568_Linux_fs/buildroot/package/qt5/qt5enginio/
H A DConfig.in12 Enginio is a Backend-as-a-Service solution for simplifying
/OK3568_Linux_fs/buildroot/package/libssh2/
H A DConfig.in15 prompt "Crypto Backend"
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Ddnn.hpp71 enum Backend enum
96 CV_EXPORTS std::vector< std::pair<Backend, Target> > getAvailableBackends();
97 CV_EXPORTS std::vector<Target> getAvailableTargets(Backend be);
/OK3568_Linux_fs/buildroot/package/bluez-alsa/
H A DConfig.in17 Bluetooth Audio ALSA Backend.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/
H A Dbluealsa_git.bb1 SUMMARY = "Bluetooth Audio ALSA Backend"
/OK3568_Linux_fs/buildroot/package/libssh/
H A DConfig.in24 prompt "Crypto Backend"
/OK3568_Linux_fs/buildroot/package/dvdrw-tools/
H A DConfig.in36 prompt "Media Backend"

12