| /sqlite-3.40.0/ext/misc/ |
| H A D | ieee754.c | 109 double r; in ieee754func() local 166 double r; in ieee754func() local 226 double r; in ieee754func_from_blob() local 246 double r = sqlite3_value_double(argv[0]); in ieee754func_to_blob() local
|
| H A D | sha1.c | 42 #define SHA_ROT(x,l,r) ((x) << (l) | (x) >> (r)) argument 339 double r = sqlite3_column_double(pStmt,i); in sha1QueryFunc() local
|
| H A D | percentile.c | 82 static int isInfinity(double r){ in isInfinity()
|
| H A D | shathree.c | 661 double r = sqlite3_column_double(pStmt,i); in sha3QueryFunc() local
|
| H A D | dbdump.c | 487 double r = sqlite3_column_double(pStmt,i); in dump_callback() local
|
| /sqlite-3.40.0/src/ |
| H A D | test_autoext.c | 35 double r = sqlite3_value_double(argv[0]); in sqrFunc() local 60 double r = sqlite3_value_double(argv[0]); in cubeFunc() local
|
| H A D | date.c | 354 static void setRawDateNumber(DateTime *p, double r){ in setRawDateNumber() 384 double r; in parseDateOrTime() local 670 double r; in parseModifier() local
|
| H A D | vdbe.c | 4603 UnpackedRecord r; /* The key to seek for */ in sqlite3VdbeExec() local 4869 UnpackedRecord r; in sqlite3VdbeExec() local 5140 UnpackedRecord r; in sqlite3VdbeExec() local 6361 UnpackedRecord r; in sqlite3VdbeExec() local 6544 UnpackedRecord r; in sqlite3VdbeExec() local
|
| H A D | wal.h | 41 # define sqlite3WalCheckpoint(q,r,s,t,u,v,w,x,y,z) 0 argument
|
| H A D | utf.c | 416 int r = 0; in sqlite3Utf8CharLen() local
|
| H A D | wherecode.c | 2306 int r; in sqlite3WhereCodeOneLoopStart() local 2585 int r; in sqlite3WhereCodeOneLoopStart() local 2738 int r = ++pParse->nMem; in sqlite3WhereRightJoinLoop() local
|
| H A D | test_func.c | 51 int iMin, iMax, n, r, i; in randStr() local 443 double r; in real2hex() member
|
| H A D | vdbemem.c | 579 static SQLITE_NOINLINE i64 doubleToInt64(double r){ in doubleToInt64() 756 i64 sqlite3RealToI64(double r){ in sqlite3RealToI64()
|
| H A D | mem2.c | 220 unsigned int x, y, r; in randomFill() local
|
| /sqlite-3.40.0/tool/ |
| H A D | fast_vacuum.c | 113 sqlite3_uint64 r; /* A random number */ in main() local
|
| H A D | showstat4.c | 120 double r; in main() local
|
| H A D | dbhash.c | 65 #define SHA_ROT(x,l,r) ((x) << (l) | (x) >> (r)) argument 323 double r = sqlite3_column_double(pStmt,i); in hash_one_query() local
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | geopoly.c | 202 double r; in geopolyParseNumber() local 562 static double geopolySine(double r){ in geopolySine() 590 double r = sqlite3_value_double(argv[2]); in geopolyRegularFunc() local 650 double r = GeoX(p,ii); in geopolyBBox() local 1011 double r = pRight->y - pLeft->y; in geopolySegmentMerge() local
|
| /sqlite-3.40.0/test/ |
| H A D | ossfuzz.c | 46 double r; in timeOfDay() local
|
| H A D | wordcount.c | 112 double r; in realTime() local
|
| H A D | vt02.c | 403 double r = sqlite3_value_double(pVal); in vt02Filter() local
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 377 static void readerInit(DocListReader *r, DocList *pDoclist){ in readerInit() 484 DocListReader r; in firstDocid() local 496 DocListReader r; in printDoclist() local 527 DocListReader r; in docListRestrictColumn() local 553 DocListReader r; in docListDiscardEmpty() local 583 static void docListSpliceElement(DocListReader *r, sqlite_int64 iDocid, in docListSpliceElement() 898 char *r; in string_format() local
|
| H A D | fulltext.c | 216 static void readerInit(DocListReader *r, DocList *pDoclist){ in readerInit() 284 DocListReader r; in firstDocid() local 483 char *r; in string_format() local
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_util.c | 22 } r; variable
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-opfs-async-proxy.js | 72 const r = (m)=>(m.count = m.time = m.wait = 0); function
|