Home
last modified time | relevance | path

Searched refs:polynomial (Results 1 – 23 of 23) sorted by relevance

/external/eigen/unsupported/doc/examples/
DPolynomialUtils1.cpp11 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()
DPolynomialSolver1.cpp14 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/
DPolynomials29 * \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&ouml;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&ouml;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/
DGenericPolynomialExtensionField.java12 GenericPolynomialExtensionField(FiniteField subfield, Polynomial polynomial) in GenericPolynomialExtensionField() argument
15 this.minimalPolynomial = polynomial; in GenericPolynomialExtensionField()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Df.cpp88 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/
Dcrc32c.c149 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/
Dquadradic-exit-value.ll3 ; The value of %r is dependent on a polynomial iteration expression.
/external/webrtc/webrtc/modules/video_processing/test/
DcreateTable.m13 % 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/
Dquadradic-exit-value.ll6 ; The value of %r is dependent on a polynomial iteration expression.
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Dtrip-count10.ll78 ; Trip counts for non-polynomial iterations. It's theoretically possible
/external/llvm/test/Analysis/ScalarEvolution/
Dtrip-count10.ll78 ; Trip counts for non-polynomial iterations. It's theoretically possible
/external/llvm/lib/Target/Hexagon/
DHexagonIntrinsicsV4.td41 // Vector polynomial multiply halfwords
DHexagonInstrInfoV4.td2543 // Vector polynomial multiply halfwords
/external/syslinux/com32/libupload/
Dymodem.txt1568 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/
DAArch64SchedVulcan.td487 // ASIMD polynomial (8x8) multiply long
838 // Crypto polynomial (64x64) multiply long
/external/llvm/include/llvm/IR/
DIntrinsicsAArch64.td205 // 64-bit polynomial multiply really returns an i128, which is not legal. Fake
/external/llvm/test/MC/Disassembler/Hexagon/
Dxtype_mpy.txt396 # Vector polynomial multiply halfwords
/external/libogg/doc/
Drfc3533.txt583 The generator polynomial is 0x04c11db7.
/external/clang/include/clang/Basic/
Darm_neon.td218 // P: polynomial
/external/llvm/test/CodeGen/Hexagon/intrinsics/
Dxtype_mpy.ll1516 ; Vector polynomial multiply halfwords
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrNEON.td3410 // VMUL : Vector Multiply (integer, polynomial and floating-point)
3489 // VMULL : Vector Multiply Long (integer and polynomial) (Q = D * D)
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td4172 // 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/
Denglish.gz