Home
last modified time | relevance | path

Searched defs:poly (Results 1 – 25 of 30) sorted by relevance

12

/external/eigen/unsupported/Eigen/src/Polynomials/
DPolynomialUtils.h28 T poly_eval_horner( const Polynomials& poly, const T& x ) in poly_eval_horner()
46 T poly_eval( const Polynomials& poly, const T& x ) in poly_eval()
75 typename NumTraits<typename Polynomial::Scalar>::Real cauchy_max_bound( const Polynomial& poly ) in cauchy_max_bound()
97 typename NumTraits<typename Polynomial::Scalar>::Real cauchy_min_bound( const Polynomial& poly ) in cauchy_min_bound()
125 void roots_to_monicPolynomial( const RootVector& rv, Polynomial& poly ) in roots_to_monicPolynomial()
DPolynomialSolver.h43 inline void setPolynomial( const OtherPolynomial& poly ){ in setPolynomial()
48 inline PolynomialSolverBase( const OtherPolynomial& poly ){ in PolynomialSolverBase()
342 void compute( const OtherPolynomial& poly ) in compute()
353 inline PolynomialSolver( const OtherPolynomial& poly ){ in PolynomialSolver()
DCompanion.h75 void setPolynomial( const VectorType& poly ) in setPolynomial()
84 companion( const VectorType& poly ){ in companion()
/external/mesa3d/src/gallium/state_trackers/vega/
Dpolygon.c86 struct polygon *poly = (struct polygon*)malloc(sizeof(struct polygon)); in polygon_create() local
99 struct polygon *poly = polygon_create(size); in polygon_create_from_data() local
109 void polygon_destroy(struct polygon *poly) in polygon_destroy()
115 void polygon_resize(struct polygon *poly, int new_size) in polygon_resize()
127 int polygon_size(struct polygon *poly) in polygon_size()
132 int polygon_vertex_count(struct polygon *poly) in polygon_vertex_count()
137 float * polygon_data(struct polygon *poly) in polygon_data()
245 struct polygon *poly) in polygon_prepare_buffer()
260 void polygon_fill(struct polygon *poly, struct vg_context *ctx) in polygon_fill()
337 struct polygon *poly = (((struct polygon**)polys->data)[i]); in polygon_array_fill() local
Dbezier.c94 struct polygon *poly = polygon_create(64); in bezier_to_polygon() local
101 struct polygon *poly) in bezier_add_to_polygon()
700 struct polygon *poly = polygon_create(64); in bezier_exact_bounds() local
Darc.c464 struct polygon *poly = (struct polygon*)cb->user_data; in polygon_point() local
470 struct polygon *poly = (struct polygon*)cb->user_data; in polygon_bezier() local
656 struct polygon *poly, in arc_add_to_polygon()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dpolygon.c86 struct polygon *poly = (struct polygon*)malloc(sizeof(struct polygon)); in polygon_create() local
99 struct polygon *poly = polygon_create(size); in polygon_create_from_data() local
109 void polygon_destroy(struct polygon *poly) in polygon_destroy()
115 void polygon_resize(struct polygon *poly, int new_size) in polygon_resize()
127 int polygon_size(struct polygon *poly) in polygon_size()
132 int polygon_vertex_count(struct polygon *poly) in polygon_vertex_count()
137 float * polygon_data(struct polygon *poly) in polygon_data()
245 struct polygon *poly) in polygon_prepare_buffer()
260 void polygon_fill(struct polygon *poly, struct vg_context *ctx) in polygon_fill()
337 struct polygon *poly = (((struct polygon**)polys->data)[i]); in polygon_array_fill() local
Dbezier.c94 struct polygon *poly = polygon_create(64); in bezier_to_polygon() local
101 struct polygon *poly) in bezier_add_to_polygon()
700 struct polygon *poly = polygon_create(64); in bezier_exact_bounds() local
Darc.c464 struct polygon *poly = (struct polygon*)cb->user_data; in polygon_point() local
470 struct polygon *poly = (struct polygon*)cb->user_data; in polygon_bezier() local
656 struct polygon *poly, in arc_add_to_polygon()
/external/srtp/test/
Dlfsr.c120 weight(uint32_t poly) { in weight()
137 period(uint32_t poly) { in period()
176 weight_distribution2(uint32_t poly, int *A) { in weight_distribution2()
217 weight_distribution(uint32_t poly, int *A) { in weight_distribution()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11u.h42 void poly(unsigned a, unsigned b, unsigned c) in poly() function
49 void poly(unsigned a, unsigned b, unsigned c, unsigned d) in poly() function
55 void poly(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e) in poly() function
61 void poly(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e, unsigned f) in poly() function
67 void poly(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e, unsigned f, unsigned g) in poly() function
73 …void poly(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e, unsigned f, unsigned g, unsi… in poly() function
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11u.h42 void poly(unsigned a, unsigned b, unsigned c) in poly() function
49 void poly(unsigned a, unsigned b, unsigned c, unsigned d) in poly() function
55 void poly(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e) in poly() function
61 void poly(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e, unsigned f) in poly() function
67 void poly(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e, unsigned f, unsigned g) in poly() function
73 …void poly(unsigned a, unsigned b, unsigned c, unsigned d, unsigned e, unsigned f, unsigned g, unsi… in poly() function
/external/ceres-solver/internal/ceres/
Dpolynomial_test.cc51 Vector poly(1); in ConstantPolynomial() local
57 Vector AddRealRoot(const Vector& poly, double root) { in AddRealRoot()
67 Vector AddComplexRootPair(const Vector& poly, double real, double imag) { in AddComplexRootPair()
96 Vector poly = ConstantPolynomial(1.23); in RunPolynomialTestRealRoots() local
121 Vector poly(0, 1); in TEST() local
130 Vector poly = ConstantPolynomial(1.23); in TEST() local
174 Vector poly = ConstantPolynomial(1.23); in TEST() local
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-deep-proto.js28 function poly(x) { function
/external/clang/test/SemaCXX/
Ddynamic-cast.cpp66 void poly() in poly() function
/external/dropbear/libtomcrypt/src/encauth/ocb/
Docb_init.c50 int poly, x, y, m, err; in ocb_init() local
/external/dropbear/libtomcrypt/src/mac/pmac/
Dpmac_init.c48 int poly, x, y, m, err; in pmac_init() local
/external/dropbear/libtomcrypt/src/encauth/gcm/
Dgcm_gf_mult.c74 static const unsigned char poly[] = { 0x00, 0xE1 }; variable
/external/clang/utils/TableGen/
DNeonEmitter.cpp324 static char ClassifyType(StringRef ty, bool &quad, bool &poly, bool &usgn) { in ClassifyType()
351 static char ModType(const char mod, char type, bool &quad, bool &poly, in ModType()
431 bool poly = false; in TypeString() local
526 bool poly = false; in BuiltinTypeString() local
621 bool poly = false; in InstructionTypeCode() local
1546 bool poly = false; in GetNeonEnum() local
1855 bool dummy, quad = false, poly = false; in run() local
1886 bool dummy, quad = false, poly = false; in run() local
2224 bool quad = false, poly = false, usgn = false; in genOverloadTypeCheckCode() local
/external/qemu/distrib/zlib-1.2.3/
Dcrc32.c110 unsigned long poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
/external/zlib/src/
Dcrc32.c94 z_crc_t poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
/external/chromium_org/third_party/zlib/
Dcrc32.c112 unsigned long poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
/external/clang/test/Sema/
Dflexible-array-init.c47 struct polygon poly = { variable
/external/openssl/crypto/ec/
Dec_lcl.h213 int poly[6]; /* Field specification for curves over GF(2^m). member
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
Dec_lcl.h213 int poly[6]; /* Field specification for curves over GF(2^m). member

12