| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/ |
| H A D | common_arithmetic_type.hpp | 29 typedef char (&result_type) [1]; typedef 35 typedef char (&result_type) [2]; typedef 43 typedef char (&result_type) [3]; typedef 54 typedef char (&result_type) [4]; typedef 60 typedef char (&result_type) [5]; typedef 66 typedef char (&result_type) [6]; typedef 72 typedef char (&result_type) [7]; typedef 78 typedef char (&result_type) [8]; typedef 88 typedef char (&result_type) [9]; typedef 94 typedef char (&result_type) [10]; typedef [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | series.hpp | 24 …result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& max_terms, const V& init_… in sum_series() 28 typedef typename Functor::result_type result_type; in sum_series() typedef 32 result_type result = init_value; in sum_series() 33 result_type next_term; in sum_series() 47 …:result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& max_terms) BOOST_NOEXCEP… in sum_series() 49 typename Functor::result_type init_value = 0; in sum_series() 54 …result_type sum_series(Functor& func, int bits, boost::uintmax_t& max_terms, const U& init_value) … in sum_series() 57 typedef typename Functor::result_type result_type; in sum_series() typedef 58 result_type factor = ldexp(result_type(1), 1 - bits); in sum_series() 63 … typename Functor::result_type sum_series(Functor& func, int bits) BOOST_NOEXCEPT_IF(BOOST_MATH_IS… in sum_series() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/ |
| H A D | deep_copy.hpp | 16 …< typename remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type 21 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type; typedef 23 result_type operator()(Expr2 const &e, S const &, D const &) const in operator ()() 39 …expr >::result_type , typename deep_copy_impl< typename remove_reference< typename Expr::proto_chi… 44 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type; typedef 46 result_type operator()(Expr2 const &e, S const &, D const &) const in operator ()() 62 …result_type , typename deep_copy_impl< typename remove_reference< typename Expr::proto_child1 >::t… 67 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type; typedef 69 result_type operator()(Expr2 const &e, S const &, D const &) const in operator ()() 85 …result_type , typename deep_copy_impl< typename remove_reference< typename Expr::proto_child1 >::t… [all …]
|
| H A D | make_expr_.hpp | 20 typedef typename proto::detail::protoify<A, Domain>::result_type result_type; typedef 22 result_type operator()(typename add_reference<A>::type a) const in operator ()() 38 typename boost::proto::detail::protoify< A0 , Domain >::result_type 43 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type; typedef 45 result_type operator()(typename add_reference<A0 >::type a0) const in operator ()() 68 …o::detail::protoify< A0 , Domain >::result_type , typename boost::proto::detail::protoify< A1 , Do… 73 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type; typedef 75 …result_type operator()(typename add_reference<A0 >::type a0 , typename add_reference<A1 >::type a1… in operator ()() 98 …:result_type , typename boost::proto::detail::protoify< A1 , Domain >::result_type , typename boos… 103 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type; typedef [all …]
|
| H A D | class_member_traits.hpp | 12 typedef T result_type; typedef 18 typedef T result_type; typedef 24 typedef T result_type; typedef 30 typedef T result_type; typedef 36 typedef T result_type; typedef 42 typedef T result_type; typedef 48 typedef T result_type; typedef 54 typedef T result_type; typedef 60 typedef T result_type; typedef 66 typedef T result_type; typedef [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/tr1/ |
| H A D | random.h | 85 typedef typename _BEngine::result_type _Engine_result_type; in _GLIBCXX_VISIBILITY() 86 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY() 92 result_type in _GLIBCXX_VISIBILITY() 95 result_type __return_value; in _GLIBCXX_VISIBILITY() 97 && is_integral<result_type>::value) in _GLIBCXX_VISIBILITY() 100 __return_value = result_type(0); in _GLIBCXX_VISIBILITY() 104 result_type in _GLIBCXX_VISIBILITY() 107 result_type __return_value; in _GLIBCXX_VISIBILITY() 109 && is_integral<result_type>::value) in _GLIBCXX_VISIBILITY() 111 else if (!is_integral<result_type>::value) 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/tr1/ |
| H A D | random.h | 85 typedef typename _BEngine::result_type _Engine_result_type; in _GLIBCXX_VISIBILITY() 86 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY() 92 result_type in _GLIBCXX_VISIBILITY() 95 result_type __return_value; in _GLIBCXX_VISIBILITY() 97 && is_integral<result_type>::value) in _GLIBCXX_VISIBILITY() 100 __return_value = result_type(0); in _GLIBCXX_VISIBILITY() 104 result_type in _GLIBCXX_VISIBILITY() 107 result_type __return_value; in _GLIBCXX_VISIBILITY() 109 && is_integral<result_type>::value) in _GLIBCXX_VISIBILITY() 111 else if (!is_integral<result_type>::value) in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | random | 29 typedef UIntType result_type; 32 static constexpr result_type multiplier = a; 33 static constexpr result_type increment = c; 34 static constexpr result_type modulus = m; 35 static constexpr result_type min() { return c == 0u ? 1u: 0u;} 36 static constexpr result_type max() { return m - 1u;} 37 static constexpr result_type default_seed = 1u; 40 explicit linear_congruential_engine(result_type s = default_seed); 42 void seed(result_type s = default_seed); 46 result_type operator()(); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | random | 29 typedef UIntType result_type; 32 static constexpr result_type multiplier = a; 33 static constexpr result_type increment = c; 34 static constexpr result_type modulus = m; 35 static constexpr result_type min() { return c == 0u ? 1u: 0u;} 36 static constexpr result_type max() { return m - 1u;} 37 static constexpr result_type default_seed = 1u; 40 explicit linear_congruential_engine(result_type s = default_seed); 42 void seed(result_type s = default_seed); 46 result_type operator()(); [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/ |
| H A D | fold_impl.hpp | 12 typedef typename when<_, State0>::template impl<Expr, State, Data>::result_type state0; 13 …>::template impl< typename result_of::child_c<Expr, 0>::type , state0 , Data >::result_type state1; 14 typedef state1 result_type; typedef 15 result_type operator ()( in operator ()() 31 typedef typename when<_, State0>::template impl<Expr, State, Data>::result_type state1; 32 …template impl< typename result_of::child_c< Expr , 0 >::type , state1 , Data >::result_type state0; 33 typedef state0 result_type; typedef 34 result_type operator ()( in operator ()() 50 typedef typename when<_, State0>::template impl<Expr, State, Data>::result_type state0; 51 …ata >::result_type state1; typedef typename when<_, Fun>::template impl< typename result_of::child… [all …]
|
| H A D | pass_through_impl.hpp | 27 …oto_child0::template impl< typename result_of::child_c<Expr, 0>::type , State , Data >::result_type 32 typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type; typedef 34 BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE(result_type, result_type const) in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() 68 …, Data >::result_type , typename Grammar::proto_child1::template impl< typename result_of::child_c… 73 typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type; typedef 75 BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE(result_type, result_type const) in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() 109 …result_type , typename Grammar::proto_child1::template impl< typename result_of::child_c<Expr, 1>:… 114 typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type; typedef 116 BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE(result_type, result_type const) in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE() 150 …result_type , typename Grammar::proto_child1::template impl< typename result_of::child_c<Expr, 1>:… [all …]
|
| H A D | default_function_impl.hpp | 13 …result_type r0; typedef typename result_of::child_c< Expr, 1>::type e1; typedef typename Grammar::… 21 result_type; typedef 22 result_type operator ()( in operator ()() 31 result_type invoke( in invoke() 42 result_type invoke( in invoke() 61 …result_type r0; typedef typename result_of::child_c< Expr, 1>::type e1; typedef typename Grammar::… 69 result_type; typedef 70 result_type operator ()( in operator ()() 79 result_type invoke( in invoke() 90 result_type invoke( in invoke() [all …]
|
| H A D | call.hpp | 77 …result_type b0; typedef typename when<_, A1>::template impl<Expr, State, Data> a1; typedef typenam… 79 typedef typename function_traits::result_type result_type; typedef 88 result_type operator ()( in operator ()() 128 …result_type b0; typedef typename when<_, A1>::template impl<Expr, State, Data> a1; typedef typenam… 130 typedef typename function_traits::result_type result_type; typedef 139 result_type operator ()( in operator ()() 179 …result_type b0; typedef typename when<_, A1>::template impl<Expr, State, Data> a1; typedef typenam… 181 typedef typename function_traits::result_type result_type; typedef 190 result_type operator ()( in operator ()() 230 …result_type b0; typedef typename when<_, A1>::template impl<Expr, State, Data> a1; typedef typenam… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/ |
| H A D | call.hpp | 122 typedef typename BOOST_PROTO_RESULT_OF<Fun()>::type result_type; typedef 125 result_type operator()( in operator ()() 171 typedef typename when<_, A0>::template impl<Expr, State, Data>::result_type a0; 172 typedef typename detail::poly_function_traits<Fun, Fun(a0)>::result_type result_type; typedef 175 result_type operator ()( in operator ()() 191 typedef typename when<_, A0>::template impl<Expr, State, Data>::result_type a0; 192 typedef typename Fun::template impl<a0, State, Data>::result_type result_type; typedef 195 result_type operator ()( in operator ()() 244 typedef typename when<_, A0>::template impl<Expr, State, Data>::result_type a0; 245 typedef typename when<_, A1>::template impl<Expr, State, Data>::result_type a1; [all …]
|
| H A D | default.hpp | 66 … typedef typename Grammar::template impl<e0, State, Data>::result_type r0; \ 68 … BOOST_PROTO_DECLTYPE_(OP proto::detail::MAKE<r0>(), result_type) \ 69 … result_type operator ()( \ 99 … typedef typename Grammar::template impl<e0, State, Data>::result_type r0; \ 100 … typedef typename Grammar::template impl<e1, State, Data>::result_type r1; \ 104 … , result_type \ 106 … result_type operator ()( \ 178 >::result_type 191 typedef typename Grammar::template impl<e0, State, Data>::result_type r0; 192 typedef typename Grammar::template impl<e1, State, Data>::result_type r1; [all …]
|
| H A D | env.hpp | 182 typedef env<data_type, typename detail::value_type<T>::type> result_type; typedef 184 result_type const operator()(detail::arg<T> t) const in operator ()() 186 return result_type(t()); in operator ()() 194 typedef T result_type; typedef 208 … typedef typename impl<typename detail::normalize_arg<T>::type>::result_type type; 212 typename impl<typename detail::normalize_arg<T &>::type>::result_type const 221 typename impl<typename detail::normalize_arg<T const &>::type>::result_type const 248 result_type; typedef 250 result_type operator()(detail::arg<Env>) const in operator ()() 252 return result_type(); in operator ()() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/ |
| H A D | as_expr.hpp | 51 typedef typename Generator::template result<Generator(expr_type)>::type result_type; typedef 54 result_type operator()(T &t) const in operator ()() 66 typedef typename Generator::template result<Generator(expr_type)>::type result_type; typedef 69 result_type operator()(T &t) const in operator ()() 80 typedef proto::expr<proto::tag::terminal, term<value_type>, 0> result_type; typedef 83 result_type operator()(T &t) const in operator ()() 85 return result_type::make(t); in operator ()() 94 typedef proto::basic_expr<proto::tag::terminal, term<value_type>, 0> result_type; typedef 97 result_type operator()(T &t) const in operator ()() 99 return result_type::make(t); in operator ()() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | number_compare.hpp | 176 …_valid_mixed_compare<typename detail::expression<Tag, A1, A2, A3, A4>::result_type, Arithmetic>::v… 179 typedef typename detail::expression<Tag, A1, A2, A3, A4>::result_type result_type; in operator ==() typedef 181 result_type t(b); in operator ==() 183 return eval_eq(t.backend(), result_type::canonical_value(a)); in operator ==() 186 …_valid_mixed_compare<typename detail::expression<Tag, A1, A2, A3, A4>::result_type, Arithmetic>::v… 189 typedef typename detail::expression<Tag, A1, A2, A3, A4>::result_type result_type; in operator ==() typedef 191 result_type t(a); in operator ==() 193 return eval_eq(t.backend(), result_type::canonical_value(b)); in operator ==() 196 …il::expression<Tag, A1, A2, A3, A4>::result_type, typename detail::expression<Tagb, A1b, A2b, A3b,… 200 typename detail::expression<Tag, A1, A2, A3, A4>::result_type t(a); in operator ==() [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 D | random.h | 210 is_unsigned<typename _Sseq::result_type>, in _GLIBCXX_VISIBILITY() 268 typedef _UIntType result_type; in _GLIBCXX_VISIBILITY() 271 static constexpr result_type multiplier = __a; in _GLIBCXX_VISIBILITY() 273 static constexpr result_type increment = __c; in _GLIBCXX_VISIBILITY() 275 static constexpr result_type modulus = __m; in _GLIBCXX_VISIBILITY() 276 static constexpr result_type default_seed = 1u; in _GLIBCXX_VISIBILITY() 293 linear_congruential_engine(result_type __s) in _GLIBCXX_VISIBILITY() 314 seed(result_type __s = default_seed); in _GLIBCXX_VISIBILITY() 333 static constexpr result_type in _GLIBCXX_VISIBILITY() 340 static constexpr result_type 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 D | random.h | 210 is_unsigned<typename _Sseq::result_type>, in _GLIBCXX_VISIBILITY() 268 typedef _UIntType result_type; in _GLIBCXX_VISIBILITY() 271 static constexpr result_type multiplier = __a; in _GLIBCXX_VISIBILITY() 273 static constexpr result_type increment = __c; in _GLIBCXX_VISIBILITY() 275 static constexpr result_type modulus = __m; in _GLIBCXX_VISIBILITY() 276 static constexpr result_type default_seed = 1u; in _GLIBCXX_VISIBILITY() 293 linear_congruential_engine(result_type __s) in _GLIBCXX_VISIBILITY() 314 seed(result_type __s = default_seed); in _GLIBCXX_VISIBILITY() 333 static constexpr result_type in _GLIBCXX_VISIBILITY() 340 static constexpr result_type in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/ |
| H A D | finder.hpp | 58 typedef iterator_range<ForwardIteratorT> result_type; in operator ()() typedef 68 return result_type( End, End ); in operator ()() 82 return result_type( OuterIt, InnerIt ); in operator ()() 85 return result_type( End, End ); in operator ()() 125 typedef iterator_range<ForwardIteratorT> result_type; in operator ()() typedef 128 return result_type( End, End ); in operator ()() 145 typedef iterator_range<ForwardIteratorT> result_type; in findit() typedef 150 result_type M=first_finder( Begin, End ); in findit() 151 result_type Last=M; in findit() 170 typedef iterator_range<ForwardIteratorT> result_type; in findit() typedef [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 D | random | 75 typedef _UIntType result_type; 78 static constexpr size_t m_w = sizeof(result_type) * 8; 91 _Sseq, simd_fast_mersenne_twister_engine, result_type>::value 96 / sizeof(result_type)); 97 static constexpr result_type default_seed = 5489u; 106 simd_fast_mersenne_twister_engine(result_type __sd) 115 seed(result_type __sd = default_seed); 121 static constexpr result_type 125 static constexpr result_type 127 { return std::numeric_limits<result_type>::max(); } [all …]
|
| H A D | random.tcc | 416 typename beta_distribution<_RealType>::result_type 421 std::__detail::_Adaptor<_UniformRandomNumberGenerator, result_type> in operator ()() 424 result_type __x, __y; in operator ()() 430 while (__x + __y > result_type(1)); in operator ()() 445 result_type>) in __generate_impl() 447 std::__detail::_Adaptor<_UniformRandomNumberGenerator, result_type> in __generate_impl() 452 result_type __x, __y; in __generate_impl() 458 while (__x + __y > result_type(1)); in __generate_impl() 616 typename normal_mv_distribution<_Dimen, _RealType>::result_type 621 result_type __ret; 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 D | random | 75 typedef _UIntType result_type; 78 static constexpr size_t m_w = sizeof(result_type) * 8; 91 _Sseq, simd_fast_mersenne_twister_engine, result_type>::value 96 / sizeof(result_type)); 97 static constexpr result_type default_seed = 5489u; 106 simd_fast_mersenne_twister_engine(result_type __sd) 115 seed(result_type __sd = default_seed); 121 static constexpr result_type 125 static constexpr result_type 127 { return std::numeric_limits<result_type>::max(); } [all …]
|
| H A D | random.tcc | 416 typename beta_distribution<_RealType>::result_type 421 std::__detail::_Adaptor<_UniformRandomNumberGenerator, result_type> in operator ()() 424 result_type __x, __y; in operator ()() 430 while (__x + __y > result_type(1)); in operator ()() 445 result_type>) in __generate_impl() 447 std::__detail::_Adaptor<_UniformRandomNumberGenerator, result_type> in __generate_impl() 452 result_type __x, __y; in __generate_impl() 458 while (__x + __y > result_type(1)); in __generate_impl() 616 typename normal_mv_distribution<_Dimen, _RealType>::result_type 621 result_type __ret; in operator ()() [all …]
|