/external/llvm/test/Transforms/PhaseOrdering/ |
D | 2010-03-22-empty-baseclass.ll | 6 %"struct.boost::compressed_pair<empty_t,int>" = type { %"struct.boost::details::compressed_pair_imp… 7 %"struct.boost::details::compressed_pair_imp<empty_t,int,1>" = type { i32 } 22 …%x = alloca %"struct.boost::compressed_pair<empty_t,int>" ; <%"struct.boost::compressed_pair<empty… 26 …%3 = call i32* @_ZN5boost15compressed_pairI7empty_tiE6secondEv(%"struct.boost::compressed_pair<emp… 28 …%4 = call %struct.empty_base_t* @_ZN5boost15compressed_pairI7empty_tiE5firstEv(%"struct.boost::com… 31 …%5 = call i32* @_ZN5boost15compressed_pairI7empty_tiE6secondEv(%"struct.boost::compressed_pair<emp… 82 … @_ZN5boost7details19compressed_pair_impI7empty_tiLi1EE6secondEv(%"struct.boost::details::compress… 84 …%this_addr = alloca %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"*, align 8 ; <%"st… 88 …store %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"* %this, %"struct.boost::details… 89 …boost::details::compressed_pair_imp<empty_t,int,1>"*, %"struct.boost::details::compressed_pair_imp… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PhaseOrdering/ |
D | 2010-03-22-empty-baseclass.ll | 6 %"struct.boost::compressed_pair<empty_t,int>" = type { %"struct.boost::details::compressed_pair_imp… 7 %"struct.boost::details::compressed_pair_imp<empty_t,int,1>" = type { i32 } 22 …%x = alloca %"struct.boost::compressed_pair<empty_t,int>" ; <%"struct.boost::compressed_pair<empty… 26 …%3 = call i32* @_ZN5boost15compressed_pairI7empty_tiE6secondEv(%"struct.boost::compressed_pair<emp… 28 …%4 = call %struct.empty_base_t* @_ZN5boost15compressed_pairI7empty_tiE5firstEv(%"struct.boost::com… 31 …%5 = call i32* @_ZN5boost15compressed_pairI7empty_tiE6secondEv(%"struct.boost::compressed_pair<emp… 82 … @_ZN5boost7details19compressed_pair_impI7empty_tiLi1EE6secondEv(%"struct.boost::details::compress… 84 …%this_addr = alloca %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"*, align 8 ; <%"st… 88 …store %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"* %this, %"struct.boost::details… 89 …boost::details::compressed_pair_imp<empty_t,int,1>"*, %"struct.boost::details::compressed_pair_imp… [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/PhaseOrdering/ |
D | 2010-03-22-empty-baseclass.ll | 6 %"struct.boost::compressed_pair<empty_t,int>" = type { %"struct.boost::details::compressed_pair_imp… 7 %"struct.boost::details::compressed_pair_imp<empty_t,int,1>" = type { i32 } 22 …%x = alloca %"struct.boost::compressed_pair<empty_t,int>" ; <%"struct.boost::compressed_pair<empty… 26 …%3 = call i32* @_ZN5boost15compressed_pairI7empty_tiE6secondEv(%"struct.boost::compressed_pair<emp… 28 …%4 = call %struct.empty_base_t* @_ZN5boost15compressed_pairI7empty_tiE5firstEv(%"struct.boost::com… 31 …%5 = call i32* @_ZN5boost15compressed_pairI7empty_tiE6secondEv(%"struct.boost::compressed_pair<emp… 82 … @_ZN5boost7details19compressed_pair_impI7empty_tiLi1EE6secondEv(%"struct.boost::details::compress… 84 …%this_addr = alloca %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"*, align 8 ; <%"st… 88 …store %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"* %this, %"struct.boost::details… 89 …%1 = load %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"** %this_addr, align 8 ; <%"… [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | f.cpp | 62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) in exp2() 67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x) in log2() 72 boost::math::ntl::RR f(const boost::math::ntl::RR& x, int variant) in f() 88 const boost::math::tools::polynomial<boost::math::ntl::RR>& n, in show_extra() 89 const boost::math::tools::polynomial<boost::math::ntl::RR>& d, in show_extra() 90 const boost::math::ntl::RR& x_offset, in show_extra() 91 const boost::math::ntl::RR& y_offset, in show_extra()
|
/external/curl/docs/examples/ |
D | asiohiper.cpp | 68 boost::asio::io_service io_service; 69 boost::asio::deadline_timer timer(io_service); 70 std::map<curl_socket_t, boost::asio::ip::tcp::socket *> socket_map; 88 static void timer_cb(const boost::system::error_code & error, GlobalInfo *g); 100 timer.expires_from_now(boost::posix_time::millisec(timeout_ms)); in multi_timer_cb() 101 timer.async_wait(boost::bind(&timer_cb, _1, g)); in multi_timer_cb() 105 boost::system::error_code error; /*success*/ in multi_timer_cb() 184 int action, const boost::system::error_code & error, in event_cb() 214 boost::asio::ip::tcp::socket *tcp_socket = socket_map.find(s)->second; in event_cb() 217 tcp_socket->async_read_some(boost::asio::null_buffers(), in event_cb() [all …]
|
/external/eigen/test/ |
D | boostmultiprec.cpp | 71 namespace mp = boost::multiprecision; 80 struct NumTraits<boost::multiprecision::detail::expression<T1,T2,T3,T4,T5> > : NumTraits<Real> {}; 103 namespace boost { namespace 106 using boost::math::isfinite; 107 using boost::math::isnan; 108 using boost::math::isinf; 109 using boost::math::copysign; 110 using boost::math::hypot;
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | throw_error.ipp | 8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 33 // boostify: non-boost code starts here 34 // boostify: non-boost code ends here 37 // boostify: non-boost code starts here 38 // boostify: non-boost code ends here
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-heuristics.ll | 20 …-count-to-analyze=1000 -unroll-threshold=10 -unroll-max-percent-threshold-boost=100 | FileCheck %s… 21 …-count-to-analyze=1000 -unroll-threshold=20 -unroll-max-percent-threshold-boost=200 | FileCheck %s… 22 …-count-to-analyze=1000 -unroll-threshold=20 -unroll-max-percent-threshold-boost=100 | FileCheck %s… 24 …-count-to-analyze=1000 -unroll-threshold=10 -unroll-max-percent-threshold-boost=100 | FileCheck %s… 25 …-count-to-analyze=1000 -unroll-threshold=20 -unroll-max-percent-threshold-boost=200 | FileCheck %s… 26 …-count-to-analyze=1000 -unroll-threshold=20 -unroll-max-percent-threshold-boost=100 | FileCheck %s… 29 …-count-to-analyze=1000 -unroll-threshold=10 -unroll-max-percent-threshold-boost=100 | FileCheck %s… 30 …-count-to-analyze=1000 -unroll-threshold=20 -unroll-max-percent-threshold-boost=200 | FileCheck %s… 31 …-count-to-analyze=1000 -unroll-threshold=20 -unroll-max-percent-threshold-boost=100 | FileCheck %s… 39 ; If we do not boost threshold, the unroll will not happen:
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sched/sched_tune_config/ |
D | format | 9 field:int boost; offset:8; size:4; signed:1; 11 print fmt: "boost=%d ", REC->boost
|
/external/clang/test/SemaTemplate/ |
D | overload-candidates.cpp | 46 namespace boost { namespace 50 template<typename T> typename boost::enable_if<sizeof(T) == 4, int>::type if_size_4(); // expected-… 54 template<typename Cond, typename T = void> struct enable_if : boost::enable_if<Cond::value, T> {}; 64 …typename boost::enable_if<sizeof(T) == 4, int>::type f(); // expected-error{{no type named 'type' …
|
/external/clang/test/Analysis/ |
D | cxx11-crashes.cpp | 15 namespace boost {namespace filesystem3 { namespace 22 namespace boost namespace 31 namespace fs = boost::filesystem; in radar11487541()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sched/sched_tune_tasks_update/ |
D | format | 14 field:int boost; offset:40; size:4; signed:1; 17 …d comm=%s cpu=%d tasks=%d idx=%d boost=%d max_boost=%d", REC->pid, REC->comm, REC->cpu, REC->tasks…
|
/external/google-fruit/ |
D | CMakeLists.txt | 58 "Whether to use Boost (specifically, boost::unordered_set and boost::unordered_map). 64 …set(BOOST_DIR "" CACHE PATH "The directory where the boost library is installed, e.g. C:\\boost\\b… 66 …ecifying the boost library path as BOOST_DIR, e.g. -DBOOST_DIR=C:\\boost\\boost_1_62_0, or specify…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/sched/sched_task_load/ |
D | format | 16 field:int boost; offset:48; size:4; signed:1; 20 …u small=%d boost=%d reason=%d sync=%d", REC->pid, REC->comm, REC->sum, REC->sum_scaled, REC->perio…
|
/external/adhd/cras-config/gandof/ |
D | dsp.ini | 31 input_12=5 ; boost 39 input_20=-2 ; boost 47 input_28=3 ; boost
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | buffer_sequence_adapter.hpp | 230 class buffer_sequence_adapter<Buffer, boost::array<Elem, 2> > 235 const boost::array<Elem, 2>& buffer_sequence) in buffer_sequence_adapter() 258 static bool all_empty(const boost::array<Elem, 2>& buffer_sequence) in all_empty() 264 static void validate(const boost::array<Elem, 2>& buffer_sequence) in validate() 270 static Buffer first(const boost::array<Elem, 2>& buffer_sequence) in first()
|
/external/libxaac/decoder/drc_src/ |
D | impd_drc_gain_decoder.h | 60 FLOAT32 boost, FLOAT32 compress, WORD32 drc_characteristic); 66 FLOAT32 loudness_normalization_gain_db, FLOAT32 boost, FLOAT32 compress, 82 FLOAT32 boost, WORD32 characteristic_index,
|
/external/google-fruit/include/fruit/impl/util/ |
D | hash_helpers.h | 41 using HashSet = boost::unordered_set<T, Hasher, EqualityComparator>; 44 using HashSetWithArenaAllocator = boost::unordered_set<T, Hasher, EqualityComparator, ArenaAllocato… 47 using HashMap = boost::unordered_map<Key, Value, Hasher>; 52 …boost::unordered_map<Key, Value, Hasher, EqualityComparator, ArenaAllocator<std::pair<const Key, V…
|
/external/eigen/bench/btl/libs/ublas/ |
D | ublas_interface.hh | 28 using namespace boost::numeric; 40 …typedef typename boost::numeric::ublas::matrix<real,boost::numeric::ublas::column_major> gene_matr… 41 typedef typename boost::numeric::ublas::vector<real> gene_vector;
|
/external/adhd/cras-config/veyron_speedy/ |
D | dsp.ini | 31 input_12=-6 ; boost 39 input_20=-4.5 ; boost 47 input_28=0 ; boost
|
/external/adhd/cras-config/rush_ryu/ |
D | dsp.ini | 31 input_12=0 ; boost 39 input_20=0 ; boost 47 input_28=-1 ; boost
|
/external/adhd/cras-config/veyron_jerry/ |
D | dsp.ini | 31 input_12=0 ; boost 39 input_20=0 ; boost 47 input_28=0 ; boost
|
/external/adhd/cras-config/veyron_minnie/ |
D | dsp.ini | 31 input_12=0 ; boost 39 input_20=1 ; boost 47 input_28=0 ; boost
|
/external/adhd/cras-config/leon/ |
D | dsp.ini | 31 input_12=4 ; boost 39 input_20=-3 ; boost 47 input_28=4 ; boost
|
/external/adhd/cras-config/daisy_spring/ |
D | dsp.ini | 31 input_12=0 ; boost 39 input_20=1 ; boost 47 input_28=-1 ; boost
|