Home
last modified time | relevance | path

Searched refs:sqlite3_rtree_dbl (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A Dsqlite3rtree.h30 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef
32 typedef double sqlite3_rtree_dbl; typedef
44 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*),
56 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */
88 sqlite3_rtree_dbl *aParam; /* value of function parameters */
91 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */
97 sqlite3_rtree_dbl rParentScore; /* Score of parent node */
100 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
H A Drtree.c1159 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
1165 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
1173 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
1179 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
1186 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \
1199 sqlite3_rtree_dbl *prScore, /* OUT: score for the cell */ in rtreeCallbackConstraint()
1206 sqlite3_rtree_dbl aCoord[RTREE_MAX_DIMENSIONS*2]; /* Decoded coordinates */ in rtreeCallbackConstraint()
1276 sqlite3_rtree_dbl val; /* Coordinate value convert to a double */ in rtreeNonleafConstraint()
1630 sqlite3_rtree_dbl rScore = (sqlite3_rtree_dbl)-1; in rtreeStepToLeaf()
H A Dtest_rtreedoc.c51 sqlite3_rtree_dbl *aCoord in invokeTclGeomCb()
148 sqlite3_rtree_dbl *aCoord, /* R-00090-24248 */ in box_geom()
/sqlite-3.40.0/src/
H A Dtest_rtree.c59 sqlite3_rtree_dbl *aCoord, in circle_geom()
399 sqlite3_rtree_dbl *aCoord, in cube_geom()