Home
last modified time | relevance | path

Searched refs:geodist (Results 1 – 25 of 68) sorted by relevance

123

/dports/math/igraph/igraph-0.9.5/src/paths/
H A Dall_shortest_paths.c104 long int *geodist; in igraph_get_all_shortest_paths() local
148 if (geodist == 0) { in igraph_get_all_shortest_paths()
151 IGRAPH_FINALLY(igraph_free, geodist); in igraph_get_all_shortest_paths()
172 if (geodist[ (long int) from ] < 0) { in igraph_get_all_shortest_paths()
181 geodist[(long int)from] = 1; in igraph_get_all_shortest_paths()
219 if (geodist[neighbor] > 0 && in igraph_get_all_shortest_paths()
232 if (geodist[neighbor] <= 0) { in igraph_get_all_shortest_paths()
236 if (geodist[neighbor] < 0) { in igraph_get_all_shortest_paths()
277 if (geodist[i] > 0) { in igraph_get_all_shortest_paths()
293 if (geodist[i] > 0) { in igraph_get_all_shortest_paths()
[all …]
/dports/math/igraph/igraph-0.9.5/src/properties/
H A Dconvergence_degree.c78 long int *geodist; in igraph_convergence_degree() local
109 geodist = IGRAPH_CALLOC(no_of_nodes, long int); in igraph_convergence_degree()
110 if (geodist == 0) { in igraph_convergence_degree()
113 IGRAPH_FINALLY(igraph_free, geodist); in igraph_convergence_degree()
125 memset(geodist, 0, sizeof(long int) * (size_t) no_of_nodes); in igraph_convergence_degree()
126 geodist[i] = 1; in igraph_convergence_degree()
137 if (geodist[neighbor] != 0) { in igraph_convergence_degree()
139 if (geodist[neighbor] - 1 == actdist + 1) { in igraph_convergence_degree()
151 } else if (geodist[neighbor] - 1 < actdist + 1) { in igraph_convergence_degree()
169 geodist[neighbor] = actdist + 2; in igraph_convergence_degree()
[all …]
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/test/test_031/
H A Dmodel.bin1geodist";i:5;}s:7:"matches";a:5:{i:1;a:2:{s:6:"weight";s:1:"1";s:5:"attrs";a:3:{s:3:"lat";d:0.5;s:…
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_031/
H A Dmodel.bin1geodist";i:5;}s:7:"matches";a:5:{i:1;a:2:{s:6:"weight";s:4:"1295";s:5:"attrs";a:4:{s:3:"lat";d:0.5…
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_008/
H A Dmodel.bin1geodist";i:5;}s:7:"matches";a:3:{i:2;a:2:{s:6:"weight";s:1:"1";s:5:"attrs";a:6:{s:3:"lng";d:-0.079…
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_009/
H A Dmodel.bin1geodist";i:5;}s:7:"matches";a:3:{i:2;a:2:{s:6:"weight";s:1:"1";s:5:"attrs";a:6:{s:3:"lng";d:-0.079…
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/test/test_008/
H A Dmodel.bin1geodist";i:5;}s:7:"matches";a:3:{i:2;a:2:{s:6:"weight";s:1:"1";s:5:"attrs";a:6:{s:3:"lng";d:-0.079…
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/test/test_009/
H A Dmodel.bin1geodist";i:5;}s:7:"matches";a:3:{i:2;a:2:{s:6:"weight";s:1:"1";s:5:"attrs";a:6:{s:3:"lng";d:-0.079…
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_112/
H A Dmodel.bin1geodist";i:5;}s:7:"matches";a:4:{i:0;a:3:{s:2:"id";i:2;s:6:"weight";s:1:"1";s:5:"attrs";a:5:{s:11:…
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/test/test_112/
H A Dmodel.bin1geodist";i:5;}s:7:"matches";a:4:{i:0;a:3:{s:2:"id";i:2;s:6:"weight";s:1:"1";s:5:"attrs";a:5:{s:11:…
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_103/
H A Dmodel.bin1geodist";i:5;}s:7:"matches";a:2:{i:1;a:2:{s:6:"weight";s:1:"1";s:5:"attrs";a:6:{s:3:"lng";d:-0.079…
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/test/test_103/
H A Dmodel.bin1geodist";i:5;}s:7:"matches";a:2:{i:1;a:2:{s:6:"weight";s:1:"1";s:5:"attrs";a:6:{s:3:"lng";d:-0.079…
/dports/math/R-cran-dimRed/dimRed/R/
H A Disomap.R79 geodist <- igraph::distances(knng, algorithm = "dijkstra")
83 k <- geodist ^ 2
123 dammu <- sweep(lgeodist ^ 2, 2, colMeans(geodist ^ 2), "-")
142 other.data = if (pars$get_geod) list(geod = as.dist(geodist))
/dports/databases/redis6/redis-6.0.16/tests/unit/
H A Dgeo.tcl155 set m [r geodist points Palermo Catania]
157 set km [r geodist points Palermo Catania km]
165 set m [r geodist points Palermo Agrigento]
167 set m [r geodist points Ragusa Agrigento]
169 set m [r geodist empty_key Palermo Catania]
/dports/databases/redis5/redis-5.0.14/tests/unit/
H A Dgeo.tcl154 set m [r geodist points Palermo Catania]
156 set km [r geodist points Palermo Catania km]
164 set m [r geodist points Palermo Agrigento]
166 set m [r geodist points Ragusa Agrigento]
168 set m [r geodist empty_key Palermo Catania]
/dports/comms/wsjtz/wsjtx/lib/77bit/
H A Dg25 ../to_contest_msg.f90 ../fmtmsg.f90 ../azdist.f90 ../geodist.f90 \
/dports/comms/wsjtz/wsjtx/lib/qso50/
H A Dg07 ../fmtmsg.f90 ../azdist.f90 ../geodist.f90 ../wsprd/nhash.c
/dports/databases/py-aioredis/aioredis-1.3.1/tests/
H A Dgeo_commands_test.py31 res = await redis.geodist('geodata', 'Palermo', 'Catania')
34 res = await redis.geodist('geodata', 'Palermo', 'Catania', 'km')
99 res = await redis.geodist('geodata', 'NotExistMember', 'Catania')
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_125/
H A Dmodel.bin1geodist(0,0,1,1)";s:14:"8120146.500000";}}}i:19;a:3:{s:8:"sphinxql";s:105:"SELECT CONTAINS(POLY2D(…
/dports/math/R-cran-igraph/igraph/src/
H A Dstructural_properties.c1011 long int *geodist; in igraph_get_all_shortest_paths() local
1055 if (geodist == 0) { in igraph_get_all_shortest_paths()
1088 geodist[(long int)from] = 1; in igraph_get_all_shortest_paths()
1126 if (geodist[neighbor] > 0 && in igraph_get_all_shortest_paths()
1184 if (geodist[i] > 0) { in igraph_get_all_shortest_paths()
1200 if (geodist[i] > 0) { in igraph_get_all_shortest_paths()
1216 igraph_Free(geodist); in igraph_get_all_shortest_paths()
4227 long int *geodist; in igraph_convergence_degree() local
4259 if (geodist == 0) { in igraph_convergence_degree()
4275 geodist[i] = 1; in igraph_convergence_degree()
[all …]
/dports/sysutils/py-diffoscope/diffoscope-204/tests/data/
H A Drds_expected_diff188 -$variables$geodist
232 -$variables$gplot.layout.geodist
294 -$variables$gplot3d.layout.geodist
/dports/math/R-cran-recipes/recipes/man/
H A Dstep_geodist.Rd2 % Please edit documentation in R/geodist.R
20 id = rand_id("geodist")
/dports/databases/redis-devel/redis-0e5b813/tests/unit/
H A Dgeo.tcl365 set m [r geodist points Palermo Catania]
367 set km [r geodist points Palermo Catania km]
375 set m [r geodist points Palermo Agrigento]
377 set m [r geodist points Ragusa Agrigento]
379 set m [r geodist empty_key Palermo Catania]
/dports/comms/sdr-wspr/sdr-wspr-0.1.0/libwspr/
H A Dazdist.f9074 call geodist(dlat1,dlong1,dlat2,dlong2,Az,Baz,Dkm)
/dports/comms/wsjtz/wsjtx/lib/
H A Dazdist.f9066 call geodist(dlat1,dlong1,dlat2,dlong2,Az,Baz,Dkm)

123