Searched refs:sqlite3_rtree_dbl (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.h | 9846 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef 9848 typedef double sqlite3_rtree_dbl; typedef 9860 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*), 9872 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */ 9904 sqlite3_rtree_dbl *aParam; /* value of function parameters */ 9907 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ 9913 sqlite3_rtree_dbl rParentScore; /* Score of parent node */ 9916 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
|
D | bindgen_bundled_version.rs | 4332 pub type sqlite3_rtree_dbl = f64; typedef 4341 arg3: *mut sqlite3_rtree_dbl, in sqlite3_rtree_geometry_callback() argument 4353 pub aParam: *mut sqlite3_rtree_dbl, 4436 pub aParam: *mut sqlite3_rtree_dbl, 4439 pub aCoord: *mut sqlite3_rtree_dbl, 4445 pub rParentScore: sqlite3_rtree_dbl, 4448 pub rScore: sqlite3_rtree_dbl,
|
D | sqlite3.c | 10894 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef 10896 typedef double sqlite3_rtree_dbl; typedef 10908 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*), 10920 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */ 10952 sqlite3_rtree_dbl *aParam; /* value of function parameters */ 10955 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ 10961 sqlite3_rtree_dbl rParentScore; /* Score of parent node */ 10964 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ 189213 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \ 189219 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \ [all …]
|
/external/sqlite/dist/ |
D | sqlite3.h | 9840 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef 9842 typedef double sqlite3_rtree_dbl; typedef 9854 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*), 9866 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */ 9898 sqlite3_rtree_dbl *aParam; /* value of function parameters */ 9901 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ 9907 sqlite3_rtree_dbl rParentScore; /* Score of parent node */ 9910 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
|
D | sqlite3.c | 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 */ 188482 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \ 188488 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 9840 typedef sqlite3_int64 sqlite3_rtree_dbl; typedef 9842 typedef double sqlite3_rtree_dbl; typedef 9854 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*), 9866 sqlite3_rtree_dbl *aParam; /* Parameters passed to SQL geom function */ 9898 sqlite3_rtree_dbl *aParam; /* value of function parameters */ 9901 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ 9907 sqlite3_rtree_dbl rParentScore; /* Score of parent node */ 9910 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
|
D | sqlite3.c | 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 */ 188454 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \ 188460 r = eInt ? (sqlite3_rtree_dbl)c.i : (sqlite3_rtree_dbl)c.f; \ [all …]
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 1117 typedef double sqlite3_rtree_dbl; 1122 int (*xGeom)(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*,int*), 1134 sqlite3_rtree_dbl *aParam; 1156 sqlite3_rtree_dbl *aParam; 1159 sqlite3_rtree_dbl *aCoord; 1165 sqlite3_rtree_dbl rParentScore; 1168 sqlite3_rtree_dbl rScore;
|