DCOORD 125135 third_party/sqlite/amalgamation/sqlite3.c aCoord[i] = DCOORD(pCell->aCoord[i]); DCOORD 125158 third_party/sqlite/amalgamation/sqlite3.c double cell_min = DCOORD(cell.aCoord[(p->iCoord>>1)*2]); DCOORD 125159 third_party/sqlite/amalgamation/sqlite3.c double cell_max = DCOORD(cell.aCoord[(p->iCoord>>1)*2+1]); DCOORD 125211 third_party/sqlite/amalgamation/sqlite3.c double coord = DCOORD(cell.aCoord[p->iCoord]); DCOORD 125681 third_party/sqlite/amalgamation/sqlite3.c area = area * (DCOORD(p->aCoord[ii+1]) - DCOORD(p->aCoord[ii])); DCOORD 125694 third_party/sqlite/amalgamation/sqlite3.c margin += (DCOORD(p->aCoord[ii+1]) - DCOORD(p->aCoord[ii])); DCOORD 125772 third_party/sqlite/amalgamation/sqlite3.c x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj])); DCOORD 125773 third_party/sqlite/amalgamation/sqlite3.c x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1])); DCOORD 125994 third_party/sqlite/amalgamation/sqlite3.c float x1 = DCOORD(aCell[0].aCoord[i*2]); DCOORD 125995 third_party/sqlite/amalgamation/sqlite3.c float x2 = DCOORD(aCell[0].aCoord[i*2+1]); DCOORD 126004 third_party/sqlite/amalgamation/sqlite3.c float left = DCOORD(aCell[jj].aCoord[i*2]); DCOORD 126005 third_party/sqlite/amalgamation/sqlite3.c float right = DCOORD(aCell[jj].aCoord[i*2+1]); DCOORD 126210 third_party/sqlite/amalgamation/sqlite3.c double xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]); DCOORD 126211 third_party/sqlite/amalgamation/sqlite3.c double xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]); DCOORD 126212 third_party/sqlite/amalgamation/sqlite3.c double xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]); DCOORD 126213 third_party/sqlite/amalgamation/sqlite3.c double xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]); DCOORD 126748 third_party/sqlite/amalgamation/sqlite3.c aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]); DCOORD 126749 third_party/sqlite/amalgamation/sqlite3.c aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]); DCOORD 126759 third_party/sqlite/amalgamation/sqlite3.c float coord = DCOORD(aCell[ii].aCoord[iDim*2+1]) - DCOORD 126760 third_party/sqlite/amalgamation/sqlite3.c DCOORD(aCell[ii].aCoord[iDim*2]); DCOORD 878 third_party/sqlite/src/ext/rtree/rtree.c aCoord[i] = DCOORD(pCell->aCoord[i]); DCOORD 901 third_party/sqlite/src/ext/rtree/rtree.c double cell_min = DCOORD(cell.aCoord[(p->iCoord>>1)*2]); DCOORD 902 third_party/sqlite/src/ext/rtree/rtree.c double cell_max = DCOORD(cell.aCoord[(p->iCoord>>1)*2+1]); DCOORD 954 third_party/sqlite/src/ext/rtree/rtree.c double coord = DCOORD(cell.aCoord[p->iCoord]); DCOORD 1424 third_party/sqlite/src/ext/rtree/rtree.c area = area * (DCOORD(p->aCoord[ii+1]) - DCOORD(p->aCoord[ii])); DCOORD 1437 third_party/sqlite/src/ext/rtree/rtree.c margin += (DCOORD(p->aCoord[ii+1]) - DCOORD(p->aCoord[ii])); DCOORD 1515 third_party/sqlite/src/ext/rtree/rtree.c x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj])); DCOORD 1516 third_party/sqlite/src/ext/rtree/rtree.c x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1])); DCOORD 1737 third_party/sqlite/src/ext/rtree/rtree.c float x1 = DCOORD(aCell[0].aCoord[i*2]); DCOORD 1738 third_party/sqlite/src/ext/rtree/rtree.c float x2 = DCOORD(aCell[0].aCoord[i*2+1]); DCOORD 1747 third_party/sqlite/src/ext/rtree/rtree.c float left = DCOORD(aCell[jj].aCoord[i*2]); DCOORD 1748 third_party/sqlite/src/ext/rtree/rtree.c float right = DCOORD(aCell[jj].aCoord[i*2+1]); DCOORD 1953 third_party/sqlite/src/ext/rtree/rtree.c double xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]); DCOORD 1954 third_party/sqlite/src/ext/rtree/rtree.c double xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]); DCOORD 1955 third_party/sqlite/src/ext/rtree/rtree.c double xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]); DCOORD 1956 third_party/sqlite/src/ext/rtree/rtree.c double xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]); DCOORD 2491 third_party/sqlite/src/ext/rtree/rtree.c aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2]); DCOORD 2492 third_party/sqlite/src/ext/rtree/rtree.c aCenterCoord[iDim] += DCOORD(aCell[ii].aCoord[iDim*2+1]); DCOORD 2502 third_party/sqlite/src/ext/rtree/rtree.c float coord = DCOORD(aCell[ii].aCoord[iDim*2+1]) - DCOORD 2503 third_party/sqlite/src/ext/rtree/rtree.c DCOORD(aCell[ii].aCoord[iDim*2]);