Home
last modified time | relevance | path

Searched refs:deduction (Results 1 – 25 of 38) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dflac_parser.c281 int deduction = 0; in check_header_fi_mismatch() local
283 deduction += FLAC_HEADER_CHANGED_PENALTY; in check_header_fi_mismatch()
288 deduction += FLAC_HEADER_CHANGED_PENALTY; in check_header_fi_mismatch()
294 deduction += FLAC_HEADER_BASE_SCORE; in check_header_fi_mismatch()
299 deduction += FLAC_HEADER_CHANGED_PENALTY; in check_header_fi_mismatch()
303 return deduction; in check_header_fi_mismatch()
312 int deduction, deduction_expected = 0, i; in check_header_mismatch() local
313 deduction = check_header_fi_mismatch(fpc, header_fi, child_fi, in check_header_mismatch()
341 deduction_expected = deduction ? 0 : 1; in check_header_mismatch()
343 deduction += FLAC_HEADER_CHANGED_PENALTY; in check_header_mismatch()
[all …]
/third_party/boost/libs/config/test/
Dboost_no_cxx14_return_type_ded.ipp11 // TITLE: C++14 return type deduction unavailable
12 // DESCRIPTION: The compiler does not support C++14 return type deduction
/third_party/boost/libs/phoenix/doc/advanced/
Dporting.qbk17 That being said, the only major difference is the result type deduction protocol.
22 the old Phoenix result type deduction protocol to the new (standard compliant)
23 result type deduction protocol:
/third_party/boost/tools/build/example/named-install-dirs/x/
Dbuild.jam1 # this subproject showcases installed package name deduction
/third_party/boost/libs/hof/
DREADME.md10 …ion and `constexpr` evaluation of functions. It takes advantage of type deduction, variadic templa…
11 …tion objects and lambdas, overloading with ordering, improved return type deduction, and much more.
/third_party/boost/libs/mp11/doc/article/
Dsimple_cxx11_metaprogramming_2.adoc550 We can retrieve the results of the deduction by returning the type we want:
556 What if `X` doesn't have a base of type `std::pair<K1, B>`? The deduction will
562 The deduction will fail, the second overload will again be chosen and we'll get
592 |VC$$++$$ 2013, deduction |0.3 |0.7 |1.8 |3.6 |6.4 |10.4 |16.2 |DNF
594 |clang$$++$$ 3.5.1, deduction |0.3 |0.4 |0.6 |0.9 |1.2 |1.6 |2.2 |2.7
596 |g$$++$$ 4.9.2, deduction |0.3 |0.5 |0.9 |1.6 |2.3 |3.4 |4.7 |6.3
637 |VC$$++$$ 2013, deduction+mp_inherit |0.3 |0.6 |1.4 |2.6 |4.5 |7.1 |10.7 |DNF
639 |clang$$++$$ 3.5.1, deduction+mp_inherit |0.3 |0.4 |0.6 |0.8 |1.0 |1.4 |1.8 |2.2
641 |g$$++$$ 4.9.2, deduction+mp_inherit |0.3 |0.4 |0.6 |0.9 |1.3 |1.8 |2.3 |2.9
/third_party/boost/libs/phoenix/doc/starter_kit/
Dfunction.qbk43 * Result type deduction is implemented with the help of the result_of protocol.
/third_party/boost/libs/asio/doc/
Dplatform_macros.qbk162 Support automatic type deduction on compilers known to support it.
281 Support return type deduction on compilers known to allow it.
/third_party/boost/libs/histogram/doc/
Dchangelog.qbk13 * Better deduction guides for axis types and histogram type on C++17 compilers
101 * Added deduction guides for axis types and histogram
Dhistory.qbk66 * Better deduction guides for axis types and histogram type on C++17 compilers
154 * Added deduction guides for axis types and histogram
/third_party/boost/libs/math/doc/roots/
Dminima.qbk172 The form shown uses the floating-point type `long double` by deduction,
228 [tip One can usually rely on template argument deduction
/third_party/jsoncpp/src/lib_json/
DCMakeLists.txt99 cxx_auto_type # Automatic type deduction, as defined in N1984.
/third_party/boost/libs/local_function/doc/
Dgetting_started.qbk32 …function pointers (similarly to __Boost_Function__), and automatic type deduction (as supported by…
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/
Dreturns.hpp.txt25 /// different behaviour than using C++14's return type deduction.
/third_party/boost/libs/phoenix/doc/
Dwhat_s_new.qbk103 deduction protocol. The same is true for [link phoenix.modules.bind Bind].]
/third_party/boost/libs/iterator/doc/
Dissues.rst36 specification for this deduction gives false positives for forward
/third_party/boost/libs/phoenix/doc/modules/
Dscope.qbk81 deduction is reference preserving. For example:
/third_party/boost/libs/contract/doc/
Dgetting_started.qbk37 However, this library implementation does not actually use type deduction in these cases (because t…
/third_party/boost/libs/convert/doc/
Ddesign_notes.qbk57 …lly advantageous and more idiomatic. Unfortunately, it lacked automatic deduction of the ['TypeOut…
/third_party/boost/libs/asio/doc/requirements/
Dasynchronous_operations.qbk71 [heading Automatic deduction of initiating function return type]
/third_party/boost/libs/unordered/doc/
Dchanges.qbk333 * Add template deduction guides from the standard.
/third_party/boost/libs/test/doc/testing_tools/
Dtesting_floating_points.qbk33 [caution Manipulators requires a compiler that supports variadic macros, `auto` for type deduction
/third_party/boost/libs/config/doc/
Dmacro_reference.qbk601 type deduction for variables declared with the `auto` keyword (`auto var = ...;`).
604 type deduction for multiple variables declared with the `auto` keyword (`auto var = ..., *ptr = ...…
938 [[`BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION`][The compiler does not support return type deduction for n…
/third_party/boost/libs/tuple/doc/
Dtuple_users_guide.qbk172 deduction and state that a reference to const or reference to non-const type
/third_party/boost/libs/variant2/doc/variant2/
Dreference.adoc852 this deduction to succeed.

12