Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218692 typedef sqlite3_int64 RtreeDValue; /* High accuracy coordinate */ typedef
218696 typedef double RtreeDValue; /* High accuracy coordinate */ typedef
218720 RtreeDValue rScore; /* The score for this node. Smallest goes first. */
218798 # define DCOORD(coord) ((RtreeDValue)coord.i)
218814 RtreeDValue rValue; /* Constraint value. */
218815 int (*xGeom)(sqlite3_rtree_geometry*,int,RtreeDValue*,int*);
218876 int (*xGeom)(sqlite3_rtree_geometry*, int, RtreeDValue*, int*);
218893 RtreeDValue aParam[FLEXARRAY]; /* Values for parameters to the SQL function */
218898 (offsetof(RtreeMatchArg,aParam)+(N)*sizeof(RtreeDValue))
219842 RtreeDValue xN; /* Coordinate value converted to a double */
[all …]