Home
last modified time | relevance | path

Searched refs:Polynomial (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp165 class Polynomial { class
187 Polynomial(Value *V) : ErrorMSBs((unsigned)-1), V(V), B(), A() { in Polynomial() function in __anone3e148260111::Polynomial
196 Polynomial(const APInt &A, unsigned ErrorMSBs = 0) in Polynomial() function in __anone3e148260111::Polynomial
199 Polynomial(unsigned BitWidth, uint64_t A, unsigned ErrorMSBs = 0) in Polynomial() function in __anone3e148260111::Polynomial
202 Polynomial() : ErrorMSBs((unsigned)-1), V(NULL), B(), A() {} in Polynomial() function in __anone3e148260111::Polynomial
226 Polynomial &add(const APInt &C) { in add()
253 Polynomial &mul(const APInt &C) { in mul()
330 Polynomial &lshr(const APInt &C) { in lshr()
492 Polynomial &sextOrTrunc(unsigned n) { in sextOrTrunc()
515 bool isCompatibleTo(const Polynomial &o) const { in isCompatibleTo()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCV.td111 "'Zbr' (Polynomial Reduction 'B' Instructions)">;
114 "'Zbr' (Polynomial Reduction 'B' Instructions)">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td55 // Polynomial multiply words
/netbsd-src/sys/arch/vax/vax/
H A Dunimpl_emul.S415 # Polynomial calculation, d-float
/netbsd-src/external/mit/isl/dist/doc/
H A Disl.bib257 title = {Polynomial Approximations in the Polytope Model: Bringing the Power
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc2409.txt1103 and generator; for a EC2N group the type, the Irreducible Polynomial,
1218 Group Prime/Irreducible Polynomial:
1256 Group Prime/Irreducible Polynomial:
1864 Group Prime/Irreducible Polynomial 6 V
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve2.md73 ;; ---- [INT] Polynomial multiplication
2219 ;; ---- [INT] Polynomial multiplication
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve2.md73 ;; ---- [INT] Polynomial multiplication
2271 ;; ---- [INT] Polynomial multiplication
H A Diterators.md242 ;; Polynomial modes for vector combines.
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.ok842 Polynomial . . . . . . . . . . . . . . . 97--99
1089 Roots of a Polynomial . . . . . . . . . 776--777
1159 Approximating All Zeros of a Polynomial
2086 L. F. Shampine Discrete Least Squares Polynomial Fits 179--180
H A Dfunstack.in5856 title = "{ACM} Algorithm 419: Zeros of a Complex Polynomial",
7939 title = "{ACM} Algorithm 429: Localization of the Roots of a Polynomial",
8457 …title = "A Highly Parallel Algorithm for Approximating All Zeros of a Polynomial with Only …
15743 title = "Discrete Least Squares Polynomial Fits",
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dloop.texi349 expressed. The other one is @code{POLYNOMIAL_CHREC}. Polynomial chrec
H A Dgccint.info21617 'POLYNOMIAL_CHREC'. Polynomial chrec has three arguments - base, step
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dloop.texi348 expressed. The other one is @code{POLYNOMIAL_CHREC}. Polynomial chrec
H A Dgccint.info20586 'POLYNOMIAL_CHREC'. Polynomial chrec has three arguments - base, step
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td2437 // SVE2 - Polynomial arithmetic
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.def1008 /* Polynomial chains of recurrences.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.def1020 /* Polynomial chains of recurrences.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_sve.td1949 // SVE2 - Polynomial arithmetic
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon.md1551 ;; Polynomial and Float multiplication.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dneon.md1931 ;; Polynomial and Float multiplication.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrMVE.td317 // Polynomial vector types.