Lines Matching refs:sqlite3_rtree_dbl
9862 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
9864 typedef double sqlite3_rtree_dbl; typedef
9876 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
9888 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
9920 sqlite3_rtree_dbl *aParam; /* value of function parameters */
9923 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
9929 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
9932 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
168136 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
168142 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
168150 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
168156 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
168163 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
168176 sqlite3_rtree_dbl *prScore, /* OUT: score for the cell */
168183 sqlite3_rtree_dbl aCoord[RTREE_MAX_DIMENSIONS*2]; /* Decoded coordinates */
168253 sqlite3_rtree_dbl val; /* Coordinate value convert to a double */
168587 sqlite3_rtree_dbl rScore = (sqlite3_rtree_dbl)-1;