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

1 2 3

  /external/clang/INPUTS/
macro_pounder_obj.c 9 #define A3 A2 A2 A2 A2 A2 A2
10 #define A4 A3 A3 A3 A3 A3 A3
macro_pounder_fn.c 9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B)
10 #define A4(A, B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B)
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-generated-internal-utils.h 84 template <typename A1, typename A2, typename A3>
85 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3> > {
86 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3> > type;
89 template <typename A1, typename A2, typename A3, typename A4>
90 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4> > {
91 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>,
95 template <typename A1, typename A2, typename A3, typename A4, typename A5>
96 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5> > {
97 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>, Matcher<A4>,
101 template <typename A1, typename A2, typename A3, typename A4, typename A5
    [all...]
  /external/chromium/testing/
gmock_mutant.h     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-nice-strict.h 90 template <typename A1, typename A2, typename A3>
91 NiceMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) {
96 template <typename A1, typename A2, typename A3, typename A4>
97 NiceMock(const A1& a1, const A2& a2, const A3& a3,
98 const A4& a4) : MockClass(a1, a2, a3, a4) {
103 template <typename A1, typename A2, typename A3, typename A4, typename A5>
104 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4
    [all...]
gmock-generated-function-mockers.h 122 template <typename R, typename A1, typename A2, typename A3>
123 class FunctionMocker<R(A1, A2, A3)> : public
124 internal::FunctionMockerBase<R(A1, A2, A3)> {
126 typedef R F(A1, A2, A3);
130 const Matcher<A3>& m3) {
135 R Invoke(A1 a1, A2 a2, A3 a3) {
140 return this->InvokeWith(ArgumentTuple(a1, a2, a3));
144 template <typename R, typename A1, typename A2, typename A3, typename A4>
145 class FunctionMocker<R(A1, A2, A3, A4)> : publi
    [all...]
gmock-generated-actions.h 105 template <typename R, typename A1, typename A2, typename A3>
106 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3> > {
110 A3>& args) {
118 const ::std::tr1::tuple<A1, A2, A3>& args) {
124 template <typename R, typename A1, typename A2, typename A3, typename A4>
125 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3, A4> > {
128 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3,
137 const ::std::tr1::tuple<A1, A2, A3, A4>& args) {
144 template <typename R, typename A1, typename A2, typename A3, typename A4,
146 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3, A4, A5> >
    [all...]
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 50 struct A3 {
54 struct D3 : A3, B3 {
  /external/chromium/base/
callback.h 321 template <typename R, typename A1, typename A2, typename A3>
322 class Callback<R(A1, A2, A3)> : public internal::CallbackBase {
328 typename internal::ParamTraits<A3>::ForwardType);
348 typename internal::ParamTraits<A3>::ForwardType a3) const {
354 a3);
358 template <typename R, typename A1, typename A2, typename A3, typename A4>
359 class Callback<R(A1, A2, A3, A4)> : public internal::CallbackBase {
365 typename internal::ParamTraits<A3>::ForwardType,
386 typename internal::ParamTraits<A3>::ForwardType a3
    [all...]
  /external/llvm/include/llvm/Support/
TypeBuilder.h 275 template<typename R, typename A1, typename A2, typename A3, bool cross>
276 class TypeBuilder<R(A1, A2, A3), cross> {
282 TypeBuilder<A3, cross>::get(Context),
289 template<typename R, typename A1, typename A2, typename A3, typename A4,
291 class TypeBuilder<R(A1, A2, A3, A4), cross> {
297 TypeBuilder<A3, cross>::get(Context),
305 template<typename R, typename A1, typename A2, typename A3, typename A4,
307 class TypeBuilder<R(A1, A2, A3, A4, A5), cross> {
313 TypeBuilder<A3, cross>::get(Context),
350 template<typename R, typename A1, typename A2, typename A3, bool cross
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p4.cpp 9 template<enum E x, E y> struct A3;
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 116 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi;
137 A3 = A;
138 for( i = 0; i < p; i++, A3 += n )
140 Aip = A3[p];
141 Aiq = A3[q];
144 A3[p] = (float) (Aip * c - Aiq * s);
145 A3[q] = (float) (Aiq * c + Aip * s);
149 for( ; i < q; i++, A3 += n )
152 Aiq = A3[q];
156 A3[q] = (float) (Aiq * c + Aip * s)
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 10 A<1 >> 2> *a3; // expected-warning{{use of right-shift operator ('>>') in template argument will require parentheses in C++11}} variable
45 template<int fp(int)> struct A3; // expected-note 1{{template parameter is declared here}}
46 A3<h> *a14_1;
47 A3<&h> *a14_2;
48 A3<f> *a14_3;
49 A3<&f> *a14_4;
50 A3<h2> *a14_6; // expected-error{{non-type template argument of type 'float (float)' cannot be converted to a value of type 'int (*)(int)'}}
51 A3<g> *a14_7; // expected-error{{address of overloaded function 'g' does not match required type 'int (int)'}}
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
frameparser.h 50 A3,
  /bionic/libm/bsdsrc/
b_log.c 93 static double A3 = .002232139987919447809;
398 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
458 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
  /hardware/qcom/media/mm-video/vidc/vdec/src/
frameparser.cpp 171 case A3:
211 parse_state = A3;
310 parse_state = A3;
321 case A3:
364 case A3:
  /external/llvm/include/llvm/ADT/
FoldingSet.h 630 template <typename A1, typename A2, typename A3>
631 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3)
632 : data(a1,a2,a3) {}
634 template <typename A1, typename A2, typename A3, typename A4>
635 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3,
637 : data(a1,a2,a3,a4) {}
639 template <typename A1, typename A2, typename A3, typename A4, typename A5>
640 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3
    [all...]
  /external/clang/test/Parser/
cxx-casting.cpp 82 ::D< ::F> A3;
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
58 ;# The two resulting A0..A3 B0..B3 are later combined
62 vperm v9, v8, v8, v4 ;# v9 = a2 a3 a0 a1 b2 b3 b0 b1
70 vsraw v11, v11, v7 ;# v11 = A2 A3 B2 B3
72 vpkuwum v10, v10, v11 ;# v10 = A0 A1 B0 B1 A2 A3 B2 B3
73 vperm \Dst, v10, v10, v5 ;# Dest = A0 B0 A1 B1 A2 B2 A3 B3
  /external/speex/libspeex/
math_approx.h 158 #define A3 1486
173 sq = MULT16_16_Q13(x, ADD16(A1, MULT16_16_Q13(x, ADD16(A2, MULT16_16_Q13(x, (A3))))));
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 45 case Mips::A3: case Mips::A3_64: case Mips::F7: case Mips::D7_64:
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 134 $A0="f10"; $A1="f11"; $A2="f12"; $A3="f13";
300 lfd $A3,`$FRAME+88`($sp)
308 fcfid $A3,$A3
323 stfd $A3,32($nap_d)
324 fmul $T3a,$A3,$ba
325 fmul $T3b,$A3,$bb
339 fmul $dota,$A3,$bc
340 fmul $dotb,$A3,$bd
408 lfd $A3,`$FRAME+88`($sp
    [all...]
  /external/chromium/chrome/browser/resources/
crashes.js 58 '%20just%20before%20the%20crash)?%0A1.%0A2.%0A3.%0A%0A' +
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 497 // CHECK-19-NEXT: -- (Test12::A3, 40) vtable address --
498 // CHECK-19-NEXT: 18 | void Test12::A3::a3()
509 struct A3 {
510 virtual void a3();
514 struct A : A1, A2, A3 {
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp 92 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi;
113 A3 = A;
114 for( i = 0; i < p; i++, A3 += n )
116 Aip = A3[p];
117 Aiq = A3[q];
120 A3[p] = (float) (Aip * c - Aiq * s);
121 A3[q] = (float) (Aiq * c + Aip * s);
125 for( ; i < q; i++, A3 += n )
128 Aiq = A3[q];
132 A3[q] = (float) (Aiq * c + Aip * s)
    [all...]

Completed in 964 milliseconds

1 2 3