Home
last modified time | relevance | path

Searched refs:constexpr (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcompare26 constexpr bool is_eq (weak_equality cmp) noexcept { return cmp == 0; }
27 constexpr bool is_neq (weak_equality cmp) noexcept { return cmp != 0; }
28 constexpr bool is_lt (partial_ordering cmp) noexcept { return cmp < 0; }
29 constexpr bool is_lteq(partial_ordering cmp) noexcept { return cmp <= 0; }
30 constexpr bool is_gt (partial_ordering cmp) noexcept { return cmp > 0; }
31 constexpr bool is_gteq(partial_ordering cmp) noexcept { return cmp >= 0; }
42 template<class T> constexpr strong_ordering strong_order(const T& a, const T& b);
43 template<class T> constexpr weak_ordering weak_order(const T& a, const T& b);
44 template<class T> constexpr partial_ordering partial_order(const T& a, const T& b);
45 template<class T> constexpr strong_equality strong_equal(const T& a, const T& b);
[all …]
H A Dchrono23 constexpr
29 template <class Rep> inline constexpr bool treat_as_floating_point_v
36 static constexpr Rep zero(); // noexcept in C++20
37 static constexpr Rep max(); // noexcept in C++20
38 static constexpr Rep min(); // noexcept in C++20
53 constexpr duration() = default;
55 constexpr explicit duration(const Rep2& r,
65 constexpr duration(const duration<Rep2, Period2>& d,
74 constexpr rep count() const;
78 constexpr common_type<duration>::type operator+() const;
[all …]
H A Dspan20 inline constexpr ptrdiff_t dynamic_extent = -1;
51 static constexpr index_type extent = Extent;
54 constexpr span() noexcept;
55 constexpr span(pointer ptr, index_type count);
56 constexpr span(pointer firstElem, pointer lastElem);
58 constexpr span(element_type (&arr)[N]) noexcept;
60 constexpr span(array<value_type, N>& arr) noexcept;
62 constexpr span(const array<value_type, N>& arr) noexcept;
64 constexpr span(Container& cont);
66 constexpr span(const Container& cont);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcompare26 constexpr bool is_eq (weak_equality cmp) noexcept { return cmp == 0; }
27 constexpr bool is_neq (weak_equality cmp) noexcept { return cmp != 0; }
28 constexpr bool is_lt (partial_ordering cmp) noexcept { return cmp < 0; }
29 constexpr bool is_lteq(partial_ordering cmp) noexcept { return cmp <= 0; }
30 constexpr bool is_gt (partial_ordering cmp) noexcept { return cmp > 0; }
31 constexpr bool is_gteq(partial_ordering cmp) noexcept { return cmp >= 0; }
42 template<class T> constexpr strong_ordering strong_order(const T& a, const T& b);
43 template<class T> constexpr weak_ordering weak_order(const T& a, const T& b);
44 template<class T> constexpr partial_ordering partial_order(const T& a, const T& b);
45 template<class T> constexpr strong_equality strong_equal(const T& a, const T& b);
[all …]
H A Dchrono23 constexpr
29 template <class Rep> inline constexpr bool treat_as_floating_point_v
36 static constexpr Rep zero(); // noexcept in C++20
37 static constexpr Rep max(); // noexcept in C++20
38 static constexpr Rep min(); // noexcept in C++20
53 constexpr duration() = default;
55 constexpr explicit duration(const Rep2& r,
65 constexpr duration(const duration<Rep2, Period2>& d,
74 constexpr rep count() const;
78 constexpr common_type<duration>::type operator+() const;
[all …]
/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/bits/
H A Denable_special_members.h41 explicit constexpr _Enable_default_constructor_tag() = default; in _GLIBCXX_VISIBILITY()
52 constexpr _Enable_default_constructor() noexcept = default; in _GLIBCXX_VISIBILITY()
53 constexpr _Enable_default_constructor(_Enable_default_constructor const&) in _GLIBCXX_VISIBILITY()
55 constexpr _Enable_default_constructor(_Enable_default_constructor&&) in _GLIBCXX_VISIBILITY()
63 constexpr explicit in _GLIBCXX_VISIBILITY()
110 constexpr _Enable_default_constructor() noexcept = delete; in _GLIBCXX_VISIBILITY()
111 constexpr _Enable_default_constructor(_Enable_default_constructor const&) in _GLIBCXX_VISIBILITY()
113 constexpr _Enable_default_constructor(_Enable_default_constructor&&) in _GLIBCXX_VISIBILITY()
121 constexpr explicit in _GLIBCXX_VISIBILITY()
132 constexpr _Enable_copy_move() noexcept = default; in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_constants.h87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY()
95 _GLIBCXX17_INLINE constexpr syntax_option_type nosubs = in _GLIBCXX_VISIBILITY()
104 _GLIBCXX17_INLINE constexpr syntax_option_type optimize = in _GLIBCXX_VISIBILITY()
111 _GLIBCXX17_INLINE constexpr syntax_option_type collate = in _GLIBCXX_VISIBILITY()
122 _GLIBCXX17_INLINE constexpr syntax_option_type ECMAScript = in _GLIBCXX_VISIBILITY()
132 _GLIBCXX17_INLINE constexpr syntax_option_type basic = in _GLIBCXX_VISIBILITY()
141 _GLIBCXX17_INLINE constexpr syntax_option_type extended = in _GLIBCXX_VISIBILITY()
152 _GLIBCXX17_INLINE constexpr syntax_option_type awk = in _GLIBCXX_VISIBILITY()
161 _GLIBCXX17_INLINE constexpr syntax_option_type grep = in _GLIBCXX_VISIBILITY()
170 _GLIBCXX17_INLINE constexpr syntax_option_type egrep = in _GLIBCXX_VISIBILITY()
[all …]
H A Drange_access.h118 inline constexpr auto in _GLIBCXX_VISIBILITY()
129 inline constexpr auto in _GLIBCXX_VISIBILITY()
244 constexpr auto in _GLIBCXX_VISIBILITY()
253 constexpr size_t in _GLIBCXX_VISIBILITY()
262 [[nodiscard]] constexpr auto in _GLIBCXX_VISIBILITY()
271 [[nodiscard]] constexpr bool in _GLIBCXX_VISIBILITY()
280 [[nodiscard]] constexpr bool in _GLIBCXX_VISIBILITY()
289 constexpr auto in _GLIBCXX_VISIBILITY()
299 constexpr auto in _GLIBCXX_VISIBILITY()
309 constexpr _Tp* in _GLIBCXX_VISIBILITY()
[all …]
/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/bits/
H A Denable_special_members.h41 explicit constexpr _Enable_default_constructor_tag() = default; in _GLIBCXX_VISIBILITY()
52 constexpr _Enable_default_constructor() noexcept = default; in _GLIBCXX_VISIBILITY()
53 constexpr _Enable_default_constructor(_Enable_default_constructor const&) in _GLIBCXX_VISIBILITY()
55 constexpr _Enable_default_constructor(_Enable_default_constructor&&) in _GLIBCXX_VISIBILITY()
63 constexpr explicit in _GLIBCXX_VISIBILITY()
110 constexpr _Enable_default_constructor() noexcept = delete; in _GLIBCXX_VISIBILITY()
111 constexpr _Enable_default_constructor(_Enable_default_constructor const&) in _GLIBCXX_VISIBILITY()
113 constexpr _Enable_default_constructor(_Enable_default_constructor&&) in _GLIBCXX_VISIBILITY()
121 constexpr explicit in _GLIBCXX_VISIBILITY()
132 constexpr _Enable_copy_move() noexcept = default; in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_constants.h87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY()
95 _GLIBCXX17_INLINE constexpr syntax_option_type nosubs = in _GLIBCXX_VISIBILITY()
104 _GLIBCXX17_INLINE constexpr syntax_option_type optimize = in _GLIBCXX_VISIBILITY()
111 _GLIBCXX17_INLINE constexpr syntax_option_type collate = in _GLIBCXX_VISIBILITY()
122 _GLIBCXX17_INLINE constexpr syntax_option_type ECMAScript = in _GLIBCXX_VISIBILITY()
132 _GLIBCXX17_INLINE constexpr syntax_option_type basic = in _GLIBCXX_VISIBILITY()
141 _GLIBCXX17_INLINE constexpr syntax_option_type extended = in _GLIBCXX_VISIBILITY()
152 _GLIBCXX17_INLINE constexpr syntax_option_type awk = in _GLIBCXX_VISIBILITY()
161 _GLIBCXX17_INLINE constexpr syntax_option_type grep = in _GLIBCXX_VISIBILITY()
170 _GLIBCXX17_INLINE constexpr syntax_option_type egrep = in _GLIBCXX_VISIBILITY()
[all …]
H A Drange_access.h118 inline constexpr auto in _GLIBCXX_VISIBILITY()
129 inline constexpr auto in _GLIBCXX_VISIBILITY()
244 constexpr auto in _GLIBCXX_VISIBILITY()
253 constexpr size_t in _GLIBCXX_VISIBILITY()
262 [[nodiscard]] constexpr auto in _GLIBCXX_VISIBILITY()
271 [[nodiscard]] constexpr bool in _GLIBCXX_VISIBILITY()
280 [[nodiscard]] constexpr bool in _GLIBCXX_VISIBILITY()
289 constexpr auto in _GLIBCXX_VISIBILITY()
299 constexpr auto in _GLIBCXX_VISIBILITY()
309 constexpr _Tp* in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dconstants.hpp14 constexpr double tileSize = 512;
27 constexpr int32_t EXTENT = 8192;
29 constexpr double DEG2RAD = M_PI / 180.0;
30 constexpr double RAD2DEG = 180.0 / M_PI;
31 constexpr double M2PI = M_PI * 2;
32 constexpr double EARTH_RADIUS_M = 6378137;
33 constexpr double LATITUDE_MAX = 85.051128779806604;
34 constexpr double LONGITUDE_MAX = 180;
35 constexpr double DEGREES_MAX = 360;
36 constexpr double PITCH_MAX = M_PI / 3;
[all …]
/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_traits56 constexpr bool is_void_v = is_void<_Tp>::value;
58 constexpr bool is_null_pointer_v = is_null_pointer<_Tp>::value;
60 constexpr bool is_integral_v = is_integral<_Tp>::value;
62 constexpr bool is_floating_point_v = is_floating_point<_Tp>::value;
64 constexpr bool is_array_v = is_array<_Tp>::value;
66 constexpr bool is_pointer_v = is_pointer<_Tp>::value;
68 constexpr bool is_lvalue_reference_v = is_lvalue_reference<_Tp>::value;
70 constexpr bool is_rvalue_reference_v = is_rvalue_reference<_Tp>::value;
72 constexpr bool is_member_object_pointer_v =
75 constexpr bool is_member_function_pointer_v =
[all …]
/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_traits56 constexpr bool is_void_v = is_void<_Tp>::value;
58 constexpr bool is_null_pointer_v = is_null_pointer<_Tp>::value;
60 constexpr bool is_integral_v = is_integral<_Tp>::value;
62 constexpr bool is_floating_point_v = is_floating_point<_Tp>::value;
64 constexpr bool is_array_v = is_array<_Tp>::value;
66 constexpr bool is_pointer_v = is_pointer<_Tp>::value;
68 constexpr bool is_lvalue_reference_v = is_lvalue_reference<_Tp>::value;
70 constexpr bool is_rvalue_reference_v = is_rvalue_reference<_Tp>::value;
72 constexpr bool is_member_object_pointer_v =
75 constexpr bool is_member_function_pointer_v =
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dsymbol_layer_properties.hpp16 static constexpr const char * key = "symbol-placement";
21 static constexpr const char * key = "symbol-spacing";
26 static constexpr const char * key = "symbol-avoid-edges";
31 static constexpr const char * key = "icon-allow-overlap";
36 static constexpr const char * key = "icon-ignore-placement";
41 static constexpr const char * key = "icon-optional";
46 static constexpr const char * key = "icon-rotation-alignment";
51 static constexpr const char * key = "icon-size";
56 static constexpr const char * key = "icon-text-fit";
61 static constexpr const char * key = "icon-text-fit-padding";
[all …]
/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 Dranges69 inline constexpr bool enable_view = derived_from<_Tp, view_base>;
102 constexpr _Derived& _M_derived() noexcept
109 constexpr const _Derived& _M_derived() const noexcept
117 constexpr bool
121 constexpr bool
125 constexpr explicit
129 constexpr explicit
133 constexpr auto
137 constexpr auto
143 constexpr auto
[all …]
H A Dnumbers59 inline constexpr _Tp e_v
64 inline constexpr _Tp log2e_v
69 inline constexpr _Tp log10e_v
74 inline constexpr _Tp pi_v
79 inline constexpr _Tp inv_pi_v
84 inline constexpr _Tp inv_sqrtpi_v
89 inline constexpr _Tp ln2_v
94 inline constexpr _Tp ln10_v
99 inline constexpr _Tp sqrt2_v
104 inline constexpr _Tp sqrt3_v
[all …]
H A Dcompare59 constexpr __unspec(__unspec*) noexcept { }
68 constexpr explicit
73 constexpr explicit
89 friend constexpr bool
93 friend constexpr bool
96 friend constexpr bool
100 friend constexpr bool
104 friend constexpr bool
108 friend constexpr bool
112 friend constexpr bool
[all …]
/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 Dranges69 inline constexpr bool enable_view = derived_from<_Tp, view_base>;
102 constexpr _Derived& _M_derived() noexcept
109 constexpr const _Derived& _M_derived() const noexcept
117 constexpr bool
121 constexpr bool
125 constexpr explicit
129 constexpr explicit
133 constexpr auto
137 constexpr auto
143 constexpr auto
[all …]
H A Dnumbers59 inline constexpr _Tp e_v
64 inline constexpr _Tp log2e_v
69 inline constexpr _Tp log10e_v
74 inline constexpr _Tp pi_v
79 inline constexpr _Tp inv_pi_v
84 inline constexpr _Tp inv_sqrtpi_v
89 inline constexpr _Tp ln2_v
94 inline constexpr _Tp ln10_v
99 inline constexpr _Tp sqrt2_v
104 inline constexpr _Tp sqrt3_v
[all …]
H A Dcompare59 constexpr __unspec(__unspec*) noexcept { }
68 constexpr explicit
73 constexpr explicit
89 friend constexpr bool
93 friend constexpr bool
96 friend constexpr bool
100 friend constexpr bool
104 friend constexpr bool
108 friend constexpr bool
112 friend constexpr bool
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.hpp21 static const constexpr Type Default = 1;
35 static const constexpr Type Default = 0;
42 static const constexpr Type Default = ~0u;
49 static const constexpr Type Default = true;
56 static const constexpr Type Default = { true, true, true, true };
67 static const constexpr Type Default = { StencilMode::Always::func, 0, ~0u };
72 constexpr bool operator!=(const StencilFunc::Type& a, const StencilFunc::Type& b) { in operator !=()
78 static const constexpr Type Default = false;
89 … static const constexpr Type Default = { StencilMode::Keep, StencilMode::Keep, StencilMode::Keep };
94 constexpr bool operator!=(const StencilOp::Type& a, const StencilOp::Type& b) { in operator !=()
[all …]
/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/
H A Dcmath53 static constexpr _RealType __pi = 3.1415926535897932384626433832795029L;
55 static constexpr _RealType __pi_half = 1.5707963267948966192313216916397514L;
57 static constexpr _RealType __pi_third = 1.0471975511965977461542144610931676L;
59 static constexpr _RealType __pi_quarter = 0.7853981633974483096156608458198757L;
61 static constexpr _RealType __root_pi_div_2 = 1.2533141373155002512078826424055226L;
63 static constexpr _RealType __one_div_pi = 0.3183098861837906715377675267450287L;
65 static constexpr _RealType __two_div_pi = 0.6366197723675813430755350534900574L;
67 static constexpr _RealType __two_div_root_pi = 1.1283791670955125738961589031215452L;
70 static constexpr _RealType __e = 2.7182818284590452353602874713526625L;
72 static constexpr _RealType __one_div_e = 0.36787944117144232159552377016146087L;
[all …]
/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/
H A Dcmath53 static constexpr _RealType __pi = 3.1415926535897932384626433832795029L;
55 static constexpr _RealType __pi_half = 1.5707963267948966192313216916397514L;
57 static constexpr _RealType __pi_third = 1.0471975511965977461542144610931676L;
59 static constexpr _RealType __pi_quarter = 0.7853981633974483096156608458198757L;
61 static constexpr _RealType __root_pi_div_2 = 1.2533141373155002512078826424055226L;
63 static constexpr _RealType __one_div_pi = 0.3183098861837906715377675267450287L;
65 static constexpr _RealType __two_div_pi = 0.6366197723675813430755350534900574L;
67 static constexpr _RealType __two_div_root_pi = 1.1283791670955125738961589031215452L;
70 static constexpr _RealType __e = 2.7182818284590452353602874713526625L;
72 static constexpr _RealType __one_div_e = 0.36787944117144232159552377016146087L;
[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 Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; };
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; };
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; };
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; };
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; };
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; };
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; };
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; };
24 template <> struct hex_value<'8'> { static constexpr limb_type value = 8; };
25 template <> struct hex_value<'9'> { static constexpr limb_type value = 9; };
[all …]

12345678910>>...20