Home
last modified time | relevance | path

Searched defs:MPQ (Results 1 – 16 of 16) sorted by relevance

/dports/math/py-sympy/sympy-1.9/doc/src/modules/polys/
H A Ddomainsref.rst195 .. _MPQ: target in QQ
198 MPQ chapter
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/int/
H A Dhferi.F1 Subroutine hferi(Ep,Eq,R0,IJK,ERI,E3,sum,MPP,MPQ, argument
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2.pxd117 cdef mpq_t MPQ(mpq) function
H A Dgmpy2.h211 #define MPQ(obj) (((MPQ_Object*)(obj))->q) macro
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/gmpy2/
H A Dgmpy2.pxd117 cdef mpq_t MPQ(mpq) function
H A Dgmpy2.h211 #define MPQ(obj) (((MPQ_Object*)(obj))->q) macro
/dports/math/py-gmpy2/gmpy2-2.1.1/gmpy2/
H A Dgmpy2.pxd117 cdef mpq_t MPQ(mpq) function
H A Dgmpy2.h194 #define MPQ(obj) (((MPQ_Object*)(obj))->q) macro
/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2.pxd117 cdef mpq_t MPQ(mpq) function
H A Dgmpy2.h194 #define MPQ(obj) (((MPQ_Object*)(obj))->q) macro
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/int/
H A Dhferi_gen.F3 & MPP,MPQ,NPP,NPQ,La,Lb,Lc,Ld,La2,Lb2,Lc2,Ld2,Lqmax,Lqmax3,Lr, argument
14 Integer MPP,MPQ, NPP,NPQ local
H A Dhferi.F1 Subroutine hferi(Ep,Eq,R0,IJK,ERI,E3,sum,MPP,MPQ, argument
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dnumeric.h78 MPQ, enumerator
/dports/math/z3/z3-z3-4.8.13/src/math/subpaving/tactic/
H A Dsubpaving_tactic.cpp53 enum engine_kind { MPQ, MPF, HWF, MPFF, MPFX, NONE }; enumerator
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/subpaving/tactic/
H A Dsubpaving_tactic.cpp53 enum engine_kind { MPQ, MPF, HWF, MPFF, MPFX, NONE }; enumerator
/dports/math/cgal/CGAL-5.3/include/CGAL/Polyline_simplification_2/
H A Dsimplify.h110 typedef CGAL::Modifiable_priority_queue<Vertex_handle,Compare_cost,Id_map> MPQ ; typedef