Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 59) sorted by relevance

123

/sqlite-3.40.0/ext/misc/
H A Dieee754.c109 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 Dsha1.c42 #define SHA_ROT(x,l,r) ((x) << (l) | (x) >> (r)) argument
339 double r = sqlite3_column_double(pStmt,i); in sha1QueryFunc() local
H A Dpercentile.c82 static int isInfinity(double r){ in isInfinity()
H A Dshathree.c661 double r = sqlite3_column_double(pStmt,i); in sha3QueryFunc() local
H A Ddbdump.c487 double r = sqlite3_column_double(pStmt,i); in dump_callback() local
/sqlite-3.40.0/src/
H A Dtest_autoext.c35 double r = sqlite3_value_double(argv[0]); in sqrFunc() local
60 double r = sqlite3_value_double(argv[0]); in cubeFunc() local
H A Ddate.c354 static void setRawDateNumber(DateTime *p, double r){ in setRawDateNumber()
384 double r; in parseDateOrTime() local
670 double r; in parseModifier() local
H A Dvdbe.c4603 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 Dwal.h41 # define sqlite3WalCheckpoint(q,r,s,t,u,v,w,x,y,z) 0 argument
H A Dutf.c416 int r = 0; in sqlite3Utf8CharLen() local
H A Dwherecode.c2306 int r; in sqlite3WhereCodeOneLoopStart() local
2585 int r; in sqlite3WhereCodeOneLoopStart() local
2738 int r = ++pParse->nMem; in sqlite3WhereRightJoinLoop() local
H A Dtest_func.c51 int iMin, iMax, n, r, i; in randStr() local
443 double r; in real2hex() member
H A Dvdbemem.c579 static SQLITE_NOINLINE i64 doubleToInt64(double r){ in doubleToInt64()
756 i64 sqlite3RealToI64(double r){ in sqlite3RealToI64()
H A Dmem2.c220 unsigned int x, y, r; in randomFill() local
/sqlite-3.40.0/tool/
H A Dfast_vacuum.c113 sqlite3_uint64 r; /* A random number */ in main() local
H A Dshowstat4.c120 double r; in main() local
H A Ddbhash.c65 #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 Dgeopoly.c202 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 Dossfuzz.c46 double r; in timeOfDay() local
H A Dwordcount.c112 double r; in realTime() local
H A Dvt02.c403 double r = sqlite3_value_double(pVal); in vt02Filter() local
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c377 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 Dfulltext.c216 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 Dlsmtest_util.c22 } r; variable
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js72 const r = (m)=>(m.count = m.time = m.wait = 0); function

123