Home
last modified time | relevance | path

Searched refs:get_distance (Results 1 – 25 of 459) sorted by path

12345678910>>...19

/dports/astro/celestia-gtk/celestia-1.6.1/scripts/
H A Dz-dist.celx3 function get_distance(obj_pos, ref_pos)
45 local d = get_distance(dso_pos,sel_pos)
59 local d = get_distance(dso_pos, ref_pos)
115 local d = get_distance(MW_pos,sel_pos)
/dports/astro/celestia/celestia-1.6.1/scripts/
H A Dz-dist.celx3 function get_distance(obj_pos, ref_pos)
45 local d = get_distance(dso_pos,sel_pos)
59 local d = get_distance(dso_pos, ref_pos)
115 local d = get_distance(MW_pos,sel_pos)
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dconverter.c182 get_distance(double lat1, double lon1, double lat2, double lon2) in get_distance() function
H A Dconverter.h38 get_distance(double lat1, double lon1, double lat2, double lon2);
H A Dgps_functions.c942 distance = get_distance(lat, lon1, lat, lon2); in map_scale_indicator()
H A Dwp.c165 distance = get_distance(deg2rad(gpsdata->fix.latitude), in osd_wp()
/dports/astro/py-kosmorrolib/kosmorrolib-1.0.1/kosmorrolib/
H A Devents.py259 def get_distance(time: Time): function
265 get_distance.rough_period = 1.0
267 return get_distance
/dports/astro/starplot/starplot-0.95.5/src/classes/
H A Dmathdefs.h100 inline double /* LY */ get_distance(double apparentmag, double absolutemag) in get_distance() function
H A Dspecclass.h41 { return starmath::get_distance(appmag, absmag()); } in distance()
/dports/astro/starplot/starplot-0.95.5/src/convert/
H A Dconvert.cc266 tempdist = starmath::get_distance(tempmag, absmag); in get_mag_distance()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/contourdesign/
H A Dbutton_config_widget.cc101 …return boost::shared_ptr<ButtonBase> (new ButtonJump (JumpDistance (_jump_distance.get_distance ()… in get_current_config()
H A Dcontourdesign_gui.cc221 _ccp.set_jog_distance (_jog_distance.get_distance ()); in update_jog_distance()
H A Djump_distance_widget.h39 JumpDistance get_distance () const { return _distance; } in get_distance() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs469 pub get_distance: Option<unsafe extern "C" fn(*mut HdySwipeable) -> c_double>, field
491 .field("get_distance", &self.get_distance) in fmt()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dcomp_delay.h80 inline float get_distance() const { return fDistance; }; in get_distance() function
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dcomp_delay.cpp233 vPorts[DEL_DISTANCE] -> setValue(vDelay.get_distance()); in update_settings()
293 vPorts[DEL_DISTANCE] -> setValue(vDelay[0].get_distance()); in update_settings()
356 vPorts[DEL_DISTANCE_L] -> setValue(vDelay[0].get_distance()); in update_settings()
360 vPorts[DEL_DISTANCE_R] -> setValue(vDelay[1].get_distance()); in update_settings()
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/lib/Bio/NEXUS/
H A DNode.pm407 sub get_distance { subroutine
H A DTree.pm416 $distances{ $node->get_name() } = $root->get_distance($node);
500 $node->_set_xcoord( $root->get_distance($node) );
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/t/
H A Dtree_methods-02.t92 is($root_node->get_distance($node_H),7, "Distance of root to node H is correct");
93 is($root_node->get_distance($node_A),9, "Distance of root to node A is correct");
105 is($root_node->get_distance($node_H),$node_H->get_distance($root_node), "Consistency check for the …
116 is($node_H->get_distance($root_node),7, "Distance of node H to root node is correct");
117 is($node_H->get_distance($node_A),16, "Distance of node H to node A is correct");
/dports/biology/py-biopython/biopython-1.79/Bio/Phylo/
H A DTreeConstruction.py519 def get_distance(self, msa): member in DistanceCalculator
628 dm = self.distance_calculator.get_distance(msa)
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_TreeConstruction.py147 dm = calculator.get_distance(aln)
151 dm = calculator.get_distance(aln)
155 dm = calculator.get_distance(aln)
159 dm = calculator.get_distance(aln)
165 dmat = DistanceCalculator("blosum62").get_distance(aln)
169 dmat = DistanceCalculator().get_distance(aln)
180 self.dm = calculator.get_distance(self.aln)
203 self.min_dm = calculator.get_distance(self.aln)
/dports/biology/py-ete3/ete3-3.1.2/ete3/coretype/
H A Dtree.py542 depth = visited_node.get_distance(start, topology_only=True)
991 def get_distance(self, target, target2=None, topology_only=False): member in TreeNode
/dports/biology/py-ete3/ete3-3.1.2/ete3/phylo/
H A Dphylotree.py527 outgroup_dist = leaf.get_distance(self)
531 dist = leaf.get_distance(self)
533 outgroup_dist = leaf.get_distance(self)
600 dist = self.get_distance(leaf)
601 outgroup_dist = self.get_distance(outgroup_node)
H A Dspoverlap.py97 d += current.get_distance(leaf)
/dports/biology/py-ete3/ete3-3.1.2/ete3/phyloxml/
H A D_phyloxml.py3744 def get_distance(self): return self.distance member in SequenceRelation
3869 def get_distance(self): return self.distance member in CladeRelation

12345678910>>...19