HomeSort by relevance Sort by last modified time
    Searched defs:boost (Results 26 - 50 of 469) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
interoperable.hpp 4 // Distributed under the Boost Software License, Version 1.0. (See
6 // http://www.boost.org/LICENSE_1_0.txt)
10 # include <boost/mpl/bool.hpp>
11 # include <boost/mpl/or.hpp>
13 # include <boost/type_traits/is_convertible.hpp>
15 # include <boost/iterator/detail/config_def.hpp> // must appear last
17 namespace boost namespace
46 } // namespace boost
48 # include <boost/iterator/detail/config_undef.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
round_fwd.hpp 4 // Boost Software License, Version 1.0.
6 // or copy at http://www.boost.org/LICENSE_1_0.txt)
11 #include <boost/config.hpp>
17 namespace boost namespace
36 boost::long_long_type lltrunc(const T& v, const Policy& pol);
38 boost::long_long_type lltrunc(const T& v);
54 boost::long_long_type llround(const T& v, const Policy& pol);
56 boost::long_long_type llround(const T& v);
72 T modf(const T& v, boost::long_long_type* ipart, const Policy& pol);
74 T modf(const T& v, boost::long_long_type* ipart)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
O1_size.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/O1_size_fwd.hpp>
18 #include <boost/mpl/sequence_tag.hpp>
19 #include <boost/mpl/aux_/O1_size_impl.hpp>
20 #include <boost/mpl/aux_/na_spec.hpp>
21 #include <boost/mpl/aux_/lambda_support.hpp>
23 namespace boost { namespace mpl { namespace
O1_size_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
advance_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/common_name_wknd.hpp>
19 namespace boost { namespace mpl { namespace
at_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
back_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
back_inserter.hpp 8 // Distributed under the Boost Software License, Version 1.0.
10 // http://www.boost.org/LICENSE_1_0.txt)
12 // See http://www.boost.org/libs/mpl for documentation.
18 #include <boost/mpl/push_back.hpp>
19 #include <boost/mpl/inserter.hpp>
21 namespace boost { namespace
begin_end_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
clear.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/clear_fwd.hpp>
18 #include <boost/mpl/aux_/clear_impl.hpp>
19 #include <boost/mpl/sequence_tag.hpp>
20 #include <boost/mpl/aux_/na_spec.hpp>
21 #include <boost/mpl/aux_/lambda_support.hpp>
23 namespace boost { namespace mpl { namespace
clear_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
contains.hpp 8 // Distributed under the Boost Software License, Version 1.0.
10 // http://www.boost.org/LICENSE_1_0.txt)
12 // See http://www.boost.org/libs/mpl for documentation.
18 #include <boost/mpl/contains_fwd.hpp>
19 #include <boost/mpl/sequence_tag.hpp>
20 #include <boost/mpl/aux_/contains_impl.hpp>
21 #include <boost/mpl/aux_/na_spec.hpp>
22 #include <boost/mpl/aux_/lambda_support.hpp>
24 namespace boost { namespace mpl { namespace
contains_fwd.hpp 8 // Distributed under the Boost Software License, Version 1.0.
10 // http://www.boost.org/LICENSE_1_0.txt)
12 // See http://www.boost.org/libs/mpl for documentation.
18 namespace boost { namespace mpl { namespace
distance_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/common_name_wknd.hpp>
19 namespace boost { namespace mpl { namespace
empty_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace
find.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/find_if.hpp>
18 #include <boost/mpl/same_as.hpp>
19 #include <boost/mpl/aux_/na_spec.hpp>
20 #include <boost/mpl/aux_/lambda_support.hpp>
22 namespace boost { namespace mpl { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
clear_impl.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/clear_fwd.hpp>
18 #include <boost/mpl/aux_/traits_lambda_spec.hpp>
19 #include <boost/mpl/aux_/config/eti.hpp>
21 namespace boost { namespace mpl { namespace
has_apply.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/has_xxx.hpp>
18 #include <boost/mpl/aux_/config/has_apply.hpp>
20 namespace boost { namespace mpl { namespace aux { namespace
has_begin.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/has_xxx.hpp>
19 namespace boost { namespace mpl { namespace aux { namespace
has_size.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/has_xxx.hpp>
19 namespace boost { namespace mpl { namespace aux { namespace
has_tag.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/has_xxx.hpp>
19 namespace boost { namespace mpl { namespace aux { namespace
has_type.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/has_xxx.hpp>
19 namespace boost { namespace mpl { namespace aux { namespace
template_arity_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 namespace boost { namespace mpl { namespace aux { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
list.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
9 // Preprocessed version of "boost/mpl/list.hpp" header
12 namespace boost { namespace mpl { namespace
vector.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
9 // Preprocessed version of "boost/mpl/vector.hpp" header
12 namespace boost { namespace mpl { namespace

Completed in 6435 milliseconds

12 3 4 5 6 7 8 91011>>