HomeSort by relevance Sort by last modified time
    Searched defs:A1 (Results 1 - 25 of 43) sorted by null

1 2

  /external/clang/test/SemaCXX/
ambiguous-builtin-unary-operator.cpp 23 struct A1 { operator volatile int&(); };
27 struct C1 : B1, A1 { };
friend.cpp 78 struct A1 { friend void A(); };
namespace-alias.cpp 30 namespace A1 { }
33 // These all point to A1.
34 namespace B = A1; // expected-note {{previous definition is here}}
35 namespace B = A1;
43 namespace A1 { int i; }
45 namespace A2 = A1;
warn-reorder-ctor-initialization.cpp 57 struct A1 {
58 A1();
65 struct F : public A1, public B1, private virtual V {
66 F() : A1(), V() { } // expected-warning {{base class 'A1' will be initialized after base 'V'}}
  /external/clang/INPUTS/
macro_pounder_fn.c 7 #define A1(A, B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B)
8 #define A2(A, B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B)
macro_pounder_obj.c 7 #define A1 A0 A0 A0 A0 A0 A0
8 #define A2 A1 A1 A1 A1 A1 A1
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p3.cpp 5 void a1(struct A);
10 class A1 {
  /external/clang/test/CodeGenCXX/
default-arguments.cpp 15 struct A1 {
16 A1();
17 ~A1();
26 B(const A1& = A1(), const A2& = A2());
vtt-layout.cpp 26 class A1 { int i; };
28 class V1 : public A1, public A2 { int i; };
45 class A1 { int i; };
47 class V1 : public A1, public virtual A2 { int i; };
visibility.cpp 429 class A1 {};
433 template <> struct DEFAULT B<A1> {
443 B<A1>::foo();
444 B<A1>::bar();
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
Filters.h 34 * Biquad with coefficients A0, A1, A2, B1 and B2 coefficients
40 LVM_INT16 A1;
49 * Biquad with coefficients A0, A1 and B1 coefficients
55 LVM_INT16 A1;
  /cts/tools/signature-tools/test/signature/comparator/
AnnotationCompareTest.java 37 " A1 value() default @A1;" +
39 CompilationUnit A1 = new CompilationUnit("a.A1",
41 "public @interface A1 {" +
51 IApi fromApi = convert(A0, A1, AnnotBDefault);
52 IApi toApi = convert(A0, A1, AnnotB);
63 CompilationUnit A1 = new CompilationUnit("a.A0",
69 IApi toApi = convert(A1);
ClassCompareTest.java 149 CompilationUnit A1 = new CompilationUnit("a.A",
153 IApi toApi = convert(A1);
172 CompilationUnit A1 = new CompilationUnit("a.A",
176 IApi toApi = convert(I, B, A1);
193 CompilationUnit A1 = new CompilationUnit("a.A",
198 IApi toApi = convert(I, B, A1);
206 static class A1<S extends Number> extends B<S>{}
212 Type[] a1Int = A1.class.getGenericInterfaces();
  /external/clang/test/CXX/temp/temp.param/
p9-0x.cpp 31 template<typename T> struct A1 { template<typename U> struct B; };
32 template<typename T> template<typename U = int> struct A1<T>::B { }; // expected-error{{cannot add a default template argument to the definition of a member of a class template}}
  /bionic/libm/bsdsrc/
b_log.c 91 static double A1 = .08333333333333178827;
398 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
458 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
  /external/clang/test/SemaTemplate/
dependent-base-member-init.cpp 8 class A1 {
9 A1(int x) {}
11 template<class C> class B1 : public A1 {
12 B1(C x) : A1(x.x) {}
temp_arg_type.cpp 5 A<0> *a1; // expected-error{{template argument for template type parameter must be a type}} variable
38 template<typename T> struct A1 { };
39 A1<Array<int, 17>::type> ax;
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
MessageDigestAlgorithm.java 133 String A1 = null;
137 A1 = username_value + ":" + realm_value + ":" + passwd;
143 A1 = H(username_value + ":" + realm_value + ":" + passwd) + ":" + nonce_value + ":"
163 request_digest = KD(H(A1), nonce_value + ":" + nc_value + ":" + cnonce_value + ":"
167 request_digest = KD(H(A1), nonce_value + ":" + H(A2));
  /external/clang/test/Sema/
conditional-expr.c 82 struct A {int i;} A1;
83 (void)(1 ? A1 : NULL); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}
84 (void)(1 ? NULL : A1); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}
85 (void)(1 ? 0 : A1); // expected-error{{incompatible operand types}}
86 (void)(1 ? (void*)0 : A1); // expected-error{{incompatible operand types}}
87 (void)(1 ? A1: (void*)0); // expected-error{{incompatible operand types}}
88 (void)(1 ? A1 : (NULL)); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}
  /external/llvm/unittests/Support/
ValueHandleTest.cpp 389 AssertingVH<Value> &A0, AssertingVH<Value> &A1)
392 ToClear[1] = &A1;
402 AssertingVH<Value> A1, A2;
403 A1 = BitcastV.get();
404 ClearingVH C(BitcastV.get(), A1, A2);
  /external/openssl/crypto/bn/
bn_prime.c 129 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1,
249 BIGNUM *A1, *A1_odd, *check; /* taken from ctx */
290 A1 = BN_CTX_get(ctx);
295 /* compute A1 := A - 1 */
296 if (!BN_copy(A1, A))
298 if (!BN_sub_word(A1, 1))
300 if (BN_is_zero(A1))
306 /* write A1 as A1_odd * 2^k */
308 while (!BN_is_bit_set(A1, k))
310 if (!BN_rshift(A1_odd, A1, k)
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
BIQUAD.h 46 LVM_INT16 A1; /* a1 */
55 LVM_INT32 A1; /* a1 */
64 LVM_INT16 A1; /* a1 */
71 LVM_INT32 A1; /* a1 */
79 LVM_INT16 A1; /* a1 */
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
frameparser.h 48 A1,
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 106 float *V1 = V, *A1 = A;
109 for( p = 0; p < n - 1; p++, A1 += n, V1 += n )
116 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi;
124 App = A1[p];
151 Aip = A1[i];
155 A1[i] = (float) (Aip * c - Aiq * s);
162 Aip = A1[i];
166 A1[i] = (float) (Aip * c - Aiq * s);
171 A1[p] = (float) (App * c2 + Aqq * s2 - a);
173 A1[q] = A2[p] = 0.0f
    [all...]
  /external/speex/libspeex/
math_approx.h 156 #define A1 16469
173 sq = MULT16_16_Q13(x, ADD16(A1, MULT16_16_Q13(x, ADD16(A2, MULT16_16_Q13(x, (A3))))));

Completed in 210 milliseconds

1 2