Searched refs:et_off (Results 1 – 6 of 6) 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 D | no_et_ops.hpp | 23 BOOST_MP_FORCEINLINE number<B, et_off> operator - (const number<B, et_off>& v) in operator -() 26 number<B, et_off> result(v); in operator -() 31 BOOST_MP_FORCEINLINE number<B, et_off> operator ~ (const number<B, et_off>& v) in operator ~() 33 number<B, et_off> result; in operator ~() 41 BOOST_MP_FORCEINLINE number<B, et_off> operator + (const number<B, et_off>& a, const number<B, et_o… in operator +() 43 number<B, et_off> result; in operator +() 49 … typename enable_if<is_compatible_arithmetic_type<V, number<B, et_off> >, number<B, et_off> >::type 50 operator + (const number<B, et_off>& a, const V& b) in operator +() 52 number<B, et_off> result; in operator +() 54 eval_add(result.backend(), a.backend(), number<B, et_off>::canonical_value(b)); in operator +() [all …]
|
| H A D | default_ops.hpp | 2434 mpl::bool_<number_category<number<Backend, et_off> >::value == number_kind_floating_point>, 2446 number<Backend, et_off> 2448 fma(const number<Backend, et_off>& a, const U& b, const V& c) in fma() 2451 number<Backend, et_off> result; in fma() 2452 ….backend(), number<Backend, et_off>::canonical_value(a), number<Backend, et_off>::canonical_value(… in fma() 2497 mpl::bool_<number_category<number<Backend, et_off> >::value == number_kind_floating_point>, 2505 number<Backend, et_off> 2507 fma(const U& a, const number<Backend, et_off>& b, const V& c) in fma() 2510 number<Backend, et_off> result; in fma() 2511 ….backend(), number<Backend, et_off>::canonical_value(a), number<Backend, et_off>::canonical_value(… in fma() [all …]
|
| H A D | number_base.hpp | 59 et_off = 0, enumerator 88 struct is_no_et_number<number<Backend, et_off> > : public mpl::true_ {}; 187 struct canonical_imp<number<B, et_off>, Backend, Tag> 198 struct canonical_imp<number<B, et_off>, Backend, mpl::int_<3> >
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | literals.hpp | 133 typedef number<backend_type, et_off> number_type; 141 typedef number<backend_type, et_off> number_type; 191 constexpr number<cpp_int_backend<MinBits, MinBits, signed_magnitude, Checked, void>, et_off> 192 …tor - (const number<cpp_int_backend<MinBits, MinBits, signed_magnitude, Checked, void>, et_off>& a) in operator -() 197 constexpr number<cpp_int_backend<MinBits, MinBits, signed_magnitude, Checked, void>, et_off> 198 …operator - (number<cpp_int_backend<MinBits, MinBits, signed_magnitude, Checked, void>, et_off>&& a) in operator -() 200 …mber<cpp_int_backend<MinBits, MinBits, signed_magnitude, Checked, void>, et_off>&>(a).backend(), b… in operator -()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/traits/ |
| H A D | is_backend.hpp | 31 number<Backend, et_off>, number<Backend, et_on> >::type type; 46 …e = is_convertible<U, number<T, et_on> >::value || is_convertible<U, number<T, et_off> >::value; }; 54 …_convertible<T, number<U, et_on> >::value || is_convertible<T, number<U, et_off> >::value) && !is_…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | cpp_int.hpp | 1900 static const expression_template_option value = et_off;
|