Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218320 typedef sqlite3_int64 RtreeDValue; /* High accuracy coordinate */ typedef
218324 typedef double RtreeDValue; /* High accuracy coordinate */ typedef
218348 RtreeDValue rScore; /* The score for this node. Smallest goes first. */
218426 # define DCOORD(coord) ((RtreeDValue)coord.i)
218442 RtreeDValue rValue; /* Constraint value. */
218443 int (*xGeom)(sqlite3_rtree_geometry*,int,RtreeDValue*,int*);
218504 int (*xGeom)(sqlite3_rtree_geometry*, int, RtreeDValue*, int*);
218521 RtreeDValue aParam[FLEXARRAY]; /* Values for parameters to the SQL function */
218526 (offsetof(RtreeMatchArg,aParam)+(N)*sizeof(RtreeDValue))
219467 RtreeDValue xN; /* Coordinate value converted to a double */
[all …]