HomeSort by relevance Sort by last modified time
    Searched refs:C1 (Results 51 - 75 of 330) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 44 struct C1 : A { };
52 C1::foo(Opaque1()); // expected-error {{call to non-static member function without an object argument}}
  /external/clang/test/CXX/special/class.dtor/
p5-0x.cpp 81 struct C1 : DeletedDtor { C1(); } c1; // expected-error {{deleted function}} expected-note {{base class 'DeletedDtor' has a deleted destructor}} variable in typeref:struct:C1
  /external/fdlibm/
k_cos.c 26 * cos(x) ~ 1 - x*x/2 + C1*x + ... + C6*x
30 * |ieee_cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
34 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
57 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */
78 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 334 private int C0, C1, C2, C3;
430 C1 = (bytes[index++] & 0xff);
431 C1 |= (bytes[index++] & 0xff) << 8;
432 C1 |= (bytes[index++] & 0xff) << 16;
433 C1 |= bytes[index++] << 24;
457 bytes[index++] = (byte)C1;
458 bytes[index++] = (byte)(C1 >> 8);
459 bytes[index++] = (byte)(C1 >> 16);
460 bytes[index++] = (byte)(C1 >> 24);
479 C1 ^= KW[0][1]
    [all...]
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 275 CompilationUnit C1 = new CompilationUnit("a.C",
279 IApi toApi = convert(C1);
289 CompilationUnit C1 = new CompilationUnit("a.C",
293 IApi toApi = convert(C1);
305 CompilationUnit C1 = new CompilationUnit("a.C",
311 IApi toApi = convert(C1);
323 CompilationUnit C1 = new CompilationUnit("a.C",
329 IApi toApi = convert(C1);
343 CompilationUnit C1 = new CompilationUnit("a.C",
351 IApi toApi = convert(C1);
    [all...]
  /external/clang/test/Layout/
ms-x86-empty-virtual-base.cpp 15 struct C1 { int a; C1() : a(0xf00000C1) {printf("C1 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
112 C1 c1; member in struct:D
127 // CHECK: 12 | struct C1 c1
143 // CHECK-X64: 12 | struct C1 c1
152 struct E : virtual B0, virtual C0, virtual C1, virtual C2, virtual B1
    [all...]
  /external/clang/test/SemaCXX/
functional-cast.cpp 79 struct C1 : public virtual B {}; // Single virtual base.
81 struct D : public C1, public C2 {}; // Diamond
83 struct F : public C1 {}; // Single path to B with virtual.
130 (void)cBp((C1*)0);
132 (void)Br(*((C1*)0));
178 typedef C1 *C1p;
179 (void)C1p((A*)0); // expected-error {{cannot cast 'A *' to 'C1p' (aka 'C1 *') via virtual base 'B'}}
180 typedef C1 &C1r;
181 (void)C1r(*((A*)0)); // expected-error {{cannot cast 'A' to 'C1r' (aka 'C1 &') via virtual base 'B'}}
ms-interface.cpp 73 class C1 : I6<C> {
alias-template.cpp 74 class C1 {
76 template<typename U> using C1 = C1; // expected-error {{name defined in alias declaration must be an identifier}}
79 template<typename U> using C0 = C1; // ok
129 class C1 {
133 C1::U<int> w; // ok
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_abc.py 176 class C1(C):
178 B1.register(C1)
183 self.assertTrue(issubclass(C1, A))
184 self.assertTrue(issubclass(C1, (A,)))
185 self.assertTrue(issubclass(C1, B))
186 self.assertTrue(issubclass(C1, (B,)))
187 self.assertTrue(issubclass(C1, B1))
188 self.assertTrue(issubclass(C1, (B1,)))
189 C1.register(int)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_abc.py 176 class C1(C):
178 B1.register(C1)
183 self.assertTrue(issubclass(C1, A))
184 self.assertTrue(issubclass(C1, (A,)))
185 self.assertTrue(issubclass(C1, B))
186 self.assertTrue(issubclass(C1, (B,)))
187 self.assertTrue(issubclass(C1, B1))
188 self.assertTrue(issubclass(C1, (B1,)))
189 C1.register(int)
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 94 struct C1 {
97 template struct CopyAssign<C1>; // expected-note {{here}}
98 template struct MoveAssign<C1>; // expected-note {{here}}
  /external/clang/test/Parser/
recovery.cpp 143 struct C1 {
158 case C1::V2:: break; // expected-error{{'V2' cannot appear before '::' because it is not a class, namespace, or scoped enumeration; did you mean ':'?}}
159 case C1::V3:: break; // expected-error{{'V3' cannot appear before '::' because it is not a class, namespace, or scoped enumeration; did you mean ':'?}}
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
template_arity.hpp 19 int C1, int C2, int C3, int C4, int C5, int C6
24 ( C6 > 0 ? C6 : ( C5 > 0 ? C5 : ( C4 > 0 ? C4 : ( C3 > 0 ? C3 : ( C2 > 0 ? C2 : ( C1 > 0 ? C1 : -1 ) ) ) ) ) )
  /external/openfst/src/test/
algo_test.h 99 VectorFst<Arc> C1(T1);
100 Concat(&C1, T2);
102 CHECK(Equiv(C1, C2));
110 VectorFst<Arc> C1(T1);
111 Closure(&C1, CLOSURE_STAR);
113 CHECK(Equiv(C1, C2));
118 VectorFst<Arc> C1(T1);
119 Closure(&C1, CLOSURE_PLUS);
121 CHECK(Equiv(C1, C2));
163 VectorFst<Arc> C1(T1)
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 18 enum C { C1, C2 = -1, C3 }; // expected-warning{{element C1 has been implicitly assigned 0 which another element has been assigned}} \
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
simd-2.asm 12 movmskps eax, xmm1 ; 0F 50 C1
25 cvtpd2dq xmm0, xmm1 ; F2 0F E6 C1
81 cvttpd2pi mm0, xmm1 ; 66 0F 2C C1
89 cvttps2dq xmm0, xmm1 ; F3 0F 5B C1
  /external/chromium_org/v8/test/mjsunit/regress/
regress-calls-with-migrating-prototypes.js 33 function C1(f) {
36 var o1 = new C1(f);
37 var o2 = {__proto__: new C1(f) }
45 var o3 = new C1(function() { return 2; });
  /external/clang/test/Index/
overriding-ftemplate-comments.cpp 71 /// \tparam C1 Ccc 1
77 template <class C1, template <class C2, template <class C3, class C4> class BBB > class AAA>
80 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_22</Name><USR>c:@FT@&gt;2#T#t&gt;2#T#t&gt;2#T#Tcomment_to_html_conversion_22#</USR><Declaration>template &lt;class C1, template &lt;class C2, template &lt;class C3, class C4&gt; class BBB&gt;\n class AAA&gt;\nvoid comment_to_html_conversion_22()</Declaration><TemplateParameters><Parameter><Name>C1</Name><Index>0</Index><Discussion><Para> Ccc 1 </Para></Discussion></Parameter><Parameter><Name>AAA</Name><Index>1</Index><Discussion><Para> Zzz </Para></Discussion></Parameter><Parameter><Name>C2</Name><Discussion><Para> Ccc 2 </Para></Discussion></Parameter><Parameter><Name>C3</Name><Discussion><Para> Ccc 3 </Para></Discussion></Parameter><Parameter><Name>C4</Name><Discussion><Para> Ccc 4 </Para></Discussion></Parameter><Parameter><Name>BBB</Name><Discussion><Para> Bbb</Para></Discussion></Parameter></TemplateParameters></Function>]
  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
main.cpp 59 i_am_cooler(int I1, int I2, float F1, float F2, char C1, char C2) :
60 first_cool(I1,F1,C1),
  /frameworks/base/services/core/java/com/android/server/
TwilightCalculator.java 40 private static final float C1 = 0.0334196f;
78 final float trueAnomaly = meanAnomaly + C1 * FloatMath.sin(meanAnomaly) + C2
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 79 static bool MultiplyOverflows(ConstantInt *C1, ConstantInt *C2, bool sign) {
80 uint32_t W = C1->getBitWidth();
81 APInt LHSExt = C1->getValue(), RHSExt = C2->getValue();
138 Constant *C1, *C2;
141 m_Constant(C1))) &&
142 match(C1, m_APInt(IVal)))
143 // ((X << C1)*C2) == (X * (C2 << C1))
144 return BinaryOperator::CreateMul(NewOp, ConstantExpr::getShl(C1, C2));
146 if (match(&I, m_Mul(m_Value(NewOp), m_Constant(C1)))) {
    [all...]
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 182 __m128d A1, A2, B1, B2, C1, C2, D1, D2;
188 C1 = matrix.template packet<MatrixAlignment>( 8); D1 = matrix.template packet<MatrixAlignment>(10);
194 A1 = matrix.template packet<MatrixAlignment>( 0); C1 = matrix.template packet<MatrixAlignment>( 2);
199 tmp = C1;
200 C1 = _mm_unpacklo_pd(C1,C2);
235 dC = _mm_mul_pd(C1, dC);
243 DC1 = _mm_mul_pd(C1, _mm_shuffle_pd(D2,D2,3));
246 DC2 = _mm_sub_pd(DC2, _mm_mul_pd(C1, _mm_shuffle_pd(D2,D2,0)));
255 iD1 = _mm_mul_pd(AB1, _mm_shuffle_pd(C1,C1,0))
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
math_approx.h 132 #define C1 21173
138 #define C1 21173
148 rt = ADD16(C0, MULT16_16_Q14(x, ADD16(C1, MULT16_16_Q14(x, ADD16(C2, MULT16_16_Q14(x, (C3)))))));
309 #define C1 0.9999932946f
321 return C1 + x*(C2+x*(C3+C4*x));
325 return NEG16(C1 + x*(C2+x*(C3+C4*x)));
  /external/speex/libspeex/
math_approx.h 132 #define C1 21173
138 #define C1 21173
148 rt = ADD16(C0, MULT16_16_Q14(x, ADD16(C1, MULT16_16_Q14(x, ADD16(C2, MULT16_16_Q14(x, (C3)))))));
309 #define C1 0.9999932946f
321 return C1 + x*(C2+x*(C3+C4*x));
325 return NEG16(C1 + x*(C2+x*(C3+C4*x)));

Completed in 870 milliseconds

1 23 4 5 6 7 8 91011>>