Home
last modified time | relevance | path

Searched defs:C0 (Results 1 – 25 of 47) sorted by relevance

12

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-non-virtual-base-ordering.cpp4 struct C0 { int a; }; struct
Dvtable-layout-extreme.cpp7 class C0 class
Dmangle-ms-template-callback.cpp8 typedef C<void(void)> C0; typedef
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
Dp2-0x.cpp85 class C0 { class
87 using C0 = int; // expected-error {{name defined in alias declaration must be an identifier}} typedef in ClassNameRedecl::C0
94 using C0 = C1; // ok typedef in ClassNameRedecl::C2
143 class C0 { class
/external/clang/test/Layout/
Dms-x86-empty-nonvirtual-bases.cpp14 struct C0 { int a; C0() : a(0xf00000C0) {printf("C0 : %p\n", this);} }; in C0() argument
Dms-x86-empty-virtual-base.cpp14 struct C0 { int a; C0() : a(0xf00000C0) {printf("C0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in C0() argument
/external/clang/test/SemaCXX/
Dalias-template.cpp70 class C0 { class
72 …template<typename U> using C0 = int; // expected-error {{name defined in alias declaration must be… typedef in ClassNameRedecl::C0
79 template<typename U> using C0 = C1; // ok typedef in ClassNameRedecl::C2
125 class C0 { class
Dvalue-dependent-exprs.cpp5 class C0 { class
Dcxx1y-variable-templates_in_class.cpp113 struct C0 { struct
114 template<typename U> static U Data;
115 template<typename U> static CONST U Data<U*> = U(); // expected-note {{here}}
117 template<typename U> static U Data2;
118 template<typename U> static CONST U Data2<U*> = U();
/external/clang/test/CodeGenObjC/
Dassign.m7 @interface C0 interface
/external/clang/test/SemaTemplate/
Dfriend.cpp12 struct C0 { struct
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType2FunctionDictionary_autogen.cpp11 SkPdfArray* SkPdfType2FunctionDictionary::C0(SkPdfNativeDoc* doc) { in C0() function in SkPdfType2FunctionDictionary
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType2FunctionDictionary_autogen.cpp11 SkPdfArray* SkPdfType2FunctionDictionary::C0(SkPdfNativeDoc* doc) { in C0() function in SkPdfType2FunctionDictionary
/external/chromium_org/third_party/opus/src/silk/float/
Dburg_modified_FLP.c49 double C0, invGain, num, nrg_f, nrg_b, rc, Atmp, tmp1, tmp2; in silk_burg_modified_FLP() local
/external/libopus/silk/float/
Dburg_modified_FLP.c49 double C0, invGain, num, nrg_f, nrg_b, rc, Atmp, tmp1, tmp2; in silk_burg_modified_FLP() local
/external/eigen/Eigen/src/SparseLU/
DSparseLU_gemm_kernel.h91 Scalar* C0 = C+ib+(j+0)*ldc; in sparselu_gemm() local
190 Scalar* C0 = C+ib+(n_end)*ldc; in sparselu_gemm() local
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
Daec_core_neon.c161 const float32x4_t C0 = vdupq_n_f32(3.1157899f); in vpowq_f32() local
214 const float32x4_t C0 = vdupq_n_f32(1.0017247f); in vpowq_f32() local
Daec_core_sse2.c281 C0[4] = {3.1157899f, 3.1157899f, 3.1157899f, 3.1157899f}; in mm_pow_ps() local
344 static const ALIGN16_BEG float C0[4] ALIGN16_END = {1.0017247f, 1.0017247f, in mm_pow_ps() local
/external/chromium_org/third_party/opus/src/silk/fixed/
Dburg_modified_FIX.c58 opus_int32 C0, num, nrg, rc_Q31, invGain_Q30, Atmp_QA, Atmp1, tmp1, tmp2, x1, x2; in silk_burg_modified() local
/external/libopus/silk/fixed/
Dburg_modified_FIX.c58 opus_int32 C0, num, nrg, rc_Q31, invGain_Q30, Atmp_QA, Atmp1, tmp1, tmp2, x1, x2; in silk_burg_modified() local
/external/skia/include/core/
DSkPostConfig.h219 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument
225 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument
/external/chromium_org/third_party/skia/include/core/
DSkPostConfig.h219 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument
225 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument
/external/llvm/unittests/IR/
DMDBuilderTest.cpp55 ConstantInt *C0 = cast<ConstantInt>(R1->getOperand(0)); in TEST_F() local
/external/webrtc/src/modules/audio_processing/aec/
Daec_core_sse2.c264 static const ALIGN16_BEG float ALIGN16_END C0[4] = in mm_pow_ps() local
328 static const ALIGN16_BEG float C0[4] ALIGN16_END = in mm_pow_ps() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DAESEngine.java334 private int C0, C1, C2, C3; field in AESEngine

12