HomeSort by relevance Sort by last modified time
    Searched defs:Af (Results 1 - 6 of 6) sorted by null

  /external/libopus/silk/float/
burg_modified_FLP.c 53 double Af[ SILK_MAX_ORDER_LPC ];
75 /* Update C * Af */
76 /* Update C * flipud(Af) (stored in reversed order) */
84 Atmp = Af[ k ];
96 Atmp = Af[ k ];
108 Atmp = Af[ k ];
137 tmp1 = Af[ k ];
138 tmp2 = Af[ n - k - 1 ];
139 Af[ k ] = tmp1 + rc * tmp2;
140 Af[ n - k - 1 ] = tmp2 + rc * tmp1
    [all...]
  /external/clang/test/CodeGenCXX/
ptr-to-datamember.cpp 32 F Af;
49 F A::* af = &A::Af; member in class:A
50 pr(a1.*af);
52 (a1.*af).iF = 100;
53 (a1.*af).fF = 200.00;
54 printf(" %d %f\n", (a1.*af).iF, (a1.*af).fF);
55 pr(a1.*af);
57 (a1.*af).iF++
64 F A::* af = &A::Af; member in class:A
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtc.h 125 UINT8 Af : 1; // Alarm Interrupt Flag
127 UINT8 Irqf : 1; // Iterrupt Request Flag = PF & PIE | AF & AIE | UF & UIE
  /external/eigen/test/
ref.cpp 249 MatrixXf Af, Bf;
252 VERIFY( test_ref_overload_fun2(Af+Bf)==5 );
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 12 void Af();
47 void ::A::Af() {} // expected-error {{cannot define or redeclare 'Af' here because namespace 'B' does not enclose namespace 'A'}}
51 void A::Af(); // expected-error {{definition or redeclaration of 'Af' not allowed inside a function}}
52 void (^x)() = ^{ void A::Af(); }; // expected-error {{definition or redeclaration of 'Af' not allowed inside a block}}
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.h 155 UINT32 Af:4; /* Access Frequency */
190 UINT32 Af:4; /* Access Frequency */

Completed in 102 milliseconds