/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/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/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/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/v8/test/mjsunit/regress/ |
D | regress-deep-proto.js | 28 function poly(x) { function
|
/external/gptfdisk/ |
D | crc32.cc | 52 unsigned long crc, poly; in chksum_crc32gentab() local
|
/external/lzma/xz-embedded/ |
D | xz_crc32.c | 32 const uint32_t poly = 0xEDB88320; in xz_crc32_init() local
|
/external/clang/test/SemaCXX/ |
D | dynamic-cast.cpp | 66 void poly() in poly() function
|
/external/zlib/src/ |
D | crc32.c | 94 z_crc_t poly; /* polynomial exclusive-or pattern */ in make_crc_table() 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/clang/test/Sema/ |
D | flexible-array-init.c | 47 struct polygon poly = { variable
|
/external/skia/src/gpu/ |
D | GrTessellatingPathRenderer.cpp | 394 Poly* poly = this; in addVertex() local 459 Poly* poly = ALLOC_NEW(Poly, (winding), alloc); in new_poly() local 1270 Poly* poly = new_poly(&polys, v, winding, alloc); in tessellate() local 1324 for (Poly* poly = polys; poly; poly = poly->fNext) { in polys_to_triangles() local 1430 for (Poly* poly = polys; poly; poly = poly->fNext) { in generateGeometry() local
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 1671 uint32_t Simulator::Poly32Mod2(unsigned n, uint64_t data, uint32_t poly) { in Poly32Mod2() 1685 uint32_t Simulator::Crc32Checksum(uint32_t acc, T val, uint32_t poly) { in Crc32Checksum() 1694 uint32_t Simulator::Crc32Checksum(uint32_t acc, uint64_t val, uint32_t poly) { in Crc32Checksum()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 5216 uint8* dst_argb, const float* poly, in ARGBPolynomialRow_SSE2() 5272 uint8* dst_argb, const float* poly, in ARGBPolynomialRow_AVX2()
|
D | row_win.cc | 6066 uint8* dst_argb, const float* poly, in ARGBPolynomialRow_SSE2() 6125 uint8* dst_argb, const float* poly, in ARGBPolynomialRow_AVX2()
|
D | planar_functions.cc | 2176 const float* poly, in ARGBPolynomial()
|
D | row_common.cc | 2473 uint8* dst_argb, const float* poly, in ARGBPolynomialRow_C()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.c | 686 double poly[MAX_ORDER]; in WebRtcIsac_Poly2LarUB() local
|
/external/skia/src/core/ |
D | SkMatrix.cpp | 1275 static inline bool poly_to_point(SkPoint* pt, const SkPoint poly[], int count) { in poly_to_point()
|
/external/toybox/toys/pending/ |
D | xzcat.c | 204 const uint64_t poly = 0xC96C5795D7870F42ULL; in do_xzcat() local
|