Home
last modified time | relevance | path

Searched refs:is_fundamental (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dhas_minus_assign.hpp19 ::boost::is_fundamental< Rhs_nocv >::value && \
26 ::boost::is_fundamental< Rhs_nocv >::value\
32 ::boost::is_fundamental< Lhs_nocv >::value\
36 ::boost::is_fundamental< Lhs_nocv >::value && \
47 ::boost::is_fundamental< Lhs_nocv >::value || \
51 ::boost::is_fundamental< Rhs_nocv >::value || \
H A Dhas_plus_assign.hpp25 ::boost::is_fundamental< Rhs_nocv >::value\
31 ::boost::is_fundamental< Lhs_nocv >::value\
36 ::boost::is_fundamental< Rhs_nocv >::value && \
42 ::boost::is_fundamental< Lhs_nocv >::value && \
48 ::boost::is_fundamental< Lhs_nocv >::value || \
52 ::boost::is_fundamental< Rhs_nocv >::value || \
H A Dhas_right_shift.hpp18 ::boost::is_fundamental< Lhs_nocv >::value && \
19 ::boost::is_fundamental< Rhs_nocv >::value && \
27 ::boost::is_fundamental< Lhs_nocv >::value && \
32 ::boost::is_fundamental< Rhs_nocv >::value && \
H A Dhas_left_shift.hpp18 ::boost::is_fundamental< Lhs_nocv >::value && \
19 ::boost::is_fundamental< Rhs_nocv >::value && \
27 ::boost::is_fundamental< Lhs_nocv >::value && \
32 ::boost::is_fundamental< Rhs_nocv >::value && \
H A Dhas_plus.hpp25 ::boost::is_fundamental< Rhs_nocv >::value\
31 ::boost::is_fundamental< Lhs_nocv >::value\
36 ::boost::is_fundamental< Rhs_nocv >::value && \
42 ::boost::is_fundamental< Lhs_nocv >::value && \
H A Dhas_minus.hpp19 ::boost::is_fundamental< Rhs_nocv >::value && \
27 ::boost::is_fundamental< Rhs_nocv >::value || \
36 ::boost::is_fundamental< Lhs_nocv >::value || \
42 ::boost::is_fundamental< Lhs_nocv >::value && \
H A Dis_fundamental.hpp19 template <class T> struct is_fundamental : public integral_constant<bool, __is_fundamental(T)> {}; struct
21 template <class T> struct is_fundamental : public integral_constant<bool, ::boost::is_arithmetic<T>…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dselect_most_precise.hpp137 (boost::is_fundamental<T1>::type::value
138 && boost::is_fundamental<T2>::type::value);
149 boost::is_fundamental<T1>::type::value,
150 boost::is_fundamental<T2>::type::value,
H A Dcalculation_type.hpp59 boost::is_fundamental
65 boost::is_fundamental
H A Dmath.hpp262 bool IsFundemantal = boost::is_fundamental<T>::value /* false */
354 bool IsFundemantal = boost::is_fundamental<T>::value /* false */
716 T, boost::is_fundamental<T>::value in sqrt()
734 T, boost::is_fundamental<T>::value in mod()
H A Dpromote_integral.hpp49 bool IsFundamental = boost::is_fundamental<T>::type::value
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/
H A Dtype_utils.hpp59 using std::tr1::is_fundamental;
99 value = is_fundamental<typename remove_const<T>::type>::value
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/
H A Dtype_utils.hpp59 using std::tr1::is_fundamental;
99 value = is_fundamental<typename remove_const<T>::type>::value
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Drandom.h406 { seed(__g, typename is_fundamental<_Gen>::type()); } in _GLIBCXX_VISIBILITY()
589 { seed(__g, typename is_fundamental<_Gen>::type()); } in _GLIBCXX_VISIBILITY()
780 { seed(__g, typename is_fundamental<_Gen>::type()); } in _GLIBCXX_VISIBILITY()
952 { seed(__g, typename is_fundamental<_Gen>::type()); } in _GLIBCXX_VISIBILITY()
H A Dtype_traits260 /// is_fundamental
262 struct is_fundamental
291 : public integral_constant<bool, !is_fundamental<_Tp>::value> { };
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Drandom.h406 { seed(__g, typename is_fundamental<_Gen>::type()); } in _GLIBCXX_VISIBILITY()
589 { seed(__g, typename is_fundamental<_Gen>::type()); } in _GLIBCXX_VISIBILITY()
780 { seed(__g, typename is_fundamental<_Gen>::type()); } in _GLIBCXX_VISIBILITY()
952 { seed(__g, typename is_fundamental<_Gen>::type()); } in _GLIBCXX_VISIBILITY()
H A Dtype_traits260 /// is_fundamental
262 struct is_fundamental
291 : public integral_constant<bool, !is_fundamental<_Tp>::value> { };
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dtype_traits92 constexpr bool is_fundamental_v = is_fundamental<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dtype_traits92 constexpr bool is_fundamental_v = is_fundamental<_Tp>::value;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/
H A Dsectionalize.hpp928 BOOST_STATIC_ASSERT((! boost::is_fundamental<EnvelopeStrategy>::value)); in sectionalize()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dtype_traits538 /// is_fundamental
540 struct is_fundamental
565 : public __not_<is_fundamental<_Tp>>::type { };
3063 inline constexpr bool is_fundamental_v = is_fundamental<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dtype_traits538 /// is_fundamental
540 struct is_fundamental
565 : public __not_<is_fundamental<_Tp>>::type { };
3063 inline constexpr bool is_fundamental_v = is_fundamental<_Tp>::value;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits53 template <class T> struct is_fundamental;
267 = is_fundamental<T>::value; // C++17
999 // is_fundamental
1001 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_fundamental
1009 = is_fundamental<_Tp>::value;
1046 : public integral_constant<bool, !is_fundamental<_Tp>::value> {};
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits53 template <class T> struct is_fundamental;
267 = is_fundamental<T>::value; // C++17
999 // is_fundamental
1001 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_fundamental
1009 = is_fundamental<_Tp>::value;
1046 : public integral_constant<bool, !is_fundamental<_Tp>::value> {};