OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rValue
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbe.c
252
double
rValue
;
256
if( sqlite3AtoF(pRec->z, &
rValue
, pRec->n, enc)==0 ) return;
261
pRec->r =
rValue
;
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c
241
double
rValue
; /* Constraint value. */
910
bRes = p->
rValue
<cell_min;
914
bRes = p->
rValue
>cell_max;
918
bRes = (p->
rValue
>cell_max || p->
rValue
<cell_min);
960
case RTREE_LE: res = (coord<=p->
rValue
); break;
961
case RTREE_LT: res = (coord<p->
rValue
); break;
962
case RTREE_GE: res = (coord>=p->
rValue
); break;
963
case RTREE_GT: res = (coord>p->
rValue
); break;
964
case RTREE_EQ: res = (coord==p->
rValue
); break
[
all
...]
/external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 237 milliseconds