Home
last modified time | relevance | path

Searched refs:Boost (Results 1 – 25 of 91) sorted by relevance

1234

/external/swiftshader/third_party/boost/
DCMakeLists.txt15 # Boost is downloaded if necessary
39 if (NOT TARGET Boost::boost)
61 find_package(Boost REQUIRED)
63 # Expose Boost::boost target for parent project
66 Boost::boost
68 add_library(Boost::boost ALIAS boost)
/external/python/pybind11/docs/
Dbenchmark.rst5 time and module size of pybind11 against Boost.Python. A detailed report about a
6 Boost.Python to pybind11 conversion of a real project is available here: [#f1]_.
44 The Boost.Python version looks almost identical except that a return value
66 modest **1.2x** speedup relative to Boost.Python, which required 116.35
82 the binary generated by Boost.Python required 16.8 MiB, which was **2.17
84 very small inputs, Boost.Python has an edge in the plot below -- however, note
86 included here, hence the comparison is slightly shifted in Boost.Python's
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c388 int Boost = 0; in calc_gf_params() local
467 Boost = GFQ_ADJUSTMENT; in calc_gf_params()
470 Boost = Boost * in calc_gf_params()
477 Boost = Boost * gf_adjust_table[gf_frame_useage] / 100; in calc_gf_params()
485 if (cpi->compressor_speed == 2) Boost = Boost / 2; in calc_gf_params()
489 if (Boost > kf_gf_boost_qlimits[Q] && (cpi->pass == 0)) { in calc_gf_params()
490 Boost = kf_gf_boost_qlimits[Q]; in calc_gf_params()
493 } else if (Boost < 110) { in calc_gf_params()
494 Boost = 110; in calc_gf_params()
498 cpi->last_boost = Boost; in calc_gf_params()
[all …]
Dfirstpass.c1813 int Boost; in define_gf_group() local
1837 Boost = (alt_boost * GFQ_ADJUSTMENT) / 100; in define_gf_group()
1839 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group()
1841 Boost += (i * 50); in define_gf_group()
1844 if (Boost > ((cpi->baseline_gf_interval + 1) * 200)) { in define_gf_group()
1845 Boost = ((cpi->baseline_gf_interval + 1) * 200); in define_gf_group()
1846 } else if (Boost < 125) { in define_gf_group()
1847 Boost = 125; in define_gf_group()
1850 allocation_chunks = (i * 100) + Boost; in define_gf_group()
1853 while (Boost > 1000) { in define_gf_group()
[all …]
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DIterator.cpp67 float Boost = 1; in consume() local
69 Boost *= Child->consume(); in consume()
70 return Boost; in consume()
184 float Boost = 1; in consume() local
187 Boost = std::max(Boost, Child->consume()); in consume()
188 return Boost; in consume()
/external/python/pybind11/
DREADME.rst33 `Boost.Python <http://www.boost.org/doc/libs/1_58_0/libs/python/doc/>`_
38 The main issue with Boost.Python—and the reason for creating such a
39 similar project—is Boost. Boost is an enormously large and complex suite
47 Think of this library as a tiny self-contained version of Boost.Python
54 grown beyond Boost.Python in many ways, leading to dramatically simpler
120 equivalent bindings generated by Boost.Python. A recent pybind11
121 conversion of PyRosetta, an enormous Boost.Python binding project,
/external/swiftshader/src/Reactor/
DCMakeLists.txt57 # Boost stacktrace uses COM on Windows.
61 # Boost stacktrace uses libbacktrace
66 list(APPEND REACTOR_PRIVATE_LINK_LIBRARIES Boost::boost)
/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundQueue.cpp102 unsigned &Boost = Boosts[Tag]; in boost() local
103 bool Increase = NewPriority > Boost; in boost()
104 Boost = NewPriority; in boost()
/external/python/pybind11/tests/
DCMakeLists.txt233 find_package(Boost 1.56)
236 if(NOT TARGET Boost::headers)
237 add_library(Boost::headers IMPORTED INTERFACE)
238 if(TARGET Boost::boost)
240 set_property(TARGET Boost::boost PROPERTY INTERFACE_LINK_LIBRARIES Boost::boost)
242 # Very old FindBoost, or newer Boost than CMake in older CMakes
243 set_property(TARGET Boost::headers PROPERTY INTERFACE_INCLUDE_DIRECTORIES
348 target_link_libraries(${target} PRIVATE Boost::headers)
/external/eigen/bench/btl/libs/ublas/
DCMakeLists.txt2 find_package(Boost)
/external/parameter-framework/asio-1.10.6/
DCOPYING3 Distributed under the Boost Software License, Version 1.0. (See accompanying
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dbuffer_sequence_adapter.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_mutex.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_event.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_tss_ptr.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dthrow_error.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_thread.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
/external/eigen/bench/btl/libs/blaze/
DCMakeLists.txt3 find_package(Boost COMPONENTS system)
/external/catch2/projects/XCode/OCTest/OCTest/
DTestObj.m8 // Distributed under the Boost Software License, Version 1.0. (See accompanying
DOCTest.mm8 * Distributed under the Boost Software License, Version 1.0. (See accompanying
/external/fmtlib/
DREADME.rst191 Boost Format 1.67 boost::format 7.24
234 Boost Format 91.9 226 203
239 size compared to iostreams and comes pretty close to ``printf``. Boost Format
254 Boost Format 54.1 365 303
259 compare formatting function overhead only. Boost Format is a
406 the printf family of function and iostreams to Boost Format and FastFormat
445 Boost Format
450 various, benchmarks it is much slower than other methods considered here. Boost
470 Boost Spirit.Karma
/external/bcc/cmake/
DGetGitRevisionDescription.cmake.in12 # Distributed under the Boost Software License, Version 1.0.
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dhandler_alloc_hook.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Derror_code.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
/external/libabigail/
Ddefault.abignore123 # that are not Boost.
138 # that are not Boost.

1234