Home
last modified time | relevance | path

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

123456789

/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbHeap.cpp213 void (*setindex)(void*,int) = this->funcs.set_index_func; in newWeight() local
218 if (setindex) setindex(this->heap[i], i); in newWeight()
222 if (setindex) setindex(obj, i); in newWeight()
276 void (*setindex)(void*,int) = this->funcs.set_index_func; in heapify() local
287 if (setindex) setindex(this->heap[idx], idx); in heapify()
288 if (setindex) setindex(this->heap[smallest], smallest); in heapify()
318 void (*setindex)(void*,int) = this->funcs.set_index_func; in heapInsert() local
325 if (setindex) setindex(this->heap[i], i); in heapInsert()
329 if (setindex) setindex(obj, i); in heapInsert()
/dports/x11/antimicro/antimicro-2.23/src/
H A Dinputdevice.h212 void buttonDownEvent(int setindex, int buttonindex);
213 void buttonUpEvent(int setindex, int buttonindex);
214 virtual void axisActivatedEvent(int setindex, int axisindex, int value);
215 virtual void axisReleasedEvent(int setindex, int axisindex, int value);
218 virtual void axisButtonDownEvent(int setindex, int axisindex, int buttonindex);
219 virtual void axisButtonUpEvent(int setindex, int axisindex, int buttonindex);
220 virtual void dpadButtonDownEvent(int setindex, int dpadindex, int buttonindex);
221 virtual void dpadButtonUpEvent(int setindex, int dpadindex, int buttonindex);
224 virtual void stickButtonDownEvent(int setindex, int stickindex, int buttonindex);
225 virtual void stickButtonUpEvent(int setindex, int stickindex, int buttonindex);
H A Dsetjoystick.h117 void setAxisButtonClick(int setindex, int axis, int button);
118 void setAxisButtonRelease(int setindex, int axis, int button);
119 void setAxisActivated(int setindex, int axis, int value);
120 void setAxisReleased(int setindex, int axis, int value);
121 void setStickButtonClick(int setindex, int stick, int button);
122 void setStickButtonRelease(int setindex, int stick, int button);
123 void setDPadButtonClick(int setindex, int dpad, int button);
124 void setDPadButtonRelease(int setindex, int dpad, int button);
H A Dinputdevice.cpp1355 Q_UNUSED(setindex); in buttonDownEvent()
1366 void InputDevice::buttonUpEvent(int setindex, int buttonindex) in buttonUpEvent() argument
1368 Q_UNUSED(setindex); in buttonUpEvent()
1398 buttonDownEvent(setindex, buttonindex); in axisButtonDownEvent()
1405 buttonUpEvent(setindex, buttonindex); in axisButtonUpEvent()
1430 buttonDownEvent(setindex, buttonindex); in dpadButtonDownEvent()
1437 buttonUpEvent(setindex, buttonindex); in dpadButtonUpEvent()
1444 buttonDownEvent(setindex, buttonindex); in stickButtonDownEvent()
1451 buttonUpEvent(setindex, buttonindex); in stickButtonUpEvent()
1778 Q_UNUSED(setindex); in axisActivatedEvent()
[all …]
/dports/math/SCIP/scip-7.0.3/applications/Coloring/src/
H A Dprobdata_coloring.h68 int setindex, /**< index of the stable set */
87 …int* setindex /**< return value: index of the stable set, -i-1 if set …
94 int setindex, /**< index of the stable set */
101 int setindex /**< index of the stable set */
136 int setindex, /**< index of the stable set */
H A Dprobdata_coloring.c834 assert((setindex >= 0) && (setindex < probdata->nstablesets)); in COLORprobAddVarForStableSet()
840 probdata->stablesetvars[setindex] = var; in COLORprobAddVarForStableSet()
857 assert ( (setindex >= 0) && (setindex < probdata->nstablesets)); in COLORprobGetVarForStableSet()
859 return probdata->stablesetvars[setindex]; in COLORprobGetVarForStableSet()
880 u = probdata->stablesetlengths[setindex]-1; in COLORprobIsNodeInStableSet()
884 if ( probdata->stablesets[setindex][m] == node ) in COLORprobIsNodeInStableSet()
888 if ( probdata->stablesets[setindex][m] > node ) in COLORprobIsNodeInStableSet()
892 if ( probdata->stablesets[setindex][m] < node ) in COLORprobIsNodeInStableSet()
1014 *setindex = probdata->nstablesets; in COLORprobAddNewStableSet()
1036 *stableset = probdata->stablesets[setindex]; in COLORprobGetStableSet()
[all …]
H A Dbranch_coloring.c110 int setindex; in SCIP_DECL_BRANCHEXECLP() local
144 setindex = (int)(size_t) SCIPvarGetData(s1); in SCIP_DECL_BRANCHEXECLP()
147 COLORprobGetStableSet(scip, setindex, &set1, &setlength1); in SCIP_DECL_BRANCHEXECLP()
167 setindex = (int)(size_t) SCIPvarGetData(s2); in SCIP_DECL_BRANCHEXECLP()
169 COLORprobGetStableSet(scip, setindex, &set2, &setlength2); in SCIP_DECL_BRANCHEXECLP()
H A Dreader_csol.c102 int setindex; in SCIP_DECL_READERREAD() local
272 SCIP_CALL( COLORprobAddNewStableSet(scip, sets[i], setlengths[i], &setindex) ); in SCIP_DECL_READERREAD()
273 assert(setindex == i); in SCIP_DECL_READERREAD()
276 TRUE, FALSE, NULL, NULL, NULL, NULL, (SCIP_VARDATA*)(size_t)setindex) ); /*lint !e571*/ in SCIP_DECL_READERREAD()
278 SCIP_CALL( COLORprobAddVarForStableSet(scip, setindex, var) ); in SCIP_DECL_READERREAD()
H A Dbranch_strongcoloring.c212 int setindex; in computeBranchingPriorities() local
248 setindex = (int)(size_t) SCIPvarGetData(var); in computeBranchingPriorities()
249 COLORprobGetStableSet(scip, setindex, &set, &setlength); in computeBranchingPriorities()
285 …assert(COLORprobIsNodeInStableSet(scip, setindex, node1) && COLORprobIsNodeInStableSet(scip, setin… in computeBranchingPriorities()
292 …assert(COLORprobIsNodeInStableSet(scip, setindex, node1) && !COLORprobIsNodeInStableSet(scip, seti… in computeBranchingPriorities()
/dports/databases/p5-TokyoCabinet/tokyocabinet-perl-1.34/
H A Dtcttest.pl245 if(($iflags & (1 << 0)) && !$tdb->setindex("", $tdb->ITDECIMAL)){
249 if(($iflags & (1 << 1)) && !$tdb->setindex("str", $tdb->ITLEXICAL)){
253 if(($iflags & (1 << 2)) && !$tdb->setindex("num", $tdb->ITDECIMAL)){
261 if(($iflags & (1 << 4)) && !$tdb->setindex("flag", $tdb->ITTOKEN)){
265 if(($iflags & (1 << 5)) && !$tdb->setindex("text", $tdb->ITQGRAM)){
419 if(!$tdb->setindex("", $tdb->ITDECIMAL)){
423 if(!$tdb->setindex("str", $tdb->ITLEXICAL)){
427 if(!$tdb->setindex("num", $tdb->ITDECIMAL)){
431 if(!$tdb->setindex("type", $tdb->ITDECIMAL)){
435 if(!$tdb->setindex("flag", $tdb->ITTOKEN)){
[all …]
/dports/devel/R-cran-data.table/data.table/inst/doc/
H A Ddatatable-secondary-indices-and-auto-indexing.R19 setindex(flights, origin)
31 setindex(flights, origin, dest)
52 setindex(flights, origin)
H A Ddatatable-secondary-indices-and-auto-indexing.Rmd65 setindex(flights, origin)
75 * `setindex` and `setindexv()` allows adding a secondary index to the data.table.
81 * `setindex(flights, NULL)` would remove all secondary indices.
88 setindex(flights, origin, dest)
144 …ng by computing secondary indices on the fly. This eliminates having to do `setindex()` every time.
170 * If we had already created a secondary index, using `setindex()`, then `on` would reuse it instead…
173 setindex(flights, origin)
187 * Since the time to compute the secondary index is quite small, we don't have to use `setindex()`, …
319 * Disabling auto indexing still allows to use indices created explicitly with `setindex` or `setind…
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/example/
H A DMakefile99 LD_LIBRARY_PATH=/usr/local/lib:.:.. ../tctmgr setindex -it qgram tctchat.tct "t"
106 LD_LIBRARY_PATH=/usr/local/lib:.:.. ../tctmgr setindex -it qgram tctsearch.tct "text"
107 LD_LIBRARY_PATH=/usr/local/lib:.:.. ../tctmgr setindex -it qgram tctsearch.tct "title"
/dports/textproc/yelp-xsl/yelp-xsl-40.2/doc/yelp-xsl/ducks/
H A Ddb2html-index.duck70 * $code(setindex | db:setindex)
/dports/devel/R-cran-data.table/data.table/man/
H A Dsetkey.Rd6 \alias{setindex}
30 \code{setindex} creates an index for the provided columns. This index is simply an
42 setindex(\dots)
130 setindex(DT) # set indices
131 setindex(DT, A)
132 setindex(DT, B)
/dports/devel/R-cran-data.table/data.table/vignettes/
H A Ddatatable-secondary-indices-and-auto-indexing.Rmd65 setindex(flights, origin)
75 * `setindex` and `setindexv()` allows adding a secondary index to the data.table.
81 * `setindex(flights, NULL)` would remove all secondary indices.
88 setindex(flights, origin, dest)
144 …ng by computing secondary indices on the fly. This eliminates having to do `setindex()` every time.
170 * If we had already created a secondary index, using `setindex()`, then `on` would reuse it instead…
173 setindex(flights, origin)
187 * Since the time to compute the secondary index is quite small, we don't have to use `setindex()`, …
319 * Disabling auto indexing still allows to use indices created explicitly with `setindex` or `setind…
/dports/math/gambit/gambit-16.0.1/library/include/gambit/
H A Ddvector.imp43 template <class T> void DVector<T>::setindex(void)
78 setindex();
92 setindex();
101 setindex();
H A Dpvector.imp38 template <class T> void PVector<T>::setindex(void)
71 setindex();
81 setindex();
89 setindex();
/dports/cad/alliance/alliance/src/boog/src/
H A Dbog_map_abl.c194 setindex( lofig->LOSIG->INDEX + 1 ); in loc_map_abl()
297 setindex( lofig->LOSIG->INDEX + 1 ); in map_abl()
415 setindex( lofig->LOSIG->INDEX + 1 ); in map_bus()
538 setindex( lofig->LOSIG->INDEX + 1 ); in map_register()
H A Dbog_map_befig.h53 extern void setindex __P ((long new_index));
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dmanyind.cwl7 \setindex{tag}
/dports/editors/emacs-devel/emacs-4d1968b/etc/schema/
H A Ddbstart.rnc6 | setindex
/dports/editors/emacs/emacs-27.2/etc/schema/
H A Ddbstart.rnc6 | setindex
/dports/databases/p5-tokyotyrant/tokyotyrant-perl-1.16/
H A Dtcrtest.pl832 if(!$rdb->setindex("", $rdb->ITDECIMAL)){
836 if(!$rdb->setindex("str", $rdb->ITLEXICAL)){
840 if(!$rdb->setindex("num", $rdb->ITDECIMAL)){
844 if(!$rdb->setindex("type", $rdb->ITDECIMAL)){
848 if(!$rdb->setindex("flag", $rdb->ITTOKEN)){
852 if(!$rdb->setindex("text", $rdb->ITQGRAM)){
/dports/sysutils/cdrkit/cdrkit-1.1.11/wodim/
H A Dauinfo.c58 void setindex(char *tindex, track_t *trackp);
283 setindex(p, &trackp[track]); in auinfo()
485 setindex(char *tindex, track_t *trackp) in setindex() function

123456789