OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cell_max
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c
902
double
cell_max
= DCOORD(cell.aCoord[(p->iCoord>>1)*2+1]);
local
914
bRes = p->rValue>
cell_max
;
918
bRes = (p->rValue>
cell_max
|| p->rValue<cell_min);
[
all
...]
Completed in 100 milliseconds