Home
last modified time | relevance | path

Searched refs:Backend2 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_compare.hpp152 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
206 template <class Backend, expression_template_option ExpressionTemplates, class Backend2, expression…
207 inline bool operator != (const number<Backend, ExpressionTemplates>& a, const number<Backend2, Expr… in operator !=() argument
260 template <class Backend, expression_template_option ExpressionTemplates, class Backend2, expression…
261 inline bool operator < (const number<Backend, ExpressionTemplates>& a, const number<Backend2, Expre… in operator <() argument
314 template <class Backend, expression_template_option ExpressionTemplates, class Backend2, expression…
315 inline bool operator > (const number<Backend, ExpressionTemplates>& a, const number<Backend2, Expre… in operator >() argument
368 template <class Backend, expression_template_option ExpressionTemplates, class Backend2, expression…
369 inline bool operator <= (const number<Backend, ExpressionTemplates>& a, const number<Backend2, Expr… in operator <=() argument
[all …]
H A Dublas_interop.hpp24 …:multiprecision::expression_template_option ExpressionTemplates1, class Backend2, boost::multiprec…
25 …::number<Backend1, ExpressionTemplates1>, boost::multiprecision::number<Backend2, ExpressionTempla…
28 typedef boost::multiprecision::number<Backend2, ExpressionTemplates2> number2_t;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/traits/
H A Dexplicit_conversion.hpp80 template<class Backend1, expression_template_option ExpressionTemplates1, class Backend2, expressio…
81 struct is_explicitly_convertible<number<Backend1, ExpressionTemplates1>, number<Backend2, Expressio…
82 : public is_explicitly_convertible<Backend1, Backend2>