Home
last modified time | relevance | path

Searched refs:iDim (Results 101 – 125 of 252) sorted by relevance

1234567891011

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c126347 int iDim,
126390 float xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
126873 int iDim;
126904 for(iDim=0; iDim<pRtree->nDim; iDim++){
126905 aCenterCoord[iDim] += (float)DCOORD(aCell[ii].aCoord[iDim*2]);
126906 aCenterCoord[iDim] += (float)DCOORD(aCell[ii].aCoord[iDim*2+1]);
126909 for(iDim=0; iDim<pRtree->nDim; iDim++){
126910 aCenterCoord[iDim] = (float)(aCenterCoord[iDim]/((float)nCell*2.0));
126915 for(iDim=0; iDim<pRtree->nDim; iDim++){
126917 DCOORD(aCell[ii].aCoord[iDim*2]));
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c126311 int iDim,
126354 float xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
126837 int iDim;
126868 for(iDim=0; iDim<pRtree->nDim; iDim++){
126869 aCenterCoord[iDim] += (float)DCOORD(aCell[ii].aCoord[iDim*2]);
126870 aCenterCoord[iDim] += (float)DCOORD(aCell[ii].aCoord[iDim*2+1]);
126873 for(iDim=0; iDim<pRtree->nDim; iDim++){
126874 aCenterCoord[iDim] = (float)(aCenterCoord[iDim]/((float)nCell*2.0));
126879 for(iDim=0; iDim<pRtree->nDim; iDim++){
126881 DCOORD(aCell[ii].aCoord[iDim*2]));
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c128959 int iDim,
129002 float xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
129485 int iDim;
129516 for(iDim=0; iDim<pRtree->nDim; iDim++){
129517 aCenterCoord[iDim] += (float)DCOORD(aCell[ii].aCoord[iDim*2]);
129518 aCenterCoord[iDim] += (float)DCOORD(aCell[ii].aCoord[iDim*2+1]);
129521 for(iDim=0; iDim<pRtree->nDim; iDim++){
129522 aCenterCoord[iDim] = (float)(aCenterCoord[iDim]/((float)nCell*2.0));
129527 for(iDim=0; iDim<pRtree->nDim; iDim++){
129529 DCOORD(aCell[ii].aCoord[iDim*2]));
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c144181 int iDim,
144222 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
144224 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
144707 int iDim;
144740 for(iDim=0; iDim<pRtree->nDim; iDim++){
144741 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
144742 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
144745 for(iDim=0; iDim<pRtree->nDim; iDim++){
144746 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
144751 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c145586 int iDim,
145627 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
145629 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
146056 int iDim;
146089 for(iDim=0; iDim<pRtree->nDim; iDim++){
146090 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
146091 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
146094 for(iDim=0; iDim<pRtree->nDim; iDim++){
146095 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
146100 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c138288 int iDim,
138329 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
138331 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
138814 int iDim;
138847 for(iDim=0; iDim<pRtree->nDim; iDim++){
138848 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
138849 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
138852 for(iDim=0; iDim<pRtree->nDim; iDim++){
138853 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
138858 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c146686 int iDim,
146727 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
146729 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
147156 int iDim;
147189 for(iDim=0; iDim<pRtree->nDim; iDim++){
147190 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
147191 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
147194 for(iDim=0; iDim<pRtree->nDim; iDim++){
147195 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
147200 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c139169 int iDim,
139210 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
139212 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
139695 int iDim;
139728 for(iDim=0; iDim<pRtree->nDim; iDim++){
139729 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
139730 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
139733 for(iDim=0; iDim<pRtree->nDim; iDim++){
139734 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
139739 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c145586 int iDim,
145627 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
145629 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
146056 int iDim;
146089 for(iDim=0; iDim<pRtree->nDim; iDim++){
146090 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
146091 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
146094 for(iDim=0; iDim<pRtree->nDim; iDim++){
146095 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
146100 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c145586 int iDim,
145627 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
145629 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
146056 int iDim;
146089 for(iDim=0; iDim<pRtree->nDim; iDim++){
146090 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
146091 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
146094 for(iDim=0; iDim<pRtree->nDim; iDim++){
146095 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
146100 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c143089 int iDim,
143130 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
143132 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
143615 int iDim;
143648 for(iDim=0; iDim<pRtree->nDim; iDim++){
143649 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
143650 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
143653 for(iDim=0; iDim<pRtree->nDim; iDim++){
143654 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
143659 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c154646 int iDim,
154687 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
154689 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
155116 int iDim;
155149 for(iDim=0; iDim<pRtree->nDim; iDim++){
155150 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
155151 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
155154 for(iDim=0; iDim<pRtree->nDim; iDim++){
155155 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
155160 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c154646 int iDim,
154687 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
154689 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
155116 int iDim;
155149 for(iDim=0; iDim<pRtree->nDim; iDim++){
155150 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
155151 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
155154 for(iDim=0; iDim<pRtree->nDim; iDim++){
155155 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
155160 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c152435 int iDim,
152476 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
152478 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
152905 int iDim;
152938 for(iDim=0; iDim<pRtree->nDim; iDim++){
152939 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
152940 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
152943 for(iDim=0; iDim<pRtree->nDim; iDim++){
152944 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
152949 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c149442 int iDim,
149483 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
149485 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
149912 int iDim;
149945 for(iDim=0; iDim<pRtree->nDim; iDim++){
149946 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
149947 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
149950 for(iDim=0; iDim<pRtree->nDim; iDim++){
149951 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
149956 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c154667 int iDim,
154708 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
154710 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
155137 int iDim;
155170 for(iDim=0; iDim<pRtree->nDim; iDim++){
155171 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
155172 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
155175 for(iDim=0; iDim<pRtree->nDim; iDim++){
155176 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
155181 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c154646 int iDim,
154687 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
154689 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
155116 int iDim;
155149 for(iDim=0; iDim<pRtree->nDim; iDim++){
155150 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
155151 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
155154 for(iDim=0; iDim<pRtree->nDim; iDim++){
155155 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
155160 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c154646 int iDim,
154687 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
154689 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
155116 int iDim;
155149 for(iDim=0; iDim<pRtree->nDim; iDim++){
155150 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
155151 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
155154 for(iDim=0; iDim<pRtree->nDim; iDim++){
155155 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
155160 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c154646 int iDim,
154687 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
154689 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
155116 int iDim;
155149 for(iDim=0; iDim<pRtree->nDim; iDim++){
155150 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
155151 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
155154 for(iDim=0; iDim<pRtree->nDim; iDim++){
155155 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
155160 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c154646 int iDim,
154687 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
154689 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
155116 int iDim;
155149 for(iDim=0; iDim<pRtree->nDim; iDim++){
155150 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
155151 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
155154 for(iDim=0; iDim<pRtree->nDim; iDim++){
155155 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
155160 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c154646 int iDim,
154687 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
154689 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
155116 int iDim;
155149 for(iDim=0; iDim<pRtree->nDim; iDim++){
155150 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
155151 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
155154 for(iDim=0; iDim<pRtree->nDim; iDim++){
155155 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
155160 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c154646 int iDim,
154687 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
154689 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
155116 int iDim;
155149 for(iDim=0; iDim<pRtree->nDim; iDim++){
155150 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
155151 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
155154 for(iDim=0; iDim<pRtree->nDim; iDim++){
155155 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
155160 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c154646 int iDim,
154687 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
154689 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
155116 int iDim;
155149 for(iDim=0; iDim<pRtree->nDim; iDim++){
155150 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
155151 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
155154 for(iDim=0; iDim<pRtree->nDim; iDim++){
155155 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
155160 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/auto/
H A Dsqlite3.c154667 int iDim,
154708 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
154710 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
155137 int iDim;
155170 for(iDim=0; iDim<pRtree->nDim; iDim++){
155171 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
155172 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
155175 for(iDim=0; iDim<pRtree->nDim; iDim++){
155176 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
155181 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c157486 int iDim,
157527 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
157529 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
157956 int iDim;
157989 for(iDim=0; iDim<pRtree->nDim; iDim++){
157990 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]);
157991 aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]);
157994 for(iDim=0; iDim<pRtree->nDim; iDim++){
157995 aCenterCoord[iDim] = (aCenterCoord[iDim]/(nCell*(RtreeDValue)2));
158000 for(iDim=0; iDim<pRtree->nDim; iDim++){
[all …]

1234567891011