Home
last modified time | relevance | path

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

/dports/math/R-cran-spdep/spdep/R/
H A Dnb2listwdist.R58 coords_type = "Great Circle" functionVar
60 coords_type = "Euclidean"
64 glist[[i]] <- as.numeric(st_distance(gx[i], gx[neighbours[[i]]], which = coords_type))
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/serialization/
H A Dcapnp_utils.h492 const auto coords_type = dimension->type(); in serialize_subarray() local
494 if (coords_type != first_dimension_datatype) { in serialize_subarray()
499 switch (coords_type) { in serialize_subarray()
537 const auto coords_type = dimension->type(); in deserialize_subarray() local
539 if (coords_type != first_dimension_datatype) { in deserialize_subarray()
544 switch (coords_type) { in deserialize_subarray()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/map/
H A Dmap_widget.h469 CoordsType coords_type; variable
575 return coords_type; in getCoordsDisplay()
H A Dmap_widget.cpp86 , coords_type(MAP_COORDS) in MapWidget()
596 coords_type = type; in setCoordsDisplay()
607 if (coords_type == MAP_COORDS) in updateCursorposLabel()
618 if (coords_type == PROJECTED_COORDS) in updateCursorposLabel()
640 else if (coords_type == GEOGRAPHIC_COORDS) in updateCursorposLabel()
649 else if (coords_type == GEOGRAPHIC_COORDS_DMS) in updateCursorposLabel()
/dports/science/conduit/conduit-0.8.0/src/libs/relay/
H A Dconduit_relay_io_silo.cpp758 int coords_type = 0; in silo_write_ucd_mesh() local
766 coords_type = DB_FLOAT; in silo_write_ucd_mesh()
777 coords_type = DB_DOUBLE; in silo_write_ucd_mesh()
806 coords_type, // type of data array in silo_write_ucd_mesh()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_blueprint_topologies.hpp56 const std::string coords_type; member in ascent::runtime::expressions::Topology
H A Dascent_blueprint_topologies.cpp50 const std::string coords_type = n_coords["type"].as_string(); in coord_dtype() local
51 if(coords_type != "uniform") in coord_dtype()
131 coords_type(domain["coordsets/" + coords_name + "/type"].as_string()), in Topology()
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dgaussformat.cpp510 char coords_type[25]; in ReadMolecule() local
527 strncpy (coords_type, vs[0].c_str(), 24); in ReadMolecule()
528 strcat (coords_type, " orientation:"); in ReadMolecule()
607 else if (strstr(buffer, coords_type) != nullptr) in ReadMolecule()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/rest/
H A Drest_client.cc632 const auto coords_type = schema->dimension(0)->type(); in subarray_to_str() local
643 switch (coords_type) { in subarray_to_str()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/
H A Dtype_determiner_test.cc1918 auto coords_type = get_coords_type(dim, &i32); in TEST_P() local
1927 add_call_param("coords", coords_type.get(), &call_params); in TEST_P()
1991 auto coords_type = get_coords_type(dim, &i32); in TEST_P() local
1998 add_call_param("coords", coords_type.get(), &call_params); in TEST_P()
2028 auto coords_type = get_coords_type(dim, &f32); in TEST_P() local
2036 add_call_param("coords", coords_type.get(), &call_params); in TEST_P()
2065 auto coords_type = get_coords_type(dim, &f32); in TEST_P() local
2073 add_call_param("coords", coords_type.get(), &call_params); in TEST_P()
2103 auto coords_type = get_coords_type(dim, &f32); in TEST_P() local
2111 add_call_param("coords", coords_type.get(), &call_params); in TEST_P()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dvk_shader_decompiler.cpp1724 const Id coords_type = GetTypeVectorDefinitionLut(type).at(coords.size() - 1); in AssembleVector() local
1725 return coords.size() == 1 ? coords[0] : OpCompositeConstruct(coords_type, coords); in AssembleVector()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/CECILL/
H A DCImg.h27711 const int coords_type, unsigned int *const XYZ,
27840 if (!coords_type) shape_selected = phase?true:false;
27886 if (phase) switch (coords_type) {
27950 if (!coords_type || !phase) {
27962 } else switch (coords_type) {
27998 if (coords_type==2) {
28004 switch (coords_type) {
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/greycstoration/cimg/
H A DCImg.h27721 const int coords_type, unsigned int *const XYZ,
27850 if (!coords_type) shape_selected = phase?true:false;
27896 if (phase) switch (coords_type) {
27960 if (!coords_type || !phase) {
27972 } else switch (coords_type) {
28008 if (coords_type==2) {
28014 switch (coords_type) {