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

1 2 3 4 5

  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
p6.cpp 4 struct A0 {
8 template<int X, int Y> void f0(A0<X, Y>) { } // expected-note{{previous}}
9 template<int N, int M> void f0(A0<M, N>) { }
10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}}
12 template<int X, int Y> void f1(A0<0, (X + Y)>) { } // expected-note{{previous}}
13 template<int X, int Y> void f1(A0<0, (X - Y)>) { }
14 template<int A, int B> void f1(A0<0, (A + B)>) { } // expected-error{{redefinition}}
16 template<int X, int Y> void A0<X, Y>::g0() { }
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/allocator.traits/allocator.traits.members/
destroy.pass.cpp 47 struct A0
50 ~A0() {++count;}
53 int A0::count = 0;
58 A0::count = 0;
60 std::aligned_storage<sizeof(A0)>::type a0; local
61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
62 assert(A0::count == 0);
63 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0)
71 std::aligned_storage<sizeof(A0)>::type a0; local
    [all...]
construct.pass.cpp 49 struct A0
52 A0() {++count;}
55 int A0::count = 0;
85 A0::count = 0;
87 std::aligned_storage<sizeof(A0)>::type a0; local
88 assert(A0::count == 0);
89 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
90 assert(A0::count == 1)
113 std::aligned_storage<sizeof(A0)>::type a0; local
    [all...]
  /external/clang/test/CodeGen/
pr5406.c 5 typedef struct { char x[3]; } A0;
12 A0 a3;
  /external/clang/INPUTS/
macro_pounder_obj.c 6 #define A0 a b
7 #define A1 A0 A0 A0 A0 A0 A0
macro_pounder_fn.c 6 #define A0(A, B) A B
7 #define A1(A, B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B)
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Filters.h 34 * Biquad with coefficients A0, A1, A2, B1 and B2 coefficients
39 LVM_INT16 A0;
49 * Biquad with coefficients A0, A1 and B1 coefficients
54 LVM_INT16 A0;
LVM_FO_HPF.c 36 /* A0 = (1 - B1) / 2 */
37 /* A1 = A0 */
44 /* A0 -8388571 */
56 /* Y = (A0 + A1*X + A2*X2 + A3*X3 + ?.. + AN*xN) << AN+1 */
92 /* A0=(1-B1)/2= B1/2 - 0.5*/
93 Y=Y>>1; /* A0=Y=B1/2*/
94 Y=Y-0x40000000; /* A0=Y=(B1/2 - 0.5)*/
95 MUL32x16INTO32(Y, FILTER_LOSS ,pCoeffs->A0 ,15) /* Apply loss to avoid overflow*/
96 pCoeffs->A1=-pCoeffs->A0; /* Store A1=-A0*/
    [all...]
LVM_FO_LPF.c 36 /* A0 = (1 + B1) / 2 */
37 /* A1 = A0 */
44 /* A0 -8388571 */
56 /* Y = (A0 + A1*X + A2*X2 + A3*X3 + ?.. + AN*xN) << AN+1 */
90 // A0=(1+B1)/2= B1/2 + 0.5
91 Y=Y>>1; // A0=Y=B1/2
92 Y=Y+0x40000000; // A0=Y=(B1/2 + 0.5)
93 MUL32x16INTO32(Y, FILTER_LOSS ,pCoeffs->A0 ,15) // Apply loss to avoid overflow
94 pCoeffs->A1=pCoeffs->A0;
BP_1I_D16F16Css_TRC_WRA_01_Init.c 48 pBiquadState->coefs[0]=pCoef->A0;
BP_1I_D16F32Cll_TRC_WRA_01_Init.c 58 pBiquadState->coefs[0] = pCoef->A0;
BP_1I_D32F32Cll_TRC_WRA_02_Init.c 47 pBiquadState->coefs[0]=pCoef->A0;
PK_2I_D32F32CllGss_TRC_WRA_01_Init.c 29 pBiquadState->coefs[0]=pCoef->A0;
PK_2I_D32F32CssGss_TRC_WRA_01_Init.c 28 pBiquadState->coefs[0]=pCoef->A0;
FO_1I_D16F16Css_TRC_WRA_01_Init.c 51 temp=pCoef->A0;
FO_1I_D32F32Cll_TRC_WRA_01_Init.c 50 temp=pCoef->A0;
  /cts/tools/signature-tools/test/signature/comparator/
