Home
last modified time | relevance | path

Searched refs:boost (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/test/Transforms/PhaseOrdering/
D2010-03-22-empty-baseclass.ll6 %"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…
89boost::details::compressed_pair_imp<empty_t,int,1>"*, %"struct.boost::details::compressed_pair_imp…
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Df.cpp62 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/valgrind/drd/tests/
Dboost_thread.cpp11 static boost::condition s_cva;
12 static boost::mutex s_m;
18 boost::mutex::scoped_lock sl(s_m); in thread_func()
26 boost::mutex::scoped_lock sl(s_m); in main()
27 boost::thread t(thread_func); in main()
/external/valgrind/
Dglibc-2.X-drd.supp283 # Suppress the races on boost::once_flag::epoch and on
284 # boost::detail::this_thread_epoch. See also the source file
285 # boost/thread/pthread/once.hpp in the Boost source tree
286 # (https://svn.boost.org/trac/boost/browser/trunk/boost/thread/pthread/once.hpp).
288 drd-libboost-boost::call_once<void (*)()>(boost::once_flag&, void (*)())
294 drd-libboost-boost::detail::get_once_per_thread_epoch()
298 # Suppress the race reports on boost::detail::current_thread_tls_key. See also
299 # https://svn.boost.org/trac/boost/ticket/3526 for more information about why
302 drd-libboost-boost::detail::get_current_thread_data()
308 drd-libboost-boost::detail::set_current_thread_data(boost::detail::thread_data_base*)
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/
Dmove_convert07.fail.cpp44 boost::unique_ptr<B[]> s(new B); in main()
46 boost::unique_ptr<A[]> s2(new A); in main()
48 s2 = boost::move(s); in main()
Dmove_convert09.fail.cpp49 boost::unique_ptr<B[], Deleter<B>&> s(new B, db); in main()
52 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da); in main()
53 s2 = boost::move(s); in main()
Dmove_convert08.fail.cpp46 boost::unique_ptr<B[], Deleter<B> > s(new B); in main()
48 boost::unique_ptr<A[], Deleter<A> > s2(new A); in main()
50 s2 = (boost::move(s)); in main()
Dmove_convert04.fail.cpp46 const boost::unique_ptr<B[]> s(new B); in main()
48 boost::unique_ptr<A[]> s2; in main()
Dmove_convert02.fail.cpp48 boost::unique_ptr<B[], Deleter<B> > s(new B); in main()
50 boost::unique_ptr<A[], Deleter<A> > s2; in main()
Dmove_convert05.fail.cpp48 const boost::unique_ptr<B[], Deleter<B> > s(new B); in main()
50 boost::unique_ptr<A[], Deleter<A> > s2; in main()
Dmove_convert03.fail.cpp49 boost::unique_ptr<B[], Deleter<B>&> s(new B, db); in main()
52 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da); in main()
Dmove_convert06.fail.cpp49 const boost::unique_ptr<B[], Deleter<B>&> s(new B, db); in main()
52 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da); in main()
/external/clang/test/SemaTemplate/
Doverload-candidates.cpp44 namespace boost { namespace
48 template<typename T> typename boost::enable_if<sizeof(T) == 4, int>::type if_size_4(); // expected-…
52 template<typename Cond, typename T = void> struct enable_if : boost::enable_if<Cond::value, T> {};
62 …typename boost::enable_if<sizeof(T) == 4, int>::type f(); // expected-error{{no type named 'type' …
/external/clang/test/Analysis/
Dcxx11-crashes.cpp16 namespace boost {namespace filesystem3 { namespace
23 namespace boost namespace
32 namespace fs = boost::filesystem; in radar11487541()
/external/eigen/bench/btl/libs/ublas/
Dublas_interface.hh28 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/freetype/src/cff/
Dcf2blues.c411 blues->boost = cf2_floatToFixed( .6 ) - in cf2_blues_init()
415 if ( blues->boost > 0x7FFF ) in cf2_blues_init()
418 blues->boost = 0x7FFF; in cf2_blues_init()
424 blues->boost = 0; in cf2_blues_init()
436 blues->boost ); in cf2_blues_init()
442 blues->boost ); in cf2_blues_init()
/external/pdfium/third_party/freetype/src/cff/
Dcf2blues.c411 blues->boost = cf2_floatToFixed( .6 ) - in cf2_blues_init()
415 if ( blues->boost > 0x7FFF ) in cf2_blues_init()
418 blues->boost = 0x7FFF; in cf2_blues_init()
424 blues->boost = 0; in cf2_blues_init()
436 blues->boost ); in cf2_blues_init()
442 blues->boost ); in cf2_blues_init()
/external/eigen/bench/
Dsparse_setter.cpp427 using namespace boost; in setrand_ublas_mapped()
428 using namespace boost::numeric; in setrand_ublas_mapped()
429 using namespace boost::numeric::ublas; in setrand_ublas_mapped()
466 using namespace boost; in setrand_ublas_genvec()
467 using namespace boost::numeric; in setrand_ublas_genvec()
468 using namespace boost::numeric::ublas; in setrand_ublas_genvec()
Dspmv.cpp172 using namespace boost::numeric; in main()
176 boost::numeric::ublas::vector<Scalar> uv(cols), ures(rows); in main()
183 SPMV_BENCH(ublas::axpy_prod(boost::numeric::ublas::trans(um), uv, ures, true)); in main()
Dsparse_dense_product.cpp141 boost::numeric::ublas::vector<Scalar> uv1, uv2; in main()
149 BENCH( uv2 = boost::numeric::ublas::prod(m1, uv1); ) in main()
DBenchSparseUtil.h126 typedef boost::numeric::ublas::compressed_matrix<Scalar,boost::numeric::ublas::column_major> UBlasS…
/external/clang/test/PCH/Inputs/
Dtypo.hpp1 namespace boost { namespace
/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dconstants.hpp26 namespace boost { namespace
/external/aac/libAACdec/src/
Daacdec_drc.cpp139 pParams->boost = FL2FXCONST_DBL(0.0f); in aacDecoder_drcInit()
216 self->params.boost = self->params.usrBoost; in aacDecoder_drcSetParam()
260 self->params.boost = FL2FXCONST_DBL(1.0f/(float)(1<<DRC_PARAM_SCALE)); in aacDecoder_drcSetParam()
264 self->params.boost = self->params.usrBoost; in aacDecoder_drcSetParam()
291 self->enable = ( (self->params.boost > (FIXP_DBL)0) in aacDecoder_drcSetParam()
982 FIXP_DBL tParamVal = (drcVal & 0x80) ? -pParams->cut : pParams->boost; in aacDecoder_drcApply()
/external/libvpx/libvpx/vp8/encoder/x86/
Dquantize_sse4.c20 short boost = *zbin_boost_ptr; \
23 int cmp = (x_z < boost) | (y_z == 0); \

123