Home
last modified time | relevance | path

Searched defs:subin (Results 1 – 25 of 65) sorted by relevance

123

/dports/math/givaro/givaro-4.1.1/src/kernel/gmp++/
H A Dgmp++_int_sub.C26 Integer& Integer::subin(Integer& res, const Integer& n) in subin() function
33 Integer& Integer::subin(Integer& res, const int64_t n) in subin() function
46 Integer& Integer::subin(Integer& res, const uint64_t n) in subin() function
H A Dgmp++_int.h652 static giv_all_inlined Integer& subin (Integer& res, const int32_t n) { in subin() function
655 static giv_all_inlined Integer& subin (Integer& res, const uint32_t n) { in subin() function
/dports/math/givaro/givaro-4.1.1/src/library/poly1/
H A Dgivpoly1addsub.inl118 inline typename Poly1Dom<Domain,Dense>::Rep& Poly1Dom<Domain,Dense>::subin ( function in Givaro::Poly1Dom
130 inline typename Poly1Dom<Domain,Dense>::Rep& Poly1Dom<Domain,Dense>::subin ( function in Givaro::Poly1Dom
148 inline typename Poly1Dom<Domain,Dense>::Rep& Poly1Dom<Domain,Dense>::subin ( function in Givaro::Poly1Dom
163 …inline typename Poly1Dom<Domain,Dense>::Rep& Poly1Dom<Domain,Dense>::subin (Rep& R, const Rep& P) … function in Givaro::Poly1Dom
219 inline typename Poly1Dom<Domain,Dense>::Rep& Poly1Dom<Domain,Dense>::subin function in Givaro::Poly1Dom
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_vpi_get.v60 wire subin `PUBLIC_FLAT_RD; net
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/polynomial-matrix/
H A Dmatpoly-add-domain.h83 void subin(PMatrix1 &a, const PMatrix2 &b) const { in subin() function
/dports/math/maxima/maxima-5.43.2/src/
H A Dcsimp.lisp220 (defun subin (y x) function
/dports/math/givaro/givaro-4.1.1/src/kernel/field/
H A Dgf2.inl151 inline GF2::Element& GF2::subin (Element& x, const Element& y) const function in Givaro::GF2
156 inline GF2::BitReference GF2::subin (BitReference x, const Element& y) const function in Givaro::GF2
/dports/math/givaro/givaro-4.1.1/src/kernel/ring/
H A Dmodular-inttype.inl118 Modular<IntType, COMP, Enable>::subin (Element& r, const Element& a) const function in Givaro::Modular
H A Dmodular-integer.inl98 Modular<Integer>::subin (Element& r, const Element& a) const function in Givaro::Modular
H A Dmodular-floating.inl147 inline typename MOD::Element & MOD::subin function in Givaro::MOD
H A Dmodular-ruint.inl138 inline typename MOD::Element& MOD::subin function in Givaro::MOD
H A Dmontgomery-ruint.inl157 inline typename Montgomery<RecInt::ruint<K>>::Element& Montgomery<RecInt::ruint<K>>::subin function in Givaro::Montgomery::ruint
H A Dmodular-balanced-double.inl102 ModularBalanced<double>::subin(Element& r, const Element& a) const function in Givaro::ModularBalanced
H A Dmodular-balanced-int64.inl104 ModularBalanced<int64_t>::subin(Element& r, const Element& a) const function in Givaro::ModularBalanced
/dports/math/givaro/givaro-4.1.1/src/library/vector/
H A Dgivvectdenseops.inl154 inline void VectorDom<Domain,Dense>::subin( Rep& res, const Rep& u ) const function in Givaro::VectorDom
186 inline void VectorDom<Domain,Dense>::subin function in Givaro::VectorDom
/dports/math/givaro/givaro-4.1.1/src/library/tools/
H A Dgivquotientdomain.h107 Rep& subin ( Rep& r, const Rep& u ) const in subin() function
H A Dgivtruncdomain.inl309 inline typename TruncDom<Domain>::Rep& TruncDom<Domain>::subin ( Rep& R, const Rep& P) const { function in Givaro::TruncDom
H A Dgivfractiondomain.h226 Rep& subin ( Rep& res, const Rep& u ) const in subin() function
238 Rep& subin ( Rep& res, const Ring_E& a ) const in subin() function
/dports/math/linbox/linbox-1.6.3/linbox/ring/
H A Denvelope.h224 ElementAbstract& subin (ElementAbstract& x, in subin() function
/dports/math/linbox/linbox-1.6.3/linbox/field/
H A Dparam-fuzzy.h328 Element &subin (Element &x, const Element &y) const { return x -= y; } in subin() function
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/fflas/fflas_simd/
H A Dsimd256_double.inl203 static INLINE CONST vect_t subin(vect_t &a, const vect_t b) { return a = sub(a, b); } function
H A Dsimd256_float.inl199 static INLINE CONST vect_t subin(vect_t &a, const vect_t b) { return a = sub(a, b); } function
H A Dsimd128_double.inl196 static INLINE CONST vect_t subin(vect_t &a, const vect_t b) { return a = sub(a, b); } function
H A Dsimd128_float.inl205 static INLINE CONST vect_t subin(vect_t &a, const vect_t b) { return a = sub(a, b); } function
/dports/math/linbox/linbox-1.6.3/linbox/matrix/matrixdomain/
H A Dplain-domain.h139 …Submatrix& subin (Submatrix& B, const Submatrix& A) const // B -= A, where B and A have the same s… in subin() function

123