Searched defs:d2 (Results 1 - 25 of 127) sorted by relevance

123456

/external/clang/test/CodeGen/
H A D2008-02-26-inline-asm-bug.c4 int d1, d2; local
5 asm("%0,%1": "=r" (d1) : "r" (d2));
H A Dx86.c12 int d1, d2; local
13 asm ("" : "=a" (d1), "=b" (d2) :
H A Dmips64-class-return.cpp20 double d2; member in class:D2
/external/chromium/third_party/modp_b64/
H A Dmodp_b64_data.h204 static const uint32_t d2[256] = { variable
397 static const uint32_t d2[256] = { variable
/external/clang/test/CXX/class/class.static/class.static.data/
H A Dp3.cpp13 static const int d2 = 0; member in struct:S
26 constexpr int S::d2; member in class:S
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp43 dummy d2 = offsetof(T, foo); // expected-error {{no viable conversion}} local
H A Dinstantiation-default-1.cpp16 void test_Def1(Def1<int, const int> *d1, Def1<const int, const int> *d2, argument
19 d2->bar();
31 void test_Def2(Def2<int, int const*> *d2) { argument
32 d2->foo();
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' required here}} variable
/external/libffi/testsuite/libffi.call/
H A Dstruct2.c13 double d2; member in struct:__anon7327
19 ts.d2--;
52 ts2_arg.d2 = 6.66;
55 printf ("%g\n", ts2_arg.d2);
60 printf ("%g\n", ts2_result->d2);
63 CHECK(ts2_result->d2 == 6.66 - 1);
/external/llvm/test/MC/MachO/
H A Dvariable-exprs.s18 d2 = d define
19 .globl d2
33 .long d2
209 // CHECK-I386: ('_string', 'd2')
410 // CHECK-X86_64: ('_string', 'd2')
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnClassifier.cpp60 float d2 = -a2 + 3 * a3; local
66 // the vector defined by (d1, d2, d3), this fixes the problem of the
69 FloatPoint3D nd(d1, d2, d3);
72 d2 = nd.y();
78 float term0 = (3 * d2 * d2 - 4 * d1 * d3);
87 d2 = roundToZero(d2);
93 return Result(kPoint, d1, d2, d3);
96 if (!d1 && !d2) {
[all...]
H A DLoopBlinnClassifier.h59 , d2(inputD2)
67 float d2; member in struct:WebCore::LoopBlinnClassifier::Result
/external/clang/test/CodeGenCXX/
H A Dimplicit-copy-assign-operator.cpp39 void test_D(D d1, D d2) { argument
40 d1 = d2;
H A Dcopy-assign-synthesis.cpp54 X() : d(0.0), d1(1.1), d2(1.2), d3(1.3) {}
57 double d2; member in struct:X
60 printf("d = %f d1 = %f d2 = %f d3 = %f\n", d, d1,d2,d3);
H A Dempty-classes.cpp45 D d1, d2; local
46 d2 = d1;
49 CHECK(d2.a == 0x87654321);
/external/clang/test/SemaCXX/
H A Dconstexpr-value-init.cpp29 constexpr D d2 = D(); // ok with DR1452 variable
H A Dcomposite-pointer-type.cpp7 void f0(volatile Base *b, Derived1 *d1, const Derived2 *d2) { argument
12 if (b > d2)
14 if (d1 >= d2) // expected-error{{comparison of distinct}}
18 void f1(volatile Base *b, Derived1 *d1, const Derived2 *d2) { argument
23 if (b != d2)
25 if (d1 == d2) // expected-error{{comparison of distinct}}
/external/libvpx/vp8/encoder/
H A Ddct.c68 int a2, b2, c2, d2; local
101 d2 = a1 - d1;
106 d2 += d2<0;
111 op[12]= (d2+3) >> 3;
/external/valgrind/main/massif/tests/
H A Dalloc-fns.c20 void d2(int n) { d3(n); } function
21 void d1(int n) { d2(n); }
31 d2(400);
/external/chromium/webkit/glue/
H A Dglue_serialize_unittest.cc37 const char d2[] = "data the second"; local
38 http_body.appendData(WebData(d2, sizeof(d2)-1));
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp99 Derived2<int> d2; local
100 d2.foo(i);
101 d2.testUnresolved(i);
/external/clang/test/Sema/
H A Dattr-aligned.c33 char d2[__alignof__(d.member) == 2 ?: -1] = {0}; variable
/external/skia/third_party/glu/libtess/
H A Dgeom.c211 GLUvertex *o2, GLUvertex *d2,
213 /* Given edges (o1,d1) and (o2,d2), compute their point of intersection.
229 if( ! VertLeq( o2, d2 )) { Swap( o2, d2 ); }
230 if( ! VertLeq( o1, o2 )) { Swap( o1, o2 ); Swap( d1, d2 ); }
235 } else if( VertLeq( d1, d2 )) {
238 z2 = EdgeEval( o2, d1, d2 );
242 /* Interpolate between o2 and d2 */
244 z2 = -EdgeSign( o1, d2, d1 );
246 v->s = Interpolate( z1, o2->s, z2, d2
210 __gl_edgeIntersect( GLUvertex *o1, GLUvertex *d1, GLUvertex *o2, GLUvertex *d2, GLUvertex *v ) argument
[all...]
/external/stlport/test/unit/
H A Dmvctor_traits_test.cpp311 deque<MovableStruct> d2 = deq; local
319 deq.insert(deq.begin() + 2, d2.begin(), d2.end() );
371 //deq with 3 elements and d2 with 4 elements are now out of scope
405 deque<CompleteMovableStruct> d2 = deq; local
413 deq.insert(deq.begin() + 2, d2.begin(), d2.end());
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatPoint.cpp88 bool findIntersection(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& d1, const FloatPoint& d2, FloatPoint& intersection) argument
94 float dSlope = findSlope(d1, d2, dOffset);
H A DUnitBezier.h69 double d2; local
77 d2 = sampleCurveDerivativeX(t2);
78 if (fabs(d2) < 1e-6)
80 t2 = t2 - x2 / d2;

Completed in 411 milliseconds

123456