HomeSort by relevance Sort by last modified time
    Searched refs:boost (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
singleton.h 22 #include <boost/scoped_ptr.hpp>
23 #include <boost/thread/once.hpp>
24 #include <boost/utility.hpp>
30 class Singleton : private boost::noncopyable {
35 boost::call_once(Init, flag);
44 static boost::scoped_ptr<T> instance;
45 static boost::once_flag flag;
48 template <class T> boost::scoped_ptr<T> Singleton<T>::instance;
49 template <class T> boost::once_flag Singleton<T>::flag = BOOST_ONCE_INIT;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
f.cpp 6 * Boost Software License, Version 1.0. (See accompanying file
7 * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
22 * - Download boost source code matching to your distro.
53 * http://www.boost.org/doc/libs/1_47_0/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/minimax.html
57 #include <boost/math/bindings/rr.hpp>
58 #include <boost/math/tools/polynomial.hpp>
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x)
67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
f.cpp 6 * Boost Software License, Version 1.0. (See accompanying file
7 * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
22 * - Download boost source code matching to your distro.
53 * http://www.boost.org/doc/libs/1_47_0/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/minimax.html
57 #include <boost/math/bindings/rr.hpp>
58 #include <boost/math/tools/polynomial.hpp>
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x)
67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
constants.hpp 0 /*Boost Software License - Version 1.0 - August 17th, 2003
26 namespace boost { namespace
  /external/clang/test/PCH/Inputs/
typo.hpp 1 namespace boost { namespace
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/synchronization/
lock.h 21 #include <boost/thread/mutex.hpp>
26 typedef boost::mutex Lock;
27 typedef boost::mutex::scoped_lock AutoLock;
  /external/eigen/bench/
BenchUtil.h 11 #include <boost/preprocessor/repetition/enum_params.hpp>
12 #include <boost/preprocessor/repetition.hpp>
13 #include <boost/preprocessor/seq.hpp>
14 #include <boost/preprocessor/array.hpp>
15 #include <boost/preprocessor/arithmetic.hpp>
16 #include <boost/preprocessor/comparison.hpp>
17 #include <boost/preprocessor/punctuation.hpp>
18 #include <boost/preprocessor/punctuation/comma.hpp>
19 #include <boost/preprocessor/stringize.hpp>
73 #include <boost/numeric/ublas/matrix.hpp
    [all...]
BenchSparseUtil.h 85 #include <boost/numeric/mtl/mtl.hpp>
117 #include <boost/numeric/ublas/vector.hpp>
118 #include <boost/numeric/ublas/matrix.hpp>
119 #include <boost/numeric/ublas/io.hpp>
120 #include <boost/numeric/ublas/triangular.hpp>
121 #include <boost/numeric/ublas/vector_sparse.hpp>
122 #include <boost/numeric/ublas/matrix_sparse.hpp>
123 #include <boost/numeric/ublas/vector_of_vector.hpp>
124 #include <boost/numeric/ublas/operation.hpp>
126 typedef boost::numeric::ublas::compressed_matrix<Scalar,boost::numeric::ublas::column_major> UBlasSparse
    [all...]
  /external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
move_convert07.fail.cpp 43 boost::unique_ptr<B[]> s(new B);
45 boost::unique_ptr<A[]> s2(new A);
47 s2 = boost::move(s);
move_convert08.fail.cpp 45 boost::unique_ptr<B[], Deleter<B> > s(new B);
47 boost::unique_ptr<A[], Deleter<A> > s2(new A);
49 s2 = (boost::move(s));
move_convert09.fail.cpp 48 boost::unique_ptr<B[], Deleter<B>&> s(new B, db);
51 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da);
52 s2 = boost::move(s);
move_convert02.fail.cpp 47 boost::unique_ptr<B[], Deleter<B> > s(new B);
49 boost::unique_ptr<A[], Deleter<A> > s2;
move_convert03.fail.cpp 48 boost::unique_ptr<B[], Deleter<B>&> s(new B, db);
51 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da);
move_convert04.fail.cpp 45 const boost::unique_ptr<B[]> s(new B);
47 boost::unique_ptr<A[]> s2;
move_convert05.fail.cpp 47 const boost::unique_ptr<B[], Deleter<B> > s(new B);
49 boost::unique_ptr<A[], Deleter<A> > s2;
move_convert06.fail.cpp 48 const boost::unique_ptr<B[], Deleter<B>&> s(new B, db);
51 boost::unique_ptr<A[], Deleter<A>&> s2(new A, da);
  /external/eigen/bench/btl/libs/ublas/
ublas_interface.hh 23 #include <boost/numeric/ublas/vector.hpp>
24 #include <boost/numeric/ublas/matrix.hpp>
25 #include <boost/numeric/ublas/io.hpp>
26 #include <boost/numeric/ublas/triangular.hpp>
28 using namespace boost::numeric;
40 typedef typename boost::numeric::ublas::matrix<real,boost::numeric::ublas::column_major> gene_matrix;
41 typedef typename boost::numeric::ublas::vector<real> gene_vector;
  /external/clang/test/Analysis/
cxx11-crashes.cpp 16 namespace boost {namespace filesystem3 { namespace
23 namespace boost namespace
32 namespace fs = boost::filesystem;
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 44 namespace boost { namespace
48 template<typename T> typename boost::enable_if<sizeof(T) == 4, int>::type if_size_4(); // expected-note{{candidate template ignored: disabled by 'enable_if' [with T = char]}}
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' in 'boost::enable_if<false, int>'; 'enable_if' cannot be used to disable this declaration}}
  /external/chromium_org/chrome/browser/ui/app_list/search/
mixer.cc 54 Group(size_t max_results, double boost)
56 boost_(boost) {
78 double boost = boost_; local
84 boost = 4.0;
87 boost = 3.75;
90 boost = 3.25;
93 boost = 3.0;
103 (*result_it)->relevance() + boost));
  /external/aac/libAACdec/src/
aacdec_drc_types.h 138 FIXP_DBL boost; /* The boost scale factor currently used. */ member in struct:__anon4636
139 FIXP_DBL usrBoost; /* The latest boost scale factor set by user. */
  /external/chromium_org/third_party/freetype/src/cff/
cf2blues.c 151 * net 1 pixel boost to the height of ideographic glyphs.
394 * Suppress overshoot and boost blue zones at small sizes. Boost
397 * Note: This boost amount is different from the coretype heuristic.
409 blues->boost = FT_MulFix(
414 if ( blues->boost > 0x7FFF )
416 /* boost must remain less than 0.5, or baseline could go negative */
417 blues->boost = 0x7FFF;
421 /* boost and darkening have similar effects; don't do both */
423 blues->boost = 0
    [all...]
cf2blues.h 58 * Boost.
160 CF2_Fixed boost; member in struct:CF2_BluesRec_
  /external/freetype/src/cff/
cf2blues.c 153 * net 1 pixel boost to the height of ideographic glyphs.
396 * Suppress overshoot and boost blue zones at small sizes. Boost
399 * Note: This boost amount is different from the coretype heuristic.
411 blues->boost = cf2_floatToFixed( .6 ) -
415 if ( blues->boost > 0x7FFF )
417 /* boost must remain less than 0.5, or baseline could go negative */
418 blues->boost = 0x7FFF;
422 /* boost and darkening have similar effects; don't do both */
424 blues->boost = 0
    [all...]
  /device/moto/shamu/self-extractors/moto/staging/
device-partial.mk 55 vendor/moto/shamu/proprietary/left.boost.music.eq:system/vendor/firmware/left.boost.music.eq:moto \
59 vendor/moto/shamu/proprietary/left.boost.ringtone.eq:system/vendor/firmware/left.boost.ringtone.eq:moto \
61 vendor/moto/shamu/proprietary/left.boost.speaker:system/vendor/firmware/left.boost.speaker:moto \
62 vendor/moto/shamu/proprietary/left.boost.voice.eq:system/vendor/firmware/left.boost.voice.eq:moto \
64 vendor/moto/shamu/proprietary/right.boost.music.eq:system/vendor/firmware/right.boost.music.eq:moto
    [all...]

Completed in 1001 milliseconds

1 2 3