HomeSort by relevance Sort by last modified time
    Searched refs:Poly (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/test/SemaCXX/
runtimediag-ppe.cpp 14 class Poly { virtual ~Poly(); };
15 Poly& P(int);
dynamic-cast.cpp 13 struct Poly
18 struct PolyDerived : Poly
66 void poly() function
68 (void)dynamic_cast<A*>((Poly*)0);
69 (void)dynamic_cast<A&>(*((Poly*)0));
74 (void)dynamic_cast<Poly*>((A*)0); // expected-error {{'A' is not polymorphic}}
  /external/clang/test/CXX/basic/basic.def.odr/
p2-typeid.cpp 13 struct Poly {
14 virtual ~Poly();
28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) {
30 xp.g(Poly());
35 xpr.g(Poly()); // expected-note{{instantiation of member function}}
  /frameworks/base/core/jni/android/opengl/
poly.h 41 } Poly;
47 int poly_clip_to_frustum(Poly *p1);
poly_clip.cpp 30 #include "poly.h"
59 void poly_clip_to_halfspace(Poly* p, Poly* q, int index, float sign, float k)
103 * (n+6)gon, so POLY_NMAX in poly.h must be big enough to allow that.
106 int poly_clip_to_frustum(Poly *p1)
111 Poly p2, *p, *q, *r;
150 memcpy(p1, &p2, sizeof(Poly)-(POLY_NMAX-p2.n)*sizeof(Poly_vert));
util.cpp 40 #include "poly.h"
55 print_poly(const char* label, Poly* pPoly) {
114 Poly poly; local
115 float* pDest = & poly.vert[0].sx;
117 poly.n = 3;
121 result = poly_clip_to_frustum(&poly);
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p12-0x.cpp 27 class Poly { virtual ~Poly(); };
29 const std::type_info& m = typeid(*(Poly*)S::m); // expected-error {{invalid use of non-static data member}}
30 const std::type_info& n = typeid(*(Poly*)(0*sizeof S::m));
  /external/skia/src/gpu/
GrTessellator.cpp 97 struct Poly;
360 Poly* fLeftPoly; // The Poly to the left of this edge, if any.
361 Poly* fRightPoly; // The Poly to the right of this edge, if any.
453 struct Poly {
454 Poly(Vertex* v, int winding)
466 LOG("*** created Poly %d\n", fID);
544 Poly* addEdge(Edge* e, Side side, SkArenaAlloc& alloc) {
545 LOG("addEdge (%g -> %g) to poly %d, %s side\n"
548 Poly* poly = this; local
615 Poly* poly = alloc.make<Poly>(v, winding); local
1460 Poly* poly = new_poly(&polys, v, winding, alloc); local
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 65 ClassS, // signed/unsigned/poly, e.g., "s8", "u8" or "p8" suffix
136 bool Float, Signed, Immediate, Void, Poly, Constant, Pointer;
145 : Float(false), Signed(false), Immediate(false), Void(true), Poly(false),
151 Void(false), Poly(false), Constant(false), Pointer(false),
171 bool isInteger() const { return !Float && !Poly; }
179 bool isPoly() const { return Poly; }
197 Poly = false;
204 Poly = false;
562 if (Poly)
563 S += "poly";
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 234 static void mergePolyMatchers(const PolyMatcher &Poly,
239 static void mergePolyMatchers(const PolyMatcher &Poly,
241 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
242 mergePolyMatchers(Poly, Out, typename TypeList::tail());
249 /// For the latter, we instantiate all the possible Matcher<T> of the poly
  /prebuilts/go/darwin-x86/src/math/
erf.go 44 // where R = P/Q where P is an odd poly of degree 8 and
45 // Q is an odd poly of degree 10.
66 // erf(1+s) = erf(1) + s*Poly(s)
72 // P1(s) = degree 6 poly in s
73 // Q1(s) = degree 6 poly in s
79 // R1(z) = degree 7 poly in z, (z=1/x**2)
80 // S1(z) = degree 8 poly in z
89 // R2(z) = degree 6 poly in z, (z=1/x**2)
90 // S2(z) = degree 7 poly in z
101 // erfc(x) ~ ---------- * ( 1 + Poly(1/x**2)
    [all...]
  /prebuilts/go/linux-x86/src/math/
erf.go 44 // where R = P/Q where P is an odd poly of degree 8 and
45 // Q is an odd poly of degree 10.
66 // erf(1+s) = erf(1) + s*Poly(s)
72 // P1(s) = degree 6 poly in s
73 // Q1(s) = degree 6 poly in s
79 // R1(z) = degree 7 poly in z, (z=1/x**2)
80 // S1(z) = degree 8 poly in z
89 // R2(z) = degree 6 poly in z, (z=1/x**2)
90 // S2(z) = degree 7 poly in z
101 // erfc(x) ~ ---------- * ( 1 + Poly(1/x**2)
    [all...]
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 422 func Poly(a []rat) PS {
powser2.go 436 func Poly(a [] *rat) PS{
  /prebuilts/go/linux-x86/test/chan/
powser1.go 422 func Poly(a []rat) PS {
powser2.go 436 func Poly(a [] *rat) PS{
  /external/ImageMagick/PerlMagick/
Magick.xs 546 { "Poly", { {"terms", ArrayReference},
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 546 { "Poly", { {"terms", ArrayReference},
    [all...]
  /prebuilts/devtools/tools/lib/
uast-162.2228.14.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/162.2228.14/
uast-162.2228.14.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.4/
uast-145.597.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/uast/
uast-145.597.3.jar 

Completed in 670 milliseconds

1 2