/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() 365 inline PolynomialSolver( const OtherPolynomial& poly ){ in PolynomialSolver() 395 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/u-boot/drivers/mtd/nand/ |
D | omap_elm.c | 32 static void elm_load_syndromes(u8 *syndrome, enum bch_level bch_type, u8 poly) in elm_load_syndromes() 96 u8 poly = ELM_DEFAULT_POLY; in elm_check_error() local 146 u8 poly = ELM_DEFAULT_POLY; in elm_config() local
|
/external/skqp/bench/ |
D | PolyUtilsBench.cpp | 48 SkTDArray<SkPoint> poly; in onDraw() local 109 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 137 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 161 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 188 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 214 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly()
|
/external/skia/bench/ |
D | PolyUtilsBench.cpp | 48 SkTDArray<SkPoint> poly; in onDraw() local 109 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 137 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 161 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 188 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 214 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly()
|
/external/boringssl/src/ssl/test/runner/hrss/ |
D | hrss.go | 418 func (p *poly2) fromDiscrete(in *poly) { 498 type poly [N]uint16 type 713 func (out *poly) mul(a, b *poly) { 782 func (out *poly) lift(a *poly) { 896 func (a *poly) cswap(b *poly, swap uint16) { 968 func (out *poly) invertMod2(a *poly) { 1006 func (out *poly) invert(origA *poly) {
|
/external/arm-optimized-routines/math/ |
D | math_config.h | 295 double poly[EXP2F_POLY_ORDER]; member 310 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ member 321 double poly[LOG2F_POLY_ORDER]; member 338 double poly[POWF_LOG2_POLY_ORDER]; member 358 double poly[4]; /* Last four coefficients. */ member 371 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member 386 double poly[LOG2_POLY_ORDER - 1]; member 400 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
|
/external/gptfdisk/ |
D | crc32.cc | 52 unsigned long crc, poly; in chksum_crc32gentab() local
|
/external/clang/test/SemaCXX/ |
D | dynamic-cast.cpp | 66 void poly() in poly() function
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_crc32.c | 32 const uint32_t poly = 0xEDB88320; in xz_crc32_init() local
|
D | xz_crc64.c | 23 const uint64_t poly = 0xC96C5795D7870F42; in xz_crc64_init() local
|
/external/u-boot/lib/ |
D | crc32c.c | 29 const uint32_t poly = pol; /* Bit-reflected CRC32C polynomial */ in crc32c_init() local
|
D | bch.c | 114 struct gf_poly poly; member 314 static inline int deg(unsigned int poly) in deg() 381 uint32_t poly; in compute_syndromes() local 584 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots() 599 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots() 641 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots() 674 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg4_roots() 914 struct gf_poly *poly, unsigned int *roots) in find_poly_roots() 1089 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables()
|
D | crc32.c | 63 uLong poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
/external/xz-java/src/org/tukaani/xz/check/ |
D | CRC64.java | 13 private static final long poly = 0xC96C5795D7870F42L; field in CRC64
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | PolyPrinter.m | 189 {
|
D | PolyDifferentiator.m | 196 {
|
D | PolyParser.m | 263 {
|
/external/u-boot/tools/ |
D | pbl_crc32.c | 16 uint32_t poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-typeid.cpp | 58 void f(const Polymorphic &poly) { in f()
|
/external/skia/gm/ |
D | daa.cpp | 122 SkPoint poly[] = {{K*0.5f,0},{0,0},{0,K},{K*0.5f,K},{K*0.5f,0},{K,0},{K,K},{K*0.5f,K}}; variable
|
/external/grpc-grpc/test/core/gprpp/ |
D | manual_constructor_test.cc | 69 grpc_core::PolymorphicManualConstructor<A, B> poly; in basic_test() local
|
/external/skia/tests/ |
D | PolyUtilsTest.cpp | 12 SkTDArray<SkPoint> poly; in DEF_TEST() local
|
/external/skqp/tests/ |
D | PolyUtilsTest.cpp | 12 SkTDArray<SkPoint> poly; in DEF_TEST() local
|