Lines Matching refs:sqlite3_rtree_dbl
10879 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
10881 typedef double sqlite3_rtree_dbl; typedef
10893 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
10905 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
10937 sqlite3_rtree_dbl *aParam; /* value of function parameters */
10940 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
10946 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
10949 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
188323 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
188329 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
188337 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
188343 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
188350 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
188363 sqlite3_rtree_dbl *prScore, /* OUT: score for the cell */
188370 sqlite3_rtree_dbl aCoord[RTREE_MAX_DIMENSIONS*2]; /* Decoded coordinates */
188440 sqlite3_rtree_dbl val; /* Coordinate value convert to a double */
188783 sqlite3_rtree_dbl rScore = (sqlite3_rtree_dbl)-1;