xN               152016 ext/sqlite3/libsqlite/sqlite3.c   RtreeDValue xN;      /* Coordinate value converted to a double */
xN               152021 ext/sqlite3/libsqlite/sqlite3.c   RTREE_DECODE_COORD(eInt, pCellData, xN);
xN               152023 ext/sqlite3/libsqlite/sqlite3.c     case RTREE_LE: if( xN <= p->u.rValue ) return;  break;
xN               152024 ext/sqlite3/libsqlite/sqlite3.c     case RTREE_LT: if( xN <  p->u.rValue ) return;  break;
xN               152025 ext/sqlite3/libsqlite/sqlite3.c     case RTREE_GE: if( xN >= p->u.rValue ) return;  break;
xN               152026 ext/sqlite3/libsqlite/sqlite3.c     case RTREE_GT: if( xN >  p->u.rValue ) return;  break;
xN               152027 ext/sqlite3/libsqlite/sqlite3.c     default:       if( xN == p->u.rValue ) return;  break;