Lines Matching defs:sqlite3_rtree_dbl
11192 typedef sqlite3_int64 sqlite3_rtree_dbl;
11194 typedef double sqlite3_rtree_dbl;
11206 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
11218 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
11250 sqlite3_rtree_dbl *aParam; /* value of function parameters */
11253 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
11259 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
11262 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
211482 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
211488 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
211496 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
211502 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
211509 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
211522 sqlite3_rtree_dbl *prScore, /* OUT: score for the cell */
211529 sqlite3_rtree_dbl aCoord[RTREE_MAX_DIMENSIONS*2]; /* Decoded coordinates */
211599 sqlite3_rtree_dbl val; /* Coordinate value convert to a double */
211953 sqlite3_rtree_dbl rScore = (sqlite3_rtree_dbl)-1;