Home
last modified time | relevance | path

Searched defs:A3 (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/boost/libs/core/test/
Dallocator_is_always_equal_test.cpp25 struct A3 { struct
43 BOOST_TEST_TRAIT_FALSE((boost::allocator_is_always_equal<A3<int> >::type)); in main() argument
/third_party/boost/boost/multiprecision/detail/
Dnumber_compare.hpp200 operator==(const Arithmetic& a, const detail::expression<Tag, A1, A2, A3, A4>& b) in operator ==() argument
211 operator==(const detail::expression<Tag, A1, A2, A3, A4>& a, const Arithmetic& b) in operator ==() argument
222 operator==(const detail::expression<Tag, A1, A2, A3, A4>& a, const detail::expression<Tagb, A1b, A2… in operator ==() argument
260 operator!=(const Arithmetic& a, const detail::expression<Tag, A1, A2, A3, A4>& b) in operator !=() argument
271 operator!=(const detail::expression<Tag, A1, A2, A3, A4>& a, const Arithmetic& b) in operator !=() argument
282 operator!=(const detail::expression<Tag, A1, A2, A3, A4>& a, const detail::expression<Tagb, A1b, A2… in operator !=() argument
321 operator<(const Arithmetic& a, const detail::expression<Tag, A1, A2, A3, A4>& b) in operator <() argument
332 operator<(const detail::expression<Tag, A1, A2, A3, A4>& a, const Arithmetic& b) in operator <() argument
343 operator<(const detail::expression<Tag, A1, A2, A3, A4>& a, const detail::expression<Tagb, A1b, A2b… in operator <() argument
382 operator>(const Arithmetic& a, const detail::expression<Tag, A1, A2, A3, A4>& b) in operator >() argument
[all …]
Ddefault_ops.hpp1890 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1902 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1913 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1924 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1935 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1950 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1963 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1974 inline BOOST_MP_CXX14_CONSTEXPR typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::r… in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1985 …Backend, ExpressionTemplates>& a, const multiprecision::detail::expression<tag, A1, A2, A3, A4>& b) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
1990 …T_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& a, const multi… in BOOST_PREVENT_MACRO_SUBSTITUTION() argument
[all …]
Dinteger_ops.hpp139 …Backend, ExpressionTemplates>& x, const multiprecision::detail::expression<tag, A1, A2, A3, A4>& y, in divide_qr() argument
147 divide_qr(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x, const number<Backend, E… in divide_qr() argument
155 divide_qr(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x, const multiprecision::d… in divide_qr() argument
171 integer_modulus(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x, Integer val) in integer_modulus() argument
187 lsb(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x) in lsb() argument
205 msb(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x) in msb() argument
223 bit_test(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x, unsigned index) in bit_test() argument
/third_party/typescript/tests/baselines/reference/
DsubtypingWithObjectMembersAccessibility2.js29 class A3 { class
119 var A3 = /** @class */ (function () { class
120 function A3() { class in anonymousFunction8e5f53b50800.A3
158 var A3 = /** @class */ (function () { class
159 function A3() { class in anonymousFunction8e5f53b51000.A3
DreturnTypeTypeArguments.js97 function A3() { return null; } class
106 C.prototype.A3 = function () { return null; }; method in C
116 D.prototype.A3 = function () { return null; }; method in D
DsubtypingWithObjectMembers.js28 class A3 { class
132 function A3() { class in A3
169 var A3 = /** @class */ (function () { class
170 function A3() { class in anonymousFunction02b1771b0f00.A3
DsubtypingWithObjectMembers4.js28 class A3 { class
90 function A3() { class in A3
DsubtypingWithObjectMembersAccessibility.js28 class A3 { class
90 function A3() { class in A3
DreachabilityChecks1.js100 var A3; variable
101 (function (A3) { argument
/third_party/typescript/tests/cases/compiler/
DreturnTypeTypeArguments.ts16 function A3(): Three { return null; } function
25 A3(): Three { return null; } method in C
34 A3(): Three<T> { return null; } method in D
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithObjectMembers5.ts28 interface A3 { interface
55 interface A3 { interface
DsubtypingWithObjectMembersAccessibility2.ts28 class A3 { class
54 class A3 { class
DsubtypingWithObjectMembers3.ts32 interface A3 { interface
64 interface A3 { interface
DsubtypingWithObjectMembers2.ts32 interface A3 { interface
65 interface A3 { interface
DsubtypingWithObjectMembers.ts27 class A3 { class
58 class A3 { class
/third_party/ffmpeg/libavcodec/x86/
Dvc1dsp_mmx.c146 #define MSPEL_FILTER13_CORE(UNPACK, MOVQ, A1, A2, A3, A4) \ argument
186 #define MSPEL_FILTER13_VER_16B(NAME, A1, A2, A3, A4) \ argument
243 #define MSPEL_FILTER13_HOR_16B(NAME, A1, A2, A3, A4, OP, OPNAME) \ argument
282 #define MSPEL_FILTER13_8B(NAME, A1, A2, A3, A4, OP, OPNAME) \ argument
/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/
Dcall_10.hpp126 …result_of::child_c<Expr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef
160 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
194 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
228 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
262 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
296 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
330 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
Dcall_20.hpp126 …result_of::child_c<Expr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef
160 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
194 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
228 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
262 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
296 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
330 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
364 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
398 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
432 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
[all …]
/third_party/boost/boost/container_hash/
Dextensions.hpp197 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4> const& v) in hash_value() argument
203 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4, A5> const& v) in hash_value() argument
209 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4, A5, A6> const& v) in hash_value() argument
215 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4, A5, A6, A7> const& v) in hash_value() argument
221 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4, A5, A6, A7, A8> const& v) in hash_value() argument
227 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4, A5, A6, A7, A8, A9> const& v) in hash_value() argument
/third_party/libphonenumber/cpp/src/phonenumbers/
Dcallback.h72 ResultCallback4<R, A1, A2, A3, A4>* NewPermanentCallback( in NewPermanentCallback() argument
79 ResultCallback4<R, A1, A2, A3, A4>* NewPermanentCallback( in NewPermanentCallback() argument
/third_party/boost/boost/serialization/
Dfactory.hpp46 #define BOOST_SERIALIZATION_FACTORY(N, T, A0, A1, A2, A3) \ argument
79 #define BOOST_SERIALIZATION_FACTORY_4(T, A0, A1, A2, A3) \ argument
/third_party/boost/libs/histogram/test/
Ddetail_accumulator_traits_test.cpp33 struct A3 { in main() struct
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Drescaler_sse2.c180 const __m128i A3 = _mm_srli_epi64(A1, 32); in LoadDispatchAndMult_SSE2() local
197 const __m128i* const A3, in ProcessRow_SSE2()
241 __m128i A0, A1, A2, A3; in RescalerExportRowExpand_SSE2() local
257 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowExpand_SSE2() local
301 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowShrink_SSE2() local
333 __m128i A0, A1, A2, A3; in RescalerExportRowShrink_SSE2() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Drescaler_sse2.c180 const __m128i A3 = _mm_srli_epi64(A1, 32); in LoadDispatchAndMult_SSE2() local
197 const __m128i* const A3, in ProcessRow_SSE2()
241 __m128i A0, A1, A2, A3; in RescalerExportRowExpand_SSE2() local
257 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowExpand_SSE2() local
301 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowShrink_SSE2() local
333 __m128i A0, A1, A2, A3; in RescalerExportRowShrink_SSE2() local

1234