Home
last modified time | relevance | path

Searched refs:proj_unit (Results 1 – 5 of 5) sorted by relevance

/dports/databases/grass7/grass-7.8.6/general/g.setproj/
H A Dproj.c10 struct proj_unit *get_proj_unit(const char *arg) in get_proj_unit()
13 struct proj_unit *unit; in get_proj_unit()
25 struct proj_unit *unit; in get_proj_unit()
36 unit = G_malloc(sizeof(struct proj_unit)); in get_proj_unit()
H A Dlocal_proto.h13 struct proj_unit struct
78 struct proj_unit *get_proj_unit(const char *arg);
H A Dmain.c579 const struct proj_unit *unit; in main()
/dports/math/py-yt/yt-4.0.1/yt/data_objects/tests/
H A Dtest_projection.py104 proj_unit = "code_length"
106 proj_unit = "cm"
108 proj_unit = f"({field_unit}) * {proj_unit}"
111 Unit(proj_unit, registry=ds.unit_registry),
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_anaeig.cpp73 static const char* proj_unit; variable
650 sprintf(str, "projection on eigenvectors (%s)", proj_unit); in project()
658 sprintf(str, "projection on eigenvector %d (%s)", eignr[outvec[0]] + 1, proj_unit); in project()
659 … sprintf(str2, "projection on eigenvector %d (%s)", eignr[outvec[noutvec - 1]] + 1, proj_unit); in project()
1338 proj_unit = "u\\S1/2\\Nnm"; in gmx_anaeig()
1346 proj_unit = "nm"; in gmx_anaeig()