Lines Matching refs:sqlite3_rtree_dbl
10409 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
10411 typedef double sqlite3_rtree_dbl; typedef
10423 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
10435 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
10467 sqlite3_rtree_dbl *aParam; /* value of function parameters */
10470 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
10476 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
10479 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
195104 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
195110 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
195118 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
195124 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
195131 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
195144 sqlite3_rtree_dbl *prScore, /* OUT: score for the cell */
195151 sqlite3_rtree_dbl aCoord[RTREE_MAX_DIMENSIONS*2]; /* Decoded coordinates */
195221 sqlite3_rtree_dbl val; /* Coordinate value convert to a double */
195575 sqlite3_rtree_dbl rScore = (sqlite3_rtree_dbl)-1;