AnnotationCompareTest.java 34 CompilationUnit A0 = new CompilationUnit("a.A0",
36 "public @interface A0 {" +
45 "@A0 " +
49 "@A0 " +
51 IApi fromApi = convert(A0, A1, AnnotBDefault);
52 IApi toApi = convert(A0, A1, AnnotB);
58 CompilationUnit A0 = new CompilationUnit("a.A0",
60 "public @interface A0 {"
    [all...]
  /external/clang/test/Index/
annotate-comments-preprocessor.c 14 #define A0 0
22 int A[] = { A0, A1, A2, A3, A4, A5, A6 };
24 #if A0 /** Aaa. */
  /external/openssl/crypto/bn/asm/
x86_64-mont.pl 702 my @A0=("%r10","%r11");
704 my ($a0,$a1,$ai)=("%r14","%r15","%rbx");
754 mov -32($aptr,$i),$a0 # a[0]
761 mul $a0 # a[1]*a[0]
762 mov %rax,$A0[0] # a[1]*a[0]
764 mov %rdx,$A0[1]
765 mov $A0[0],-24($tptr,$i) # t[1]
767 xor $A0[0],$A0[0]
768 mul $a0 # a[2]*a[0
    [all...]
  /device/asus/flo/nfc/
libnfc-brcm.conf 110 AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00}
  /device/lge/mako/nfc/
libnfc-brcm.conf 68 LPTD_CFG={23:B9:21:01:02:FF:FF:04:A0:0F:40:00:80:02:02:10:00:00:00:31:0E:30:00:00:00:00:00:00:00:00:00:00:00:00:00:00}
166 AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00}
  /device/samsung/manta/nfc/
libnfc-brcm.conf 68 LPTD_CFG={00:B9:21:01:02:FF:FF:04:A0:0F:40:00:80:02:02:10:00:00:00:31:0C:30:00:00:00:00:00:00:00:00:00:00:00:00:00:00}
166 AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00}
  /external/bluetooth/bluedroid/conf/
auto_pair_devlist.conf 13 AddressBlacklist=00:02:C7,00:16:FE,00:19:C1,00:1B:FB,00:1E:3D,00:21:4F,00:23:06,00:24:33,00:A0:79,00:0E:6D,00:13:E0,00:21:E8,00:60:57,00:0E:9F,00:12:1C,00:18:91,00:18:96,00:13:04,00:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,00:C0:59,00:0A:30,00:1E:AE,00:1C:D7,00:80:F0,00:12:8A,00:09:93,00:80:37,00:26:7E
  /external/clang/test/SemaTemplate/
class-template-spec.cpp 55 template<typename T> struct A0;
60 struct A0<void> {
67 struct A0 {
68 void foo(A0<void>::pointer p = 0);
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 60 /* a0 = (0.5 + b2) / 2 */
102 LVM_INT32 A0;
142 factor = 0x7fff; /* Initialise to 1.0 for the a0 coefficient */
153 * Calculate the B1 and A0 coefficients
156 A0 = ((B1 >> 16) * (CosErr >> 10)) >> 6; /* Temporary storage for (0.5 - b2/2) * coserr(t0) */
157 B1 -= A0; /* B1 = (0.5 - b2/2) * (1 - coserr(t0)) */
158 A0 = (0x40000000 + B2) >> 1; /* A0 = (0.5 + b2) */
163 pCoefficients->A0 = A0;
    [all...]

Completed in 957 milliseconds

1 2 3 4 5