Home
last modified time | relevance | path

Searched refs:extendp (Results 1 – 13 of 13) sorted by relevance

/dports/science/py-pygeodesy/PyGeodesy-21.9.16/test/
H A DtestEtm.py39 def testExactTM(self, extendp): argument
42 xtm = ExactTransverseMercator(extendp=extendp, name='test')
91 if extendp:
/dports/math/maxima/maxima-5.43.2/share/macro/
H A Ddefstmrun.mac16 block([type:extendp(x)],
29 block([type:extendp(x)],
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/NETGeographicLib/
H A DTransverseMercatorExact.cpp32 bool extendp) in TransverseMercatorExact() argument
37 a, f, k0, extendp ); in TransverseMercatorExact()
H A DTransverseMercatorExact.h141 TransverseMercatorExact(double a, double f, double k0, bool extendp );
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Detm.py314 def __init__(self, datum=_WGS84, lon0=0, k0=_K0_UTM, extendp=True, name=NN): argument
341 if not extendp:
376 def extendp(self): member in ExactTransverseMercator
408 if not self.extendp:
558 if not self.extendp: # enforce the parity
763 k0=self.k0, extendp=self.extendp, **d)
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DTransverseMercatorExact.hpp170 TransverseMercatorExact(real a, real f, real k0, bool extendp = false);
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DTransverseMercatorExact.cpp54 bool extendp) in TransverseMercatorExact() argument
64 , _extendp(extendp) in TransverseMercatorExact()
/dports/cad/verilator/verilator-4.216/src/
H A DV3Const.cpp1208 AstExtend* const extendp = VN_CAST(nodep->fromp(), Extend); in operandSelExtend() local
1209 if (!(m_doV && extendp && VN_IS(nodep->lsbp(), Const) && VN_IS(nodep->widthp(), Const) in operandSelExtend()
1211 && static_cast<int>(nodep->widthConst()) == extendp->lhsp()->width())) in operandSelExtend()
1213 VL_DO_DANGLING(replaceWChild(nodep, extendp->lhsp()), nodep); in operandSelExtend()
1266 AstExtend* const extendp = VN_CAST(nodep->rhsp(), Extend); in operandBiExtendConstShrink() local
1267 if (!extendp) return false; in operandBiExtendConstShrink()
1268 AstNode* const smallerp = extendp->lhsp(); in operandBiExtendConstShrink()
1276 VL_DO_DANGLING(extendp->unlinkFrBack()->deleteTree(), extendp); // aka nodep->lhsp. in operandBiExtendConstShrink()
1291 const AstExtend* const extendp = VN_CAST(nodep->rhsp(), Extend); in operandBiExtendConstOver() local
1292 if (!extendp) return false; in operandBiExtendConstOver()
[all …]
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dstage3.c11546 bool extendp, Endalign_T endalign, bool forcep) { in build_path_end3() argument
11602 if (extendp == true) { in build_path_end3()
11657 bool extendp, Endalign_T endalign, bool forcep) { in build_pairs_end5() argument
11709 if (extendp == true) { in build_pairs_end5()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/org/
H A Dorg.el12979 (extendp (string-match-p "\\+\\'" key))
12980 (key-base (if extendp (substring key 0 -1) key))
12984 (extendp
/dports/editors/emacs/emacs-27.2/lisp/org/
H A Dorg.el12832 (extendp (string-match-p "\\+\\'" key))
12833 (key-base (if extendp (substring key 0 -1) key))
12837 (extendp
/dports/astro/geographiclib/GeographicLib-1.52/doc/
H A DGeographicLib.dox.in9418 - Introduce \e extendp version of constructor,
/dports/biology/gmap/gmap-2020-09-12/
H A DChangeLog11019 * stage3.c, stage3.h: Renamed variable from extendp to max_extend_p
11840 QUERY_NOGAPS, not doing peelback. In pass 8, changed extendp from false