Home
last modified time | relevance | path

Searched defs:poly (Results 1 – 25 of 35) 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()
98 typename NumTraits<typename Polynomial::Scalar>::Real cauchy_min_bound( const Polynomial& poly ) in cauchy_min_bound()
127 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()
345 void compute( const OtherPolynomial& poly ) in compute()
356 inline PolynomialSolver( const OtherPolynomial& poly ){ in PolynomialSolver()
DCompanion.h75 void setPolynomial( const VectorType& poly ) in setPolynomial()
84 companion( const VectorType& poly ){ in companion()
/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/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/libsrtp/srtp/test/
Dlfsr.c155 weight(uint32_t poly) { in weight()
172 period(uint32_t poly) { in period()
211 weight_distribution2(uint32_t poly, int *A) { in weight_distribution2()
252 weight_distribution(uint32_t poly, int *A) { in weight_distribution()
/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/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/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/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/lzma/xz-embedded/
Dxz_crc32.c32 const uint32_t poly = 0xEDB88320; in xz_crc32_init() local
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_crc32.c94 z_crc_t 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/qemu/distrib/zlib-1.2.8/
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/chromium_org/third_party/openssl/openssl/crypto/ec/
Dec_lcl.h213 int poly[6]; /* Field specification for curves over GF(2^m). member
/external/openssl/crypto/ec/
Dec_lcl.h213 int poly[6]; /* Field specification for curves over GF(2^m). member
/external/chromium_org/third_party/libyuv/source/
Drow_posix.cc6175 uint8* dst_argb, const float* poly, in ARGBPolynomialRow_SSE2()
6233 uint8* dst_argb, const float* poly, in ARGBPolynomialRow_AVX2()

12