/external/eigen/unsupported/doc/examples/ |
D | PolynomialUtils1.cpp | 11 Eigen::Matrix<double,5,1> polynomial; in main() local 12 roots_to_monicPolynomial( roots, polynomial ); in main() 14 for( int i=0; i<4; ++i ){ cout << polynomial[i] << ".x^" << i << "+ "; } in main() 15 cout << polynomial[4] << ".x^4" << endl; in main() 18 evaluation[i] = poly_eval( polynomial, roots[i] ); } in main()
|
D | PolynomialSolver1.cpp | 14 Eigen::Matrix<double,6,1> polynomial; in main() local 15 roots_to_monicPolynomial( roots, polynomial ); in main() 17 PolynomialSolver<double,5> psolve( polynomial ); in main()
|
/external/eigen/unsupported/Eigen/ |
D | Polynomials | 29 * \brief This module provides a QR based polynomial solver. 44 and a QR based polynomial solver. 48 polynomials, computing estimates about polynomials and next the QR based polynomial 68 evaluates a polynomial at a given point using stabilized Hörner method. 70 …The following code: first computes the coefficients in the monomial basis of the monic polynomial … 71 then, it evaluates the computed polynomial, using a stabilized Hörner method. 81 …um bound (the Cauchy one: \f$C(p)\f$) for the absolute value of a root of the given polynomial i.e. 91 …(the Cauchy one: \f$c(p)\f$) for the absolute value of a non zero root of the given polynomial i.e. 98 \section QR polynomial solver class 99 …Computes the complex roots of a polynomial by computing the eigenvalues of the associated companio… [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/field/ |
D | GenericPolynomialExtensionField.java | 12 GenericPolynomialExtensionField(FiniteField subfield, Polynomial polynomial) in GenericPolynomialExtensionField() argument 15 this.minimalPolynomial = polynomial; in GenericPolynomialExtensionField()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | f.cpp | 88 const boost::math::tools::polynomial<boost::math::ntl::RR>& n, in show_extra() 89 const boost::math::tools::polynomial<boost::math::ntl::RR>& d, in show_extra()
|
/external/e2fsprogs/lib/ext2fs/ |
D | crc32c.c | 149 uint32_t polynomial EXT2FS_ATTR((unused))) in crc32_le_generic() 156 crc = (crc >> 1) ^ ((crc & 1) ? polynomial : 0); in crc32_le_generic() 200 uint32_t polynomial EXT2FS_ATTR((unused))) in crc32_be_generic() 208 (crc << 1) ^ ((crc & 0x80000000) ? polynomial : in crc32_be_generic()
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | quadradic-exit-value.ll | 3 ; The value of %r is dependent on a polynomial iteration expression.
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | createTable.m | 13 % is a second-order polynomial intersecting the points (0,0) 15 % 2. From r0 to r1, the compander is a third-order polynomial
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | quadradic-exit-value.ll | 6 ; The value of %r is dependent on a polynomial iteration expression.
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | trip-count10.ll | 78 ; Trip counts for non-polynomial iterations. It's theoretically possible
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count10.ll | 78 ; Trip counts for non-polynomial iterations. It's theoretically possible
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonIntrinsicsV4.td | 41 // Vector polynomial multiply halfwords
|
D | HexagonInstrInfoV4.td | 2543 // Vector polynomial multiply halfwords
|
/external/syslinux/com32/libupload/ |
D | ymodem.txt | 1568 coefficients of a polynomial. This message polynomial is first multiplied 1569 by X^16 and then divided by the generator polynomial (X^16 + X^12 + X^5 + 1594 or 1024 bits, the message polynomial will be of order X^1023. The hi order 1596 the message polynomial. The lo order bit of the last byte of the message 1597 block is the coefficient of X^0 in the message polynomial.
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedVulcan.td | 487 // ASIMD polynomial (8x8) multiply long 838 // Crypto polynomial (64x64) multiply long
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsAArch64.td | 205 // 64-bit polynomial multiply really returns an i128, which is not legal. Fake
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | xtype_mpy.txt | 396 # Vector polynomial multiply halfwords
|
/external/libogg/doc/ |
D | rfc3533.txt | 583 The generator polynomial is 0x04c11db7.
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 218 // P: polynomial
|
/external/llvm/test/CodeGen/Hexagon/intrinsics/ |
D | xtype_mpy.ll | 1516 ; Vector polynomial multiply halfwords
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrNEON.td | 3410 // VMUL : Vector Multiply (integer, polynomial and floating-point) 3489 // VMULL : Vector Multiply Long (integer and polynomial) (Q = D * D)
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 4172 // VMUL : Vector Multiply (integer, polynomial and floating-point) 4273 // VMULL : Vector Multiply Long (integer and polynomial) (Q = D * D)
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|