Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c2140 int isInt = (pRtree->eCoordType==RTREE_COORD_INT32); in cellContains() local
2144 if( (!isInt && (a2[0].f<a1[0].f || a2[1].f>a1[1].f)) in cellContains()
2145 || ( isInt && (a2[0].i<a1[0].i || a2[1].i>a1[1].i)) in cellContains()