/external/eigen/unsupported/Eigen/src/Polynomials/ |
D | PolynomialUtils.h | 28 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()
|
D | PolynomialSolver.h | 43 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()
|
D | Companion.h | 75 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/ |
D | polygon.c | 86 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
|
D | bezier.c | 94 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
|
D | arc.c | 464 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/ |
D | polygon.c | 86 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
|
D | bezier.c | 94 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
|
D | arc.c | 464 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/ |
D | lfsr.c | 155 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/ |
D | lfsr.c | 120 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/ |
D | d3d11u.h | 42 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/ |
D | d3d11u.h | 42 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/ |
D | polynomial_test.cc | 51 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/ |
D | regress-deep-proto.js | 28 function poly(x) { function
|
/external/clang/test/SemaCXX/ |
D | dynamic-cast.cpp | 66 void poly() in poly() function
|
/external/lzma/xz-embedded/ |
D | xz_crc32.c | 32 const uint32_t poly = 0xEDB88320; in xz_crc32_init() local
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_crc32.c | 94 z_crc_t poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
/external/zlib/src/ |
D | crc32.c | 94 z_crc_t poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
/external/qemu/distrib/zlib-1.2.8/ |
D | crc32.c | 94 z_crc_t poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
/external/chromium_org/third_party/zlib/ |
D | crc32.c | 112 unsigned long poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
/external/clang/test/Sema/ |
D | flexible-array-init.c | 47 struct polygon poly = { variable
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
D | ec_lcl.h | 213 int poly[6]; /* Field specification for curves over GF(2^m). member
|
/external/openssl/crypto/ec/ |
D | ec_lcl.h | 213 int poly[6]; /* Field specification for curves over GF(2^m). member
|
/external/chromium_org/third_party/libyuv/source/ |
D | row_posix.cc | 6175 uint8* dst_argb, const float* poly, in ARGBPolynomialRow_SSE2() 6233 uint8* dst_argb, const float* poly, in ARGBPolynomialRow_AVX2()
|