Home
last modified time | relevance | path

Searched refs:get_distance (Results 101 – 125 of 459) sorted by relevance

12345678910>>...19

/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)
/dports/graphics/alpng/alpng-1.3_4/src/inflate/
H A Dinflate.c48 static int get_distance(struct huffman_tree* distances_tree, struct input_data* data);
207 distance = get_distance(distances_tree, data); in alpng_inflate()
429 static int get_distance(struct huffman_tree* distances_tree, struct input_data* data) { in get_distance() function
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/assets/initial_quest/data/enemies/
H A Dslime_purple.lua69 if self:get_distance(hero) <= detection_distance then
74 local d = self:get_distance(hero)
284 if self:get_distance(h) <= wind_distance
H A Dpterobat.lua74 if enemy:get_distance(hero) <= detection_distance then
137 if enemy:get_distance(hero) <= detection_distance then
/dports/devel/grpc/grpc-1.42.0/examples/python/route_guide/
H A Dasyncio_route_guide_server.py37 def get_distance(start: route_guide_pb2.Point, function
101 distance += get_distance(prev_point, point)
/dports/graphics/py-vecrec/vecrec-0.3.0/vecrec/
H A D__init__.py13 from .shapes import get_distance
/dports/devel/libgnt/libgnt-2.14.3/
H A Dgnttree.c282 get_distance(GntTreeRow *a, GntTreeRow *b) in get_distance() function
483 up = get_distance(tree->top, tree->current); in redraw_tree()
581 up = get_distance(tree->root, tree->top); in redraw_tree()
704 if ((dist = get_distance(tree->current, tree->top)) > 0) in action_move_parent()
722 if ((dist = get_distance(tree->current, tree->top)) > 0) in action_up()
740 int dist = get_distance(tree->top, tree->current); in action_page_down()
766 int dist = get_distance(tree->top, tree->current); in action_page_up()
1500 if (get_distance(tree->top, row) >= 0 && get_distance(row, tree->bottom) >= 0) in gnt_tree_remove()
1561 return get_distance(tree->top, tree->current) + in gnt_tree_get_selection_visible_line()
1584 get_distance(tree->top, row) >= 0 && in gnt_tree_change_text()
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DHookshot.cpp196 else if (get_distance(get_hero()) >= 120) { in update()
200 else if (get_distance(get_hero()) == 0 || in update()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/contourdesign/
H A Djump_distance_widget.h39 JumpDistance get_distance () const { return _distance; } in get_distance() function
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dconverter.h38 get_distance(double lat1, double lon1, double lat2, double lon2);
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/lighting/
H A Dpathvertex.cpp49 if (m_shading_point->get_distance() < m_edf->get_light_near_start()) in compute_emitted_radiance()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dlensfun.cc273 get_aperture(), get_distance(), 1.0, get_lens()->Type, in build()
340 get_aperture(), get_distance(), 1.0, get_lens()->Type, in build()
416 float PF::LensFunPar::get_distance() in get_distance() function in PF::LensFunPar
420 return( step1_par->get_distance() ); in get_distance()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/pw/
H A Dtest_slab.py23 assert abs(slab.get_distance(0, 1) - 2.46) < 0.01
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/movements/
H A DJumpMovement.h39 int get_distance() const;
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucs/
H A Dtest_topo.cc36 UCS_TEST_F(test_topo, get_distance) { in UCS_TEST_F() argument
/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/devel/godot2-tools/godot-2.1.6-stable/scene/3d/
H A Dcharacter_camera.cpp83 return get_distance();
388 distance=get_distance();
559 float CharacterCamera::get_distance() const {
649 ObjectTypeDB::bind_method(_MD("get_distance"),&CharacterCamera::get_distance);
/dports/devel/godot2/godot-2.1.6-stable/scene/3d/
H A Dcharacter_camera.cpp83 return get_distance();
388 distance=get_distance();
559 float CharacterCamera::get_distance() const {
649 ObjectTypeDB::bind_method(_MD("get_distance"),&CharacterCamera::get_distance);
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dconstellation.cc114 float constellation::get_distance(unsigned int index, const gr_complex* sample) in get_distance() function in gr::digital::constellation
129 min_euclid_dist = get_distance(0, sample); in get_closest_point()
132 euclid_dist = get_distance(j, sample); in get_closest_point()
197 metric[o] = get_distance(o, sample); in calc_euclidean_metric()
206 float dist = get_distance(o, sample); in calc_hard_symbol_metric()
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/gluon/embedding_learning/
H A Dmodel.py51 def get_distance(F, x): function
97 distance = get_distance(F, x)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/gluon/embedding_learning/
H A Dmodel.py51 def get_distance(F, x): function
97 distance = get_distance(F, x)
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-swipeable.h42 double (*get_distance) (AdwSwipeable *self); member
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/src/
H A Dadw-swipeable.h42 double (*get_distance) (AdwSwipeable *self); member
/dports/science/py-ase/ase-3.22.0/ase/test/atoms/
H A Dtest_atom.py29 assert m.get_distance(0, 1) == 0.75
/dports/science/lammps/lammps-stable_29Sep2021/src/REAXFF/
H A Dpair_reaxff.h76 void get_distance(rvec, rvec, double *, rvec *);

12345678910>>...19