Lines Matching refs:sqlite3_rtree_dbl
11429 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
11431 typedef double sqlite3_rtree_dbl; typedef
11443 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
11455 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
11487 sqlite3_rtree_dbl *aParam; /* value of function parameters */
11490 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
11496 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
11499 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
214638 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
214644 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
214652 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
214658 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
214665 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
214678 sqlite3_rtree_dbl *prScore, /* OUT: score for the cell */
214685 sqlite3_rtree_dbl aCoord[RTREE_MAX_DIMENSIONS*2]; /* Decoded coordinates */
214755 sqlite3_rtree_dbl val; /* Coordinate value convert to a double */
215109 sqlite3_rtree_dbl rScore = (sqlite3_rtree_dbl)-1;