Home
last modified time | relevance | path

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

/dports/math/abs/abs-src-0.908/ABV/
H A Dproperties.c59 static int numprop = 0; variable
69 …properties = (Property *) absrealloc (properties, sizeof (Property) * (2 + numprop), "property_add… in property_add()
71 properties[numprop].name = name; in property_add()
72 properties[numprop].type = type; in property_add()
73 properties[numprop].setfct = setfct; in property_add()
74 properties[numprop].getfct = getfct; in property_add()
75 numprop++; in property_add()
76 properties[numprop].name = NULL; in property_add()
77 properties[numprop].type = 0; in property_add()
78 properties[numprop].setfct = NULL; in property_add()
[all …]
/dports/math/kig/kig-21.12.3/objects/
H A Dother_imp.cc134 int numprop = 0; in iconForProperty() local
137 if ( which == Parent::numberOfProperties() + numprop++ ) in iconForProperty()
139 else if ( which == Parent::numberOfProperties() + numprop++ ) in iconForProperty()
141 else if ( which == Parent::numberOfProperties() + numprop++ ) in iconForProperty()
149 int numprop = 0; in property() local
152 if ( which == Parent::numberOfProperties() + numprop++ ) in property()
154 else if ( which == Parent::numberOfProperties() + numprop++ ) in property()
156 else if ( which == Parent::numberOfProperties() + numprop++ ) in property()
422 int numprop = 0; in iconForProperty() local
425 else if ( which == Parent::numberOfProperties() + numprop++ ) in iconForProperty()
[all …]
H A Dconic_imp.cc538 int numprop = 0; in iconForProperty() local
541 else if ( which == Parent::numberOfProperties() + numprop++ ) in iconForProperty()
543 else if ( which == Parent::numberOfProperties() + numprop++ ) in iconForProperty()
545 else if ( which == Parent::numberOfProperties() + numprop++ ) in iconForProperty()
553 int numprop = 0; in property() local
556 else if ( which == Parent::numberOfProperties() + numprop++ ) in property()
558 else if ( which == Parent::numberOfProperties() + numprop++ ) in property()
560 else if ( which == Parent::numberOfProperties() + numprop++ ) in property()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/TOOLS/realcodecs/
H A D14_4.c299 numprop=0; in RASetFlavor()
300 while (numprop<32) { in RASetFlavor()
301 result1=raGetFlavorProperty(p1, flavor, numprop, (ulong)&property); in RASetFlavor()
303 numprop, property, result1); in RASetFlavor()
305 numprop++; in RASetFlavor()
H A D28_8.c299 numprop=0; in RASetFlavor()
300 while (numprop<32) { in RASetFlavor()
301 result1=raGetFlavorProperty(p1, flavor, numprop, (ulong)&property); in RASetFlavor()
303 numprop, property, result1); in RASetFlavor()
305 numprop++; in RASetFlavor()
H A Dcook.c387 ulong result, numprop=0, result1=0; in RASetFlavor() local
402 numprop=0; in RASetFlavor()
403 while (numprop<32) { in RASetFlavor()
404 result1=raGetFlavorProperty(p1, flavor, numprop, (ulong)&property); in RASetFlavor()
406 numprop, property, result1); in RASetFlavor()
408 numprop++; in RASetFlavor()
H A Dsipr.c418 ulong result, numprop=0, result1=0; in RASetFlavor() local
433 numprop=0; in RASetFlavor()
434 while (numprop<32) { in RASetFlavor()
435 result1=raGetFlavorProperty(p1, flavor, numprop, (ulong)&property); in RASetFlavor()
437 numprop, property, result1); in RASetFlavor()
439 numprop++; in RASetFlavor()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/TOOLS/realcodecs/
H A D14_4.c299 numprop=0; in RASetFlavor()
300 while (numprop<32) { in RASetFlavor()
301 result1=raGetFlavorProperty(p1, flavor, numprop, (ulong)&property); in RASetFlavor()
303 numprop, property, result1); in RASetFlavor()
305 numprop++; in RASetFlavor()
H A D28_8.c299 numprop=0; in RASetFlavor()
300 while (numprop<32) { in RASetFlavor()
301 result1=raGetFlavorProperty(p1, flavor, numprop, (ulong)&property); in RASetFlavor()
303 numprop, property, result1); in RASetFlavor()
305 numprop++; in RASetFlavor()
H A Dcook.c387 ulong result, numprop=0, result1=0; in RASetFlavor() local
402 numprop=0; in RASetFlavor()
403 while (numprop<32) { in RASetFlavor()
404 result1=raGetFlavorProperty(p1, flavor, numprop, (ulong)&property); in RASetFlavor()
406 numprop, property, result1); in RASetFlavor()
408 numprop++; in RASetFlavor()
H A Dsipr.c418 ulong result, numprop=0, result1=0; in RASetFlavor() local
433 numprop=0; in RASetFlavor()
434 while (numprop<32) { in RASetFlavor()
435 result1=raGetFlavorProperty(p1, flavor, numprop, (ulong)&property); in RASetFlavor()
437 numprop, property, result1); in RASetFlavor()
439 numprop++; in RASetFlavor()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/java/
H A Dnwchem_Property.java18 int numprop=0; field in nwchem_Property
162 numprop = Integer.parseInt(card.substring(1,7).trim()); in appendData()
163 for(int i=0; i<numprop; i++){ in appendData()
170 data = new double[numprop]; in appendData()
171 for(int i=0; i<numprop; i++){ in appendData()
268 data = new double[numprop]; in actionPerformed()
318 data = new double[numprop]; in actionPerformed()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/java/
H A Dnwchem_Property.java18 int numprop=0; field in nwchem_Property
162 numprop = Integer.parseInt(card.substring(1,7).trim()); in appendData()
163 for(int i=0; i<numprop; i++){ in appendData()
170 data = new double[numprop]; in appendData()
171 for(int i=0; i<numprop; i++){ in appendData()
268 data = new double[numprop]; in actionPerformed()
318 data = new double[numprop]; in actionPerformed()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/M3D/
H A DM3DExporter.cpp124 i = m->numprop++; in addProp()
125 m->prop = (m3dp_t *)M3D_REALLOC(m->prop, m->numprop * sizeof(m3dp_t)); in addProp()
182 m3d->material[mi].numprop = 0; in addMaterial()
H A Dm3d.h2561 m->numprop = 0; in m3d_load()
2578 j = m->numprop++; in m3d_load()
2597 m->numprop--; in m3d_load()
2609 if(!m->numprop) model->nummaterial--; in m3d_load()
3227 m->numprop = 0; in m3d_load()
3232 i = m->numprop++; in m3d_load()
3263 m->numprop--; in m3d_load()
4333 for(j = 0; j < m->numprop; j++) { in m3d_save()
4624 for(i = 0; i < m->numprop; i++) { in m3d_save()
4634 for(i = 0; i < m->numprop; i++) { in m3d_save()
[all …]
H A DM3DImporter.cpp256 for (j = 0; j < m->numprop; j++) { in importMaterials()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/M3D/
H A DM3DExporter.cpp124 i = m->numprop++; in addProp()
125 m->prop = (m3dp_t *)M3D_REALLOC(m->prop, m->numprop * sizeof(m3dp_t)); in addProp()
183 m3d->material[mi].numprop = 0; in addMaterial()
H A Dm3d.h295 uint8_t numprop; /* number of properties */ member
1420 m->numprop = 0; in m3d_load()
1437 j = m->numprop++; in m3d_load()
1459 m->numprop--; in m3d_load()
2155 m->numprop = 0; in m3d_load()
2160 i = m->numprop++; in m3d_load()
2212 m->numprop--; in m3d_load()
3334 for (j = 0; j < m->numprop; j++) { in m3d_save()
3668 for (i = 0; i < m->numprop; i++) { in m3d_save()
3683 for (i = 0; i < m->numprop; i++) { in m3d_save()
[all …]
H A DM3DImporter.cpp252 for (j = 0; j < m->numprop; j++) { in importMaterials()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dalterqcm.cwl30 numprop
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/gui/
H A Duzcctrllayercombobox.pas530 numprop:=0;
535 if KlacPoint.x>colwidth then inc(numprop) else break;
H A Duzcmainwindow.pas437 case numprop of
/dports/sysutils/lr/lr-1.5.1/
H A DREADME.md149 | <numprop> <numop> <num>
160 <numprop> ::= depth | dev | entries | gid | inode
/dports/graphics/pikchr/pikchr-90b6d5b4a3/doc/
H A Dgrammar.md165 ## *numeric-property*: [&#9654;info](./numprop.md)
/dports/lang/voc/voc-63008f6/src/library/oocX11/
H A DoocX11.Mod3255 numprop: C.int;