Searched defs:C0 (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dvalue-dependent-exprs.cpp5 class C0 { class
H A Dalias-template.cpp70 class C0 { class in namespace:ClassNameRedecl
72 template<typename U> using C0 = int; // expected-error {{name defined in alias declaration must be an identifier}}
79 template<typename U> using C0 = C1; // ok
125 class C0 {
128 C0::U<int> v; // expected-error {{'U' is a private member}}
H A Dcxx1y-variable-templates_in_class.cpp91 struct C0 { struct in namespace:non_const_init::pointers
95 template const int C0::Data<int*>;
/external/clang/test/SemaTemplate/
H A Dfriend.cpp12 struct C0 { struct
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-extreme.cpp7 class C0 class in namespace:Test1
11 : virtual public C0
16 : public C0
22 : virtual public C0
34 , public C0
39 : public C0
49 , public C0
H A Dmangle-ms-template-callback.cpp8 typedef C<void(void)> C0; typedef
16 C0 callback_void;
19 volatile C0 callback_void_volatile;
36 void foo(C0 c) {}
/external/llvm/unittests/IR/
H A DMDBuilderTest.cpp54 ConstantInt *C0 = cast<ConstantInt>(R1->getOperand(0)); local
56 EXPECT_EQ(C0->getValue(), A);
/external/chromium_org/third_party/opus/src/silk/float/
H A Dburg_modified_FLP.c49 double C0, invGain, num, nrg_f, nrg_b, rc, Atmp, tmp1, tmp2; local
58 C0 = silk_energy_FLP( x, nb_subfr * subfr_length );
69 CAb[ 0 ] = CAf[ 0 ] = C0 + FIND_LPC_COND_FAC * C0 + 1e-9f;
165 /* Subtract energy of preceding samples from C0 */
167 C0 -= silk_energy_FLP( x + s * subfr_length, D );
170 nrg_f = C0 * invGain;
181 nrg_f -= FIND_LPC_COND_FAC * C0 * tmp1;
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp85 class C0 { class in namespace:ClassNameRedecl
87 using C0 = int; // expected-error {{name defined in alias declaration must be an identifier}}
94 using C0 = C1; // ok
143 class C0 {
146 C0::U v; // expected-error {{'U' is a private member}}
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dburg_modified_FIX.c57 opus_int32 C0, num, nrg, rc_Q31, invGain_Q30, Atmp_QA, Atmp1, tmp1, tmp2, x1, x2; local
69 silk_sum_sqr_shift( &C0, &rshifts, x, nb_subfr * subfr_length );
71 C0 = silk_LSHIFT32( C0, rshifts - MAX_RSHIFTS );
72 silk_assert( C0 > 0 );
75 lz = silk_CLZ32( C0 ) - 1;
79 C0 = silk_RSHIFT32( C0, rshifts_extra );
82 C0 = silk_LSHIFT32( C0,
[all...]
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DTimeUnit.java16 public long toMicros(long d) { return d/(C1/C0); }
17 public long toMillis(long d) { return d/(C2/C0); }
18 public long toSeconds(long d) { return d/(C3/C0); }
19 public long toMinutes(long d) { return d/(C4/C0); }
20 public long toHours(long d) { return d/(C5/C0); }
21 public long toDays(long d) { return d/(C6/C0); }
26 public long toNanos(long d) { return x(d, C1/C0, MAX/(C1/C0)); }
37 public long toNanos(long d) { return x(d, C2/C0, MAX/(C2/C0)); }
93 static final long C0 = 1L; field in class:TimeUnit
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DAESEngine.java334 private int C0, C1, C2, C3; field in class:AESEngine
425 C0 = (bytes[index++] & 0xff);
426 C0 |= (bytes[index++] & 0xff) << 8;
427 C0 |= (bytes[index++] & 0xff) << 16;
428 C0 |= bytes[index++] << 24;
452 bytes[index++] = (byte)C0;
453 bytes[index++] = (byte)(C0 >> 8);
454 bytes[index++] = (byte)(C0 >> 16);
455 bytes[index++] = (byte)(C0 >> 24);
478 C0
[all...]
H A DAESFastEngine.java665 private int C0, C1, C2, C3; field in class:AESFastEngine
756 C0 = (bytes[index++] & 0xff);
757 C0 |= (bytes[index++] & 0xff) << 8;
758 C0 |= (bytes[index++] & 0xff) << 16;
759 C0 |= bytes[index++] << 24;
783 bytes[index++] = (byte)C0;
784 bytes[index++] = (byte)(C0 >> 8);
785 bytes[index++] = (byte)(C0 >> 16);
786 bytes[index++] = (byte)(C0 >> 24);
808 C0
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DAES.java480 private int C0, C1, C2, C3; field in class:AES
560 C0 = (bytes[index++] & 0xff);
561 C0 |= (bytes[index++] & 0xff) << 8;
562 C0 |= (bytes[index++] & 0xff) << 16;
563 C0 |= bytes[index++] << 24;
585 bytes[index++] = (byte) C0;
586 bytes[index++] = (byte) (C0 >> 8);
587 bytes[index++] = (byte) (C0 >> 16);
588 bytes[index++] = (byte) (C0 >> 24);
610 C0
[all...]
/external/speex/libspeex/
H A Dmath_approx.h131 /*#define C0 3634
137 #define C0 3634 macro
148 rt = ADD16(C0, MULT16_16_Q14(x, ADD16(C1, MULT16_16_Q14(x, ADD16(C2, MULT16_16_Q14(x, (C3)))))));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c779 CONST C0 = { -.5, -.0625, -.5, 1.164 }
782 UYV.xyz = ADD UYV, C0
783 UYV.y = MUL UYV.y, C0.w
792 struct prog_src_register C0 = search_or_add_const4f( c, -.5, -.0625, -.5, 1.164 ); local
808 /* tmp.xyz = ADD TMP, C0
815 C0,
818 /* YUV.y = MUL YUV.y, C0.w
826 src_swizzle1(C0, W),
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c779 CONST C0 = { -.5, -.0625, -.5, 1.164 }
782 UYV.xyz = ADD UYV, C0
783 UYV.y = MUL UYV.y, C0.w
792 struct prog_src_register C0 = search_or_add_const4f( c, -.5, -.0625, -.5, 1.164 ); local
808 /* tmp.xyz = ADD TMP, C0
815 C0,
818 /* YUV.y = MUL YUV.y, C0.w
826 src_swizzle1(C0, W),
/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h563 AccPacket C0, C1, C2, C3, C4, C5, C6, C7; local
564 traits.initAcc(C0);
599 traits.madd(A0,B_0,C0,T0);
608 traits.madd(A0,B_0,C0,T0);
617 traits.madd(A0,B_0,C0,T0);
626 traits.madd(A0,B_0,C0,T0);
645 traits.madd(A0,B_0,C0,T0);
661 traits.madd(A0,B_0,C0,T0);
676 traits.madd(A0,B_0,C0,T0);
690 traits.madd(A0,B_0,C0,T
808 AccPacket C0, C1, C2, C3; local
1013 AccPacket C0, C4; local
1053 AccPacket C0; local
[all...]
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1054 Constant *C0 = ConstantExpr::getIntegerCast(CE0->getOperand(0), local
1058 return ConstantFoldCompareInstOperands(Predicate, C0, C1, TD, TLI);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp335 ConstantFP *C0 = dyn_cast<ConstantFP>(I->getOperand(0));
338 if (C0 && C1)
341 return (C0 && C0->getValueAPF().isFiniteNonZero()) ||
364 ConstantFP *C0 = dyn_cast<ConstantFP>(Opnd0); local
369 // (X * C0) * C => X * (C0*C)
371 Constant *F = ConstantExpr::getFMul(C1 ? C1 : C0, C);
375 if (C0) {
376 // (C0 /
444 ConstantFP *C0 = dyn_cast<ConstantFP>(Opnd0); local
[all...]
H A DInstCombineAddSub.cpp358 ConstantFP *C0, *C1; local
361 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
368 if (!C0)
371 Addend0.set(C0, 0);
388 Addend0.set(APFloat(C0->getValueAPF().getSemantics()), 0);
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c253 // pol5(y) = C5 * y^5 + C4 * y^4 + C3 * y^3 + C2 * y^2 + C1 * y + C0
264 static const ALIGN16_BEG float ALIGN16_END C0[4] = local
275 const __m128 pol5_y = _mm_add_ps(pol5_y_8, *((__m128 *)C0));
323 // Approximate 2^y ~= C2 * y^2 + C1 * y + C0.
328 static const ALIGN16_BEG float C0[4] ALIGN16_END =
333 const __m128 exp2_y = _mm_add_ps(exp2_y_2, *((__m128 *)C0));
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c294 const __m128i C0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c0), zero); local
297 const __m128i V1 = _mm_add_epi16(C0, C1);
325 const __m128i C0 = _mm_cvtsi32_si128(c); local
326 const __m128i AC0 = _mm_subs_epu8(A0, C0);
327 const __m128i CA0 = _mm_subs_epu8(C0, A0);
328 const __m128i BC0 = _mm_subs_epu8(B0, C0);
329 const __m128i CB0 = _mm_subs_epu8(C0, B0);
/external/webp/src/dsp/
H A Dlossless.c294 const __m128i C0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c0), zero); local
297 const __m128i V1 = _mm_add_epi16(C0, C1);
325 const __m128i C0 = _mm_cvtsi32_si128(c); local
326 const __m128i AC0 = _mm_subs_epu8(A0, C0);
327 const __m128i CA0 = _mm_subs_epu8(C0, A0);
328 const __m128i BC0 = _mm_subs_epu8(B0, C0);
329 const __m128i CB0 = _mm_subs_epu8(C0, B0);
/external/qemu/target-mips/
H A Dcpu.h30 uint_fast16_t C0:3; member in struct:r4k_tlb_t

Completed in 668 milliseconds

12