Home
last modified time | relevance | path

Searched refs:pdalboost (Results 1 – 25 of 1299) sorted by relevance

12345678910>>...52

/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/ratio/detail/
H A Doverflow_helpers.hpp68 …template <pdalboost::intmax_t X, pdalboost::intmax_t Y, pdalboost::intmax_t = mpl::sign_c<pdalboos…
71 template <pdalboost::intmax_t X, pdalboost::intmax_t Y>
74 … static const pdalboost::intmax_t min = pdalboost::integer_traits<pdalboost::intmax_t>::const_min;
75 … static const pdalboost::intmax_t max = pdalboost::integer_traits<pdalboost::intmax_t>::const_max;
82 template <pdalboost::intmax_t X, pdalboost::intmax_t Y>
89 template <pdalboost::intmax_t X, pdalboost::intmax_t Y>
100 …template <pdalboost::intmax_t X, pdalboost::intmax_t Y, pdalboost::intmax_t = mpl::sign_c<pdalboos…
103 template <pdalboost::intmax_t X, pdalboost::intmax_t Y>
114 template <pdalboost::intmax_t X, pdalboost::intmax_t Y>
121 template <pdalboost::intmax_t X, pdalboost::intmax_t Y>
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/numeric/conversion/detail/preprocessed/
H A Dnumeric_cast_traits_long_long.hpp9 namespace pdalboost { namespace numeric { namespace
16 , pdalboost::long_long_type
28 , pdalboost::ulong_long_type
40 , pdalboost::long_long_type
52 , pdalboost::ulong_long_type
64 , pdalboost::long_long_type
76 , pdalboost::ulong_long_type
88 , pdalboost::long_long_type
100 , pdalboost::ulong_long_type
112 , pdalboost::long_long_type
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/smart_ptr/
H A Dmake_shared_object.hpp23 namespace pdalboost namespace
179 typedef pdalboost::shared_ptr< T > type;
201 # define BOOST_SP_MSD( T ) pdalboost::detail::sp_inplace_tag< pdalboost::detail::sp_ms_deleter< T >…
272pdalboost::shared_ptr< T > pt( static_cast< T* >( 0 ), pdalboost::detail::sp_inplace_tag<D>(), a2 … in allocate_shared()
278pdalboost::shared_ptr< T > pt( static_cast< T* >( 0 ), pdalboost::detail::sp_inplace_tag<D>(), a ); in allocate_shared()
355 pdalboost::detail::sp_forward<A1>( a1 ) in make_shared()
376 pdalboost::detail::sp_forward<A1>( a1 ) in allocate_shared()
398 pdalboost::detail::sp_forward<A2>( a2 ) in make_shared()
420 pdalboost::detail::sp_forward<A2>( a2 ) in allocate_shared()
443 pdalboost::detail::sp_forward<A3>( a3 ) in make_shared()
[all …]
H A Dallocate_shared_array.hpp15 namespace pdalboost { namespace
21 typedef pdalboost::detail::ms_init_tag R1; in allocate_shared()
33 pdalboost::detail::as_init(allocator, p2, n1); in allocate_shared()
35 pdalboost::detail::ms_init(p2, n1); in allocate_shared()
47 typedef pdalboost::detail::ms_init_tag R1; in allocate_shared()
61 pdalboost::detail::as_init(allocator, p2, N); in allocate_shared()
63 pdalboost::detail::ms_init(p2, N); in allocate_shared()
77 typedef pdalboost::detail::ms_init_tag R1; in allocate_shared()
109 typedef pdalboost::detail::ms_init_tag R1; in allocate_shared()
150 pdalboost::detail::ms_noinit(p2, n1); in allocate_shared_noinit()
[all …]
H A Dmake_shared_array.hpp15 namespace pdalboost { namespace
17 inline typename pdalboost::detail::sp_if_array<T>::type
21 typedef pdalboost::detail::ms_allocator<T> A1; in make_shared()
31 pdalboost::detail::ms_init(p2, n1); in make_shared()
42 typedef pdalboost::detail::ms_allocator<T> A1; in make_shared()
45 N = pdalboost::detail::array_total<T>::size in make_shared()
54 pdalboost::detail::ms_init(p2, N); in make_shared()
67 typedef pdalboost::detail::ms_allocator<T> A1; in make_shared()
107 pdalboost::detail::ms_init<T2, M>(p2, N, p3); in make_shared()
128 pdalboost::detail::ms_noinit(p2, n1); in make_shared_noinit()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/container/detail/
H A Dtype_traits.hpp29 namespace pdalboost { namespace
33 using ::pdalboost::move_detail::enable_if;
35 using ::pdalboost::move_detail::is_same;
36 using ::pdalboost::move_detail::is_different;
37 using ::pdalboost::move_detail::is_pointer;
39 using ::pdalboost::move_detail::add_const;
45 using ::pdalboost::move_detail::is_integral;
46 using ::pdalboost::move_detail::is_enum;
47 using ::pdalboost::move_detail::is_pod;
48 using ::pdalboost::move_detail::is_empty;
[all …]
H A Dmpl.hpp31 namespace pdalboost { namespace
45 using pdalboost::move_detail::if_c;
46 using pdalboost::move_detail::if_;
48 using pdalboost::move_detail::bool_;
49 using pdalboost::move_detail::true_;
50 using pdalboost::move_detail::false_;
53 using pdalboost::move_detail::bool_;
54 using pdalboost::move_detail::true_;
57 using pdalboost::move_detail::and_;
58 using pdalboost::move_detail::or_;
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/bind/
H A Dplaceholders.hpp26 namespace pdalboost namespace
34 inline pdalboost::arg<1> _1() { return pdalboost::arg<1>(); } in _1()
35 inline pdalboost::arg<2> _2() { return pdalboost::arg<2>(); } in _2()
36 inline pdalboost::arg<3> _3() { return pdalboost::arg<3>(); } in _3()
37 inline pdalboost::arg<4> _4() { return pdalboost::arg<4>(); } in _4()
38 inline pdalboost::arg<5> _5() { return pdalboost::arg<5>(); } in _5()
39 inline pdalboost::arg<6> _6() { return pdalboost::arg<6>(); } in _6()
40 inline pdalboost::arg<7> _7() { return pdalboost::arg<7>(); } in _7()
41 inline pdalboost::arg<8> _8() { return pdalboost::arg<8>(); } in _8()
42 inline pdalboost::arg<9> _9() { return pdalboost::arg<9>(); } in _9()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/lexical_cast/detail/
H A Dconverter_lexical.hpp56 namespace pdalboost { namespace
114 … struct stream_char_common< pdalboost::iterator_range< Char* > >: public pdalboost::mpl::if_c<
117 pdalboost::detail::deduce_character_type_later< pdalboost::iterator_range< Char* > >
121 …struct stream_char_common< pdalboost::iterator_range< const Char* > >: public pdalboost::mpl::if_c<
124pdalboost::detail::deduce_character_type_later< pdalboost::iterator_range< const Char* > >
140 struct stream_char_common< pdalboost::array< Char, N > >: public pdalboost::mpl::if_c<
143 pdalboost::detail::deduce_character_type_later< pdalboost::array< Char, N > >
147 struct stream_char_common< pdalboost::array< const Char, N > >: public pdalboost::mpl::if_c<
150 pdalboost::detail::deduce_character_type_later< pdalboost::array< const Char, N > >
298 : pdalboost::true_type
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/intrusive/detail/
H A Dmpl.hpp29 namespace pdalboost { namespace
33 using pdalboost::move_detail::is_same;
34 using pdalboost::move_detail::add_const;
36 using pdalboost::move_detail::remove_cv;
48 using pdalboost::move_detail::if_c;
49 using pdalboost::move_detail::if_;
58 using pdalboost::move_detail::bool_;
59 using pdalboost::move_detail::true_;
60 using pdalboost::move_detail::false_;
62 using pdalboost::move_detail::no_type;
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/range/detail/
H A Dcommon.hpp31 namespace pdalboost namespace
74 …STANT( bool, is_string_ = (pdalboost::mpl::or_<pdalboost::mpl::bool_<is_const_char_pt…
82 …typedef BOOST_RANGE_DEDUCED_TYPENAME pdalboost::mpl::if_c< ::pdalboost::range_detail::range_help…
85 …typedef BOOST_RANGE_DEDUCED_TYPENAME pdalboost::mpl::if_c< ::pdalboost::range_detail::range_help…
88 …typedef BOOST_RANGE_DEDUCED_TYPENAME pdalboost::mpl::if_c< ::pdalboost::range_detail::range_help…
91 …typedef BOOST_RANGE_DEDUCED_TYPENAME pdalboost::mpl::if_c< ::pdalboost::range_detail::range_help…
94 …typedef BOOST_RANGE_DEDUCED_TYPENAME pdalboost::mpl::if_c< ::pdalboost::range_detail::range_help…
100 …typedef BOOST_RANGE_DEDUCED_TYPENAME pdalboost::mpl::if_c< ::pdalboost::range_detail::range_help…
103 …typedef BOOST_RANGE_DEDUCED_TYPENAME pdalboost::mpl::if_c< ::pdalboost::range_detail::range_help…
106 …typedef BOOST_RANGE_DEDUCED_TYPENAME pdalboost::mpl::if_c< ::pdalboost::range_detail::range_help…
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/move/
H A Dcore.hpp77 namespace pdalboost { namespace
141 ::pdalboost::rv< TYPE >& \
153 ::pdalboost::rv< \
177 const ::pdalboost::rv< \
196 namespace pdalboost { namespace
213 , ::pdalboost::rv<T>&>::type
216 return *BOOST_MOVE_TO_RV_CAST(::pdalboost::rv<T>*, ::pdalboost::move_detail::addressof(x)); in move_return()
282 namespace pdalboost{ namespace
317 namespace pdalboost { namespace
449 namespace pdalboost { namespace
[all …]
H A Dutility_core.hpp35 namespace pdalboost { namespace
68 return *BOOST_MOVE_TO_RV_CAST(::pdalboost::rv<T>*, ::pdalboost::move_detail::addressof(x) ); in move()
92 , ::pdalboost::move_detail::is_rv<T>
103 , ::pdalboost::move_detail::is_not_rv<T>
120 , ::pdalboost::move_detail::is_rv<T>
132 , ::pdalboost::move_detail::or_
147 , ::pdalboost::move_detail::and_
148 < ::pdalboost::move_detail::not_< ::pdalboost::move_detail::is_lvalue_reference<T> >
164 namespace pdalboost{ namespace
173 namespace pdalboost { namespace
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/
H A Dinteger.hpp37 namespace pdalboost namespace
104 …plate <> struct exact_signed_base_helper<sizeof(pdalboost::long_long_type)* CHAR_BIT> { typedef pd…
105 …te <> struct exact_unsigned_base_helper<sizeof(pdalboost::ulong_long_type)* CHAR_BIT> { typedef pd…
119 typedef typename pdalboost::detail::int_least_helper
150 typedef typename pdalboost::detail::uint_least_helper
177 typedef typename pdalboost::detail::int_least_helper
180 (MaxValue <= ::pdalboost::integer_traits<pdalboost::long_long_type>::const_max) +
199 typedef typename pdalboost::detail::int_least_helper
202 (MinValue >= ::pdalboost::integer_traits<pdalboost::long_long_type>::const_min) +
235 (MaxValue <= ::pdalboost::integer_traits<pdalboost::ulong_long_type>::const_max) +
[all …]
H A Dforeach.hpp95 namespace pdalboost namespace
123 : pdalboost::mpl::false_
134 : pdalboost::mpl::or_<
136 , pdalboost::is_base_and_derived<pdalboost::noncopyable, T>
139 : pdalboost::is_base_and_derived<pdalboost::noncopyable, T>
143 : pdalboost::mpl::false_
169 inline pdalboost::mpl::true_ *
193 namespace pdalboost namespace
487 pdalboost::mpl::or_<pdalboost::is_abstract<T>, pdalboost::is_array<T> >, private_type_, T
533 pdalboost::mpl::or_<pdalboost::is_abstract<T>, pdalboost::is_array<T> >, private_type_, T
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/move/detail/
H A Dmove_helpers.hpp29 …typename ::pdalboost::move_detail::if_< ::pdalboost::move_detail::is_class<U>, BOOST_CATCH_CONST_R…
31 …typename ::pdalboost::move_detail::if_< ::pdalboost::move_detail::is_class<U>, BOOST_RV_REF(U), ::
51 { return FWD_FUNCTION(::pdalboost::move(x)); }\
82 return FWD_FUNCTION(::pdalboost::move(t));\
90 typename ::pdalboost::move_detail::enable_if_and\
111 return FWD_FUNCTION(::pdalboost::move(t));\
122 { return FWD_FUNCTION(::pdalboost::move(x)); }\
125 typename ::pdalboost::move_detail::enable_if_c\
131 return FWD_FUNCTION(::pdalboost::move(t));\
142 { return FWD_FUNCTION(::pdalboost::move(x)); }\
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/algorithm/string/
H A Dtrim.hpp38 namespace pdalboost { namespace
73 ::pdalboost::end(lit_range), in trim_left_copy_if()
88 ::pdalboost::begin(Input), in trim_left_copy_if()
89 ::pdalboost::end(Input), in trim_left_copy_if()
91 ::pdalboost::end(Input)); in trim_left_copy_if()
127 ::pdalboost::begin(Input), in trim_left_if()
130 ::pdalboost::end(Input), in trim_left_if()
195 ::pdalboost::begin(Input), in trim_right_copy_if()
198 ::pdalboost::end(Input), in trim_right_copy_if()
241 ::pdalboost::end(Input) in trim_right_if()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/lexical_cast/
H A Dtry_lexical_convert.hpp47 namespace pdalboost { namespace
52 : pdalboost::false_type
57 : pdalboost::true_type
62 : pdalboost::true_type
101 : pdalboost::false_type
106 : pdalboost::true_type
111 : pdalboost::true_type
116 : pdalboost::true_type
121 : pdalboost::true_type
171 pdalboost::mpl::identity<pdalboost::detail::copy_converter_impl<Target, src > >, in try_lexical_convert()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/range/algorithm/
H A Dset_algorithm.hpp18 namespace pdalboost namespace
36 return std::includes(pdalboost::begin(rng1),pdalboost::end(rng1), in includes()
37 pdalboost::begin(rng2),pdalboost::end(rng2)); in includes()
49 return std::includes(pdalboost::begin(rng1), pdalboost::end(rng1), in includes()
50 pdalboost::begin(rng2), pdalboost::end(rng2), pred); in includes()
68 return std::set_union(pdalboost::begin(rng1), pdalboost::end(rng1), in set_union()
82 return std::set_union(pdalboost::begin(rng1), pdalboost::end(rng1), in set_union()
150 pdalboost::begin(rng1), pdalboost::end(rng1), in set_difference()
151 pdalboost::begin(rng2), pdalboost::end(rng2), out, pred); in set_difference()
186 pdalboost::begin(rng1), pdalboost::end(rng1), in set_symmetric_difference()
[all …]
H A Dmismatch.hpp81 ::pdalboost::begin(rng1), ::pdalboost::end(rng1), in mismatch()
82 ::pdalboost::begin(rng2), ::pdalboost::end(rng2)); in mismatch()
96 ::pdalboost::begin(rng1), ::pdalboost::end(rng1), in mismatch()
97 ::pdalboost::begin(rng2), ::pdalboost::end(rng2)); in mismatch()
111 ::pdalboost::begin(rng1), ::pdalboost::end(rng1), in mismatch()
112 ::pdalboost::begin(rng2), ::pdalboost::end(rng2)); in mismatch()
126 ::pdalboost::begin(rng1), ::pdalboost::end(rng1), in mismatch()
127 ::pdalboost::begin(rng2), ::pdalboost::end(rng2)); in mismatch()
142 ::pdalboost::begin(rng1), ::pdalboost::end(rng1), in mismatch()
157 ::pdalboost::begin(rng1), ::pdalboost::end(rng1), in mismatch()
[all …]
H A Dsearch.hpp19 namespace pdalboost namespace
37 return std::search(pdalboost::begin(rng1),pdalboost::end(rng1), in search()
38 pdalboost::begin(rng2),pdalboost::end(rng2)); in search()
48 return std::search(pdalboost::begin(rng1), pdalboost::end(rng1), in search()
49 pdalboost::begin(rng2), pdalboost::end(rng2)); in search()
59 return std::search(pdalboost::begin(rng1),pdalboost::end(rng1), in search()
70 return std::search(pdalboost::begin(rng1), pdalboost::end(rng1), in search()
84 pack(std::search(pdalboost::begin(rng1),pdalboost::end(rng1), in search()
85 pdalboost::begin(rng2),pdalboost::end(rng2)), in search()
97 pack(std::search(pdalboost::begin(rng1),pdalboost::end(rng1), in search()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/type_traits/
H A Dtype_with_alignment.hpp27 namespace pdalboost { namespace
39 pdalboost::long_long_type ll;
42 pdalboost::int128_type i128;
159 typedef pdalboost::conditional<
160 ::pdalboost::alignment_of<pdalboost::detail::max_align>::value < 8,
168 typedef pdalboost::conditional<
169 ::pdalboost::alignment_of<pdalboost::detail::max_align>::value < 16,
177 typedef pdalboost::conditional<
178 ::pdalboost::alignment_of<pdalboost::detail::max_align>::value < 32,
186 ::pdalboost::alignment_of<pdalboost::detail::max_align>::value < 64,
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/ratio/
H A Dratio.hpp66 namespace pdalboost namespace
76 template <pdalboost::intmax_t N, pdalboost::intmax_t D>
79 static const pdalboost::intmax_t ABS_N = mpl::abs_c<pdalboost::intmax_t, N>::value;
80 static const pdalboost::intmax_t ABS_D = mpl::abs_c<pdalboost::intmax_t, D>::value;
84 static const pdalboost::intmax_t SIGN_N = mpl::sign_c<pdalboost::intmax_t,N>::value
93 typedef pdalboost::rational<pdalboost::intmax_t> value_type;
98 template <pdalboost::intmax_t _N2, pdalboost::intmax_t _D2>
107 template <pdalboost::intmax_t _N2, pdalboost::intmax_t _D2>
123 template <pdalboost::intmax_t N, pdalboost::intmax_t D>
125 template <pdalboost::intmax_t N, pdalboost::intmax_t D>
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/random/detail/
H A Dlarge_arithmetic.hpp23 namespace pdalboost { namespace
28 pdalboost::uintmax_t quotient;
29 pdalboost::uintmax_t remainder;
32 inline div_t muldivmod(pdalboost::uintmax_t a, pdalboost::uintmax_t b, pdalboost::uintmax_t m) in muldivmod()
36 const ::pdalboost::uintmax_t mask = (::pdalboost::uintmax_t(1) << bits) - 1; in muldivmod()
54 ::pdalboost::uint64_t temp = ::pdalboost::uintmax_t(a_[i]) * b_[j] + in muldivmod()
76 ::pdalboost::uintmax_t temp = in muldivmod()
81 ::pdalboost::uintmax_t rem = in muldivmod()
84 ::pdalboost::uintmax_t diff = m_[0] * ::pdalboost::uintmax_t(q); in muldivmod()
110 inline pdalboost::uintmax_t muldiv(pdalboost::uintmax_t a, pdalboost::uintmax_t b, pdalboost::uintm… in muldiv()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/iterator/
H A Diterator_concepts.hpp43 : pdalboost::Assignable<Iterator>
44 , pdalboost::CopyConstructible<Iterator>
65 : pdalboost::CopyConstructible<Iterator>
111 : pdalboost::Assignable<Iterator>
117 pdalboost::Convertible<
137 pdalboost::Convertible<
153 pdalboost::Convertible<
163 pdalboost::Convertible<
181 pdalboost::Convertible<
221 pdalboost::random_access_traversal_tag, pdalboost::random_access_traversal_tag)
[all …]

12345678910>>...52