Lines Matching refs:sqlite3_rtree_dbl
11146 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
11148 typedef double sqlite3_rtree_dbl; typedef
11160 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
11172 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
11204 sqlite3_rtree_dbl *aParam; /* value of function parameters */
11207 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
11213 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
11216 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
209685 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
209691 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
209699 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
209705 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
209712 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
209725 sqlite3_rtree_dbl *prScore, /* OUT: score for the cell */
209732 sqlite3_rtree_dbl aCoord[RTREE_MAX_DIMENSIONS*2]; /* Decoded coordinates */
209802 sqlite3_rtree_dbl val; /* Coordinate value convert to a double */
210156 sqlite3_rtree_dbl rScore = (sqlite3_rtree_dbl)-1;