Searched defs:aCoord (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_rtree.c51 double *aCoord,
108 xmin = aCoord[0];
109 xmax = aCoord[1];
110 ymin = aCoord[2];
111 ymax = aCoord[3];
191 double *aCoord,
221 if( aCoord[0]<=(pCube->x+pCube->width)
222 && aCoord[1]>=pCube->x
223 && aCoord[2]<=(pCube->y+pCube->height)
224 && aCoord[
48 circle_geom( sqlite3_rtree_geometry *p, int nCoord, double *aCoord, int *pRes ) argument
188 cube_geom( sqlite3_rtree_geometry *p, int nCoord, double *aCoord, int *piRes ) argument
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c272 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; member in struct:RtreeCell
562 p += writeCoord(p, &pCell->aCoord[ii]);
699 nodeGetCoord(pRtree, pNode, iCell, ii, &pCell->aCoord[ii]);
871 double aCoord[RTREE_MAX_DIMENSIONS*2]; local
878 aCoord[i] = DCOORD(pCell->aCoord[i]);
880 return pConstraint->xGeom(pConstraint->pGeom, nCoord, aCoord, pbRes);
901 double cell_min = DCOORD(cell.aCoord[(p->iCoord>>1)*2]);
902 double cell_max = DCOORD(cell.aCoord[(p->iCoord>>1)*2+1]);
954 double coord = DCOORD(cell.aCoord[
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7010 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
124731 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; member in struct:RtreeCell
125330 double aCoord[RTREE_MAX_DIMENSIONS*2]; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c7526 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
130385 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; member in struct:RtreeCell
130984 double aCoord[RTREE_MAX_DIMENSIONS*2]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7526 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
130433 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; member in struct:RtreeCell
131032 double aCoord[RTREE_MAX_DIMENSIONS*2]; local
[all...]

Completed in 915 milliseconds