Home
last modified time | relevance | path

Searched refs:half (Results 1 – 24 of 24) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A DrtreeH.test34 (0,50,0,100,'left half'),
35 (51,100,0,100,'right half'),
36 (0,100,0,50,'bottom half'),
37 (0,100,51,100,'top half');
41 …e} {} 10 1 {the whole thing} {} 11 1 {left half} {} 12 1 {right half} {} 13 1 {bottom half} {} 14 …
77 } {{lower-left corner} {upper-left corner} {left edge} {left half}}
80 } {{left edge} {left half}}
H A Drtreefuzz001.test181 | 3840: 70 20 68 61 6c 66 10 0d 05 00 09 23 00 62 6f 74 p half.....#.bot
182 | 3856: 74 6f 6d 20 68 61 6c 66 0f 0c 02 05 09 01 00 72 tom half.......r
183 | 3872: 69 67 68 74 20 68 61 6c 66 0e 0b 05 00 09 1f 00 ight half.......
184 | 3888: 6c 65 66 74 20 68 61 6c 66 14 0a 05 00 09 2b 00 left half.....+.
512 | 3840: 70 20 68 61 6c 66 10 0d 05 00 09 23 00 62 6f 74 p half.....#.bot
513 | 3856: 74 6f 6d 20 68 61 6c 66 0f 0c 05 00 09 21 00 72 tom half.....!.r
514 | 3872: 69 67 68 74 20 68 61 6c 66 0e 0b 05 00 09 1f 00 ight half.......
515 | 3888: 6c 65 66 74 20 68 61 6c 66 14 0a 05 00 09 2b 00 left half.....+.
609 | 3840: 70 20 68 61 6c 66 10 0d 05 00 09 23 00 62 6f 74 p half.....#.bot
610 | 3856: 74 6f 6d 20 68 61 6c 66 0f 0c 05 00 09 21 00 72 tom half.....!.r
[all …]
H A Drtree8.test159 # Delete half of a lopsided tree.
/sqlite-3.40.0/test/
H A Dloadext.test99 SELECT half(1.0);
101 } {1 {no such function: half}}
106 SELECT half(1.0);
116 SELECT half(1.0);
118 } {1 {no such function: half}}
122 SELECT half(1.0);
127 # can still use the half() function without a problem.
132 SELECT half(1.0);
196 SELECT half(5);
198 } {1 {no such function: half}}
[all …]
H A Danalyze4.test58 # Change half of the b values from NULL to a constant. Verify
59 # that the number of rows selected in stat1 is half the total
H A Dwal7.test48 # Case 2: Size limit at half the autocheckpoint size.
H A Dfts4growth.test78 {It shaved a stump by half an inch, it dodged a big white-box:}
88 {It shaved a stump by half an inch, it dodged a big white-box:}
H A Dtkt3718.test64 # half-way through the INSERT operation f1() will run an SQL statement
H A Dsubselect.test92 # x value is less than half of the maximum.
H A DcorruptL.test66 | 3840: 79 20 68 61 6c 66 10 0d 05 00 09 23 00 62 6f 74 y half.....#.bot
67 | 3856: 74 6f 6d 20 68 61 6c 66 0f 0c 05 00 09 21 00 72 tom half.....!.r
68 | 3872: 69 67 68 74 20 68 61 6c 66 0e 0b 05 00 09 1f 00 ight half.......
H A Dfts3ac.test38 ? If the transaction volume on the child is less than half of the parent''s minimum volume no hedge…
39 … the transaction volume on the child is more than half the parent''s minimum volume but less than
H A Dfts2c.test38 ? If the transaction volume on the child is less than half of the parent''s minimum volume no hedge…
39 … the transaction volume on the child is more than half the parent''s minimum volume but less than
H A Dfts1c.test38 ? If the transaction volume on the child is less than half of the parent''s minimum volume no hedge…
39 … the transaction volume on the child is more than half the parent''s minimum volume but less than
H A Dsqllimits1.test78 # Decrease all limits by half. Verify that the new limits take.
H A Dvtab1.test1033 # Test the outcome if a constraint is encountered half-way through
H A Dfuzzer1.test771 INSERT INTO streetname VALUES('half dome');
H A De_createtable.test1638 # The first half of the above is tested along with explicit ON
H A Dfts1porter.test9567 half half
H A Dgenesis.tcl638 …s, as the camels had done drinking, that the man took a golden earring of half a shekel weight, an…
/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c1369 DocList half; in index_insert_term() local
1370 if( docListSplit(&doclist, &half) ){ in index_insert_term()
1371 rc = term_insert(v, zTerm, nTerm, firstDocid(&half), &half); in index_insert_term()
1372 docListDestroy(&half); in index_insert_term()
/sqlite-3.40.0/doc/
H A DF2FS.txt83 half-committed state before the rollback operation occurs.
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5porter.test4791 half half halfcan halfcan
/sqlite-3.40.0/
H A Daclocal.m41599 # maximum length that is only half of the actual maximum length, but
/sqlite-3.40.0/src/
H A Dshell.c.in11141 /* Grow buffer by half-again increments when big. */