Searched refs:c3 (Results 1 - 25 of 78) sorted by relevance

1234

/external/clang/test/Parser/
H A Dc1x-alignas.c5 char _Alignas(16) c3;
/external/clang/test/Sema/
H A Dpointer-conversion.c7 dchar *** c3 = &c2; // expected-warning {{discards qualifiers in nested pointer types}} variable
H A Dattr-cleanup.c27 void c3(struct s a);
32 int v2 __attribute__((cleanup(c3))); // expected-error {{'cleanup' function 'c3' parameter has type 'struct s' which is incompatible with type 'int *'}}
/external/openssl/crypto/bn/asm/
H A Ds390x.S331 #define c3 %r8 define
333 #define mul_add_c(ai,bi,c1,c2,c3) \
338 alcgr c3,zero
349 lghi c3,0
352 mul_add_c(0,0,c1,c2,c3);
356 mul_add_c(0,1,c2,c3,c1);
357 mul_add_c(1,0,c2,c3,c1);
361 mul_add_c(2,0,c3,c1,c2);
362 mul_add_c(1,1,c3,c1,c2);
363 mul_add_c(0,2,c3,c
[all...]
H A Dx86_64-gcc.c356 BN_ULONG c1,c2,c3; local
360 c3=0;
361 mul_add_c(a[0],b[0],c1,c2,c3);
364 mul_add_c(a[0],b[1],c2,c3,c1);
365 mul_add_c(a[1],b[0],c2,c3,c1);
368 mul_add_c(a[2],b[0],c3,c1,c2);
369 mul_add_c(a[1],b[1],c3,c1,c2);
370 mul_add_c(a[0],b[2],c3,c1,c2);
371 r[2]=c3;
372 c3
460 BN_ULONG c1,c2,c3; local
500 BN_ULONG c1,c2,c3; local
576 BN_ULONG c1,c2,c3; local
[all...]
H A Dsparcv8.S568 umul a_0,b_0,c_1 !=!mul_add_c(a[0],b[0],c1,c2,c3);
573 umul a_0,b_1,t_1 !=!mul_add_c(a[0],b[1],c2,c3,c1);
580 umul a_1,b_0,t_1 !mul_add_c(a[1],b[0],c2,c3,c1);
587 umul a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
593 umul a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
599 umul a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
604 st c_3,rp(2) !r[2]=c3;
606 umul a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
611 umul a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
617 umul a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all...]
H A Dsparcv8plus.S678 mulx a_0,b_0,t_1 !mul_add_c(a[0],b[0],c1,c2,c3);
683 mulx a_0,b_1,t_1 !mul_add_c(a[0],b[1],c2,c3,c1);
689 mulx a_1,b_0,t_1 !=!mul_add_c(a[1],b[0],c2,c3,c1);
697 mulx a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
703 mulx a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
708 mulx a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
713 stuw t_1,rp(2) !r[2]=c3;
716 mulx a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
721 mulx a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
726 mulx a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all...]
/external/openssl/crypto/bn/
H A Dbn_asm.c565 BN_ULONG c1,c2,c3; local
569 c3=0;
570 mul_add_c(a[0],b[0],c1,c2,c3);
573 mul_add_c(a[0],b[1],c2,c3,c1);
574 mul_add_c(a[1],b[0],c2,c3,c1);
577 mul_add_c(a[2],b[0],c3,c1,c2);
578 mul_add_c(a[1],b[1],c3,c1,c2);
579 mul_add_c(a[0],b[2],c3,c1,c2);
580 r[2]=c3;
581 c3
674 BN_ULONG c1,c2,c3; local
719 BN_ULONG c1,c2,c3; local
800 BN_ULONG c1,c2,c3; local
[all...]
/external/clang/test/CodeGen/
H A Dconstant-comparison.c7 int *c3 = !(3 <= 4.0) ? &b : &a; variable
/external/v8/test/mjsunit/bugs/
H A D618.js62 var c3 = new C3();
63 assertEquals(23, c3.x);
64 assertEquals("undefined", typeof c3.y);
69 var c3 = new C3();
70 assertEquals("undefined", typeof c3.x);
71 assertEquals(23, c3.y);
/external/clang/test/SemaTemplate/
H A Dinstantiation-default-2.cpp12 Constant<int*, &x> *c3; variable
H A Dattributes.cpp19 check_alignment<3>::t c3; // expected-note 2 {{in instantiation}} member in namespace:attribute_aligned
/external/skia/src/utils/
H A DSkCubicInterval.cpp3 static SkScalar eval_cubic(SkScalar c1, SkScalar c2, SkScalar c3, argument
5 return SkScalarMul(SkScalarMul(SkScalarMul(c3, t) + c2, t) + c1, t);
8 static SkScalar find_cubic_t(SkScalar c1, SkScalar c2, SkScalar c3, argument
16 SkScalar x = eval_cubic(c1, c2, c3, t);
/external/chromium/chrome/browser/net/
H A Dquoted_printable.cc92 char c3 = *(++iter); local
93 if (c2 == '\r' && c3 == '\n') {
98 if (!IsHexDigit(c2) || !IsHexDigit(c3)) {
100 "chars: " << c2 << " " << c3; local
105 output->append(1, c3);
110 int i2 = HexDigitToInt(c3);
/external/valgrind/main/exp-ptrcheck/tests/
H A Dunaligned.c10 char c0[8], c1[8], c2[8], c3[8], c4[8]; local
14 char** p2 = (char**)&c2[2]; char** p3 = (char**)&c3[3];
/external/valgrind/main/massif/tests/
H A Dalloc-fns.c14 void c3(int n) { c4(n); } function
15 void c2(int n) { c3(n); }
/external/v8/test/mjsunit/
H A Dsetter-on-constructor-prototype.js72 var c3 = new C3();
73 assertEquals("undefined", typeof c3.x);
74 assertEquals(23, c3.y);
/external/clang/test/SemaCXX/
H A Dclass.cpp94 const C3 c3 = { 1, 2 }; local
95 (void)static_cast<int*>(&c3.i); // expected-error {{static_cast from 'const int *' to 'int *' is not allowed}}
97 (void)static_cast<int*>(&c3.j);
/external/proguard/src/proguard/io/
H A DManifestRewriter.java110 int c3 = super.read();
111 if (c3 == ' ')
117 buffer[bufferSize++] = (char)c3;
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnClassifier.cpp42 const FloatPoint& c3)
51 FloatPoint3D b3(c3.x(), c3.y(), 1.0f);
39 classify(const FloatPoint& c0, const FloatPoint& c1, const FloatPoint& c2, const FloatPoint& c3) argument
H A DLoopBlinnClassifier.h72 // at c3, and affected by control points c1 and c2.
76 const FloatPoint& c3);
/external/clang/test/CodeGenCXX/
H A Darray-operator-delete-call.cpp57 COST c3; local
/external/clang/test/Misc/
H A Ddiag-aka-types.cpp14 char c3 = aut; // expected-error{{from 'X' to 'char'}} variable
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp3.cpp40 void c3(union B<float>::Member); // expected-error {{use of 'Member' with tag type that does not match previous declaration}}
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DCurrencyTest.java51 Currency c3 = Currency.getInstance(new Locale("", "CA"));
54 c3 == c0);
65 c3 = Currency.getInstance(new Locale("bogus", "JP"));
68 c3 == c0);
315 Currency c3 = Currency.getInstance("XBD");
317 c3.getDefaultFractionDigits();
318 assertEquals(" Currency.getInstance(\"" + c3
319 + "\") returned incorrect number of digits. ", 2, c3

Completed in 511 milliseconds

1234