Home
last modified time | relevance | path

Searched refs:elid (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/science/minc2/minc-release-2.2.00/conversion/Acr_nema/acr_nema/
H A Dgroup.h128 Acr_Element_Id elid);
130 extern Acr_Short acr_find_short(Acr_Group group_list, Acr_Element_Id elid,
132 extern Acr_Long acr_find_long(Acr_Group group_list, Acr_Element_Id elid,
134 extern int acr_find_int(Acr_Group group_list, Acr_Element_Id elid,
136 extern Acr_Double acr_find_double(Acr_Group group_list, Acr_Element_Id elid,
138 extern Acr_String acr_find_string(Acr_Group group_list, Acr_Element_Id elid,
142 extern Acr_Status acr_insert_short(Acr_Group *group_list, Acr_Element_Id elid,
144 extern Acr_Status acr_insert_long(Acr_Group *group_list, Acr_Element_Id elid,
149 Acr_Element_Id elid,
152 Acr_Element_Id elid,
[all …]
H A Delement.h187 extern int acr_match_element_id(Acr_Element_Id elid,
190 Acr_Element_Id elid);
192 extern Acr_Element acr_create_element_short(Acr_Element_Id elid,
194 extern Acr_Element acr_create_element_long(Acr_Element_Id elid,
196 extern Acr_Element acr_create_element_double(Acr_Element_Id elid,
199 extern Acr_Element acr_create_element_numeric(Acr_Element_Id elid,
201 extern Acr_Element acr_create_element_string(Acr_Element_Id elid,
203 extern Acr_Element acr_create_element_sequence(Acr_Element_Id elid,
/dports/science/minc2/minc-release-2.2.00/conversion/Acr_nema/
H A Delement.c136 static Acr_Element create_element_mem(Acr_Element_Id elid,
1063 int acr_match_element_id(Acr_Element_Id elid, in acr_match_element_id() argument
1086 Acr_Element_Id elid) in acr_find_element_id() argument
1099 (elid->vr_code != ACR_VR_UNKNOWN)) { in acr_find_element_id()
1100 acr_set_element_vr(element, elid->vr_code); in acr_find_element_id()
1152 return acr_create_element(elid->group_id, elid->element_id, vr_code, in create_element_mem()
1239 if (elid->vr_code == ACR_VR_FD) { in acr_create_element_numeric()
1246 if (elid->vr_code == ACR_VR_UNKNOWN) in acr_create_element_numeric()
1278 vr_code = ((elid->vr_code == ACR_VR_UNKNOWN) ? ACR_VR_ST : elid->vr_code); in acr_create_element_string()
1301 return acr_create_element(elid->group_id, elid->element_id, in acr_create_element_string()
[all …]
H A Dgroup.c1088 group = acr_find_group(group_list, elid->group_id); in acr_find_group_element()
1167 element = acr_find_group_element(group_list, elid); in acr_find_short()
1194 element = acr_find_group_element(group_list, elid); in acr_find_long()
1221 element = acr_find_group_element(group_list, elid); in acr_find_int()
1365 element = acr_create_element_short(elid, value); in acr_insert_short()
1389 element = acr_create_element_long(elid, value); in acr_insert_long()
1432 Acr_Element_Id elid, in acr_insert_numeric() argument
1437 element = acr_create_element_numeric(elid, value); in acr_insert_numeric()
1457 Acr_Element_Id elid, in acr_insert_string() argument
1462 element = acr_create_element_string(elid, value); in acr_insert_string()
[all …]
/dports/multimedia/mpv/mpv-0.34.1/TOOLS/
H A Dmatroska.py254 def __init__(self, name, elid, valtype, namespace): argument
259 self.elid = elid
277 self.subids = {x[0].elid for x in subelements}
414 elid = hexlify(read_id(s)).decode('ascii')
415 elem = elementd.get(elid)
417 this_length = len(elid) / 2 + size + length
420 print(" " * depth, '[' + elid + ']', elem.name, 'size:', length, 'value:', end=' ')
454 print(" " * depth, '[' + elid + '] Unknown element! size:', length)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Control/
H A DHIDFunc.sc21 value { | value, rawValue, usage, page, elid, ele, devid, device|
26 elid, ele,
33 elid, ele,
106 value { | value, rawValue, usage, page, elid, ele, devid, device|
110 elid, ele,
155 value { | value, rawValue, usage, page, elid, ele, devid, device|
156 active[ elid ].value(
159 elid, ele,
161 elid
166 elid, ele,
[all …]
H A DHID_API.sc157 var ele = thisdevice.getElementWithID( elid );
158 prAction.value( value, rawValue, usage, page, elid, ele, devid, thisdevice );
203 *prGetElementInfo { |joyid, elid|
208 *prSetElementOutput { |joyid, elid, value|
213 *prSetElementRepeat { |joyid, elid, value|
239 …nt Data:\n\tdevid: %, elid: %\n\telement: \t page: %\tusage: %\n\tarray value: %, \traw value: %, …
293 // mappedvalue, value, usage, page, elid
330 getElementWithID { |elid|
331 ^elements.at( elid );
340 getElementInfo { |elid|
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/
H A Dgcom_prototypes.h50 public int find_short(Acr_Group group_list, Acr_Element_Id elid,
52 public int find_int(Acr_Group group_list, Acr_Element_Id elid,
54 public double find_double(Acr_Group group_list, Acr_Element_Id elid,
56 public char *find_string(Acr_Group group_list, Acr_Element_Id elid,
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/SparseCore/
H A DAmbiVector.h269 Index elid = m_llStart; in coeff() local
270 while (elid >= 0 && llElements[elid].index<i) in coeff()
271 elid = llElements[elid].next; in coeff()
273 if (llElements[elid].index==i) in coeff()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/SparseCore/
H A DAmbiVector.h270 Index elid = m_llStart; in coeff() local
271 while (elid >= 0 && llElements[elid].index<i) in coeff()
272 elid = llElements[elid].next; in coeff()
274 if (llElements[elid].index==i) in coeff()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/SparseCore/
H A DAmbiVector.h270 Index elid = m_llStart; in coeff() local
271 while (elid >= 0 && llElements[elid].index<i) in coeff()
272 elid = llElements[elid].next; in coeff()
274 if (llElements[elid].index==i) in coeff()
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h270 Index elid = m_llStart; in coeff() local
271 while (elid >= 0 && llElements[elid].index<i) in coeff()
272 elid = llElements[elid].next; in coeff()
274 if (llElements[elid].index==i) in coeff()
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/SparseCore/
H A DAmbiVector.h269 Index elid = m_llStart; in coeff() local
270 while (elid >= 0 && llElements[elid].index<i) in coeff()
271 elid = llElements[elid].next; in coeff()
273 if (llElements[elid].index==i) in coeff()
/dports/math/eigen3/eigen-3.3.9/Eigen/src/SparseCore/
H A DAmbiVector.h270 Index elid = m_llStart; in coeff() local
271 while (elid >= 0 && llElements[elid].index<i) in coeff()
272 elid = llElements[elid].next; in coeff()
274 if (llElements[elid].index==i) in coeff()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h269 Index elid = m_llStart; in coeff() local
270 while (elid >= 0 && llElements[elid].index<i) in coeff()
271 elid = llElements[elid].next; in coeff()
273 if (llElements[elid].index==i) in coeff()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/SparseCore/
H A DAmbiVector.h270 Index elid = m_llStart; in coeff() local
271 while (elid >= 0 && llElements[elid].index<i) in coeff()
272 elid = llElements[elid].next; in coeff()
274 if (llElements[elid].index==i) in coeff()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/SparseCore/
H A DAmbiVector.h265 Index elid = m_llStart; in coeff() local
266 while (elid >= 0 && llElements[elid].index<i) in coeff()
267 elid = llElements[elid].next; in coeff()
269 if (llElements[elid].index==i) in coeff()
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/SparseCore/
H A DAmbiVector.h270 Index elid = m_llStart; in coeff() local
271 while (elid >= 0 && llElements[elid].index<i) in coeff()
272 elid = llElements[elid].next; in coeff()
274 if (llElements[elid].index==i) in coeff()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h269 Index elid = m_llStart; in coeff() local
270 while (elid >= 0 && llElements[elid].index<i) in coeff()
271 elid = llElements[elid].next; in coeff()
273 if (llElements[elid].index==i) in coeff()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h269 Index elid = m_llStart; in coeff() local
270 while (elid >= 0 && llElements[elid].index<i) in coeff()
271 elid = llElements[elid].next; in coeff()
273 if (llElements[elid].index==i) in coeff()
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h269 Index elid = m_llStart; in coeff() local
270 while (elid >= 0 && llElements[elid].index<i) in coeff()
271 elid = llElements[elid].next; in coeff()
273 if (llElements[elid].index==i) in coeff()
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/SparseCore/
H A DAmbiVector.h270 Index elid = m_llStart; in coeff() local
271 while (elid >= 0 && llElements[elid].index<i) in coeff()
272 elid = llElements[elid].next; in coeff()
274 if (llElements[elid].index==i) in coeff()
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/SparseCore/
H A DAmbiVector.h270 Index elid = m_llStart; in coeff() local
271 while (elid >= 0 && llElements[elid].index<i) in coeff()
272 elid = llElements[elid].next; in coeff()
274 if (llElements[elid].index==i) in coeff()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/SparseCore/
H A DAmbiVector.h265 Index elid = m_llStart; in coeff() local
266 while (elid >= 0 && llElements[elid].index<i) in coeff()
267 elid = llElements[elid].next; in coeff()
269 if (llElements[elid].index==i) in coeff()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/SparseCore/
H A DAmbiVector.h269 Index elid = m_llStart; in coeff() local
270 while (elid >= 0 && llElements[elid].index<i) in coeff()
271 elid = llElements[elid].next; in coeff()
273 if (llElements[elid].index==i) in coeff()

1234567