Searched refs:score (Results 1 – 16 of 16) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | schema6.test | 81 INSERT INTO t1(a,b) VALUES(123,'Four score and seven years ago...'); 90 INSERT INTO t1(a,b) VALUES(123,'Four score and seven years ago...'); 94 INSERT INTO t1(a,b) VALUES(123,'Four score and seven years ago...'); 97 INSERT INTO t1(a,b) VALUES(123,'Four score and seven years ago...'); 103 INSERT INTO t1(a,b) VALUES(123,'Four score and seven years ago...'); 106 INSERT INTO t1(a,b) VALUES(123,'Four score and seven years ago...'); 109 INSERT INTO t1(a,b) VALUES(123,'Four score and seven years ago...'); 113 INSERT INTO t1(a,b) VALUES(123,'Four score and seven years ago...'); 116 INSERT INTO t1(a,b) VALUES(123,'Four score and seven years ago...'); 122 INSERT INTO t1(a,b) VALUES(123,'Four score and seven years ago...'); [all …]
|
| H A D | bestindex4.test | 72 set score 1000000 74 set score [expr $score / [llength $ret]] 76 lappend ret cost $score rows $score
|
| H A D | spellfix.test | 83 ORDER BY score, word LIMIT 5 137 ORDER BY score LIMIT 3; 201 ORDER BY score, word LIMIT 5 215 ORDER BY score, word LIMIT 5 236 ORDER BY score, word LIMIT 1 298 4 score {} 0 {} 0
|
| H A D | async2.test | 40 INSERT INTO t1 VALUES('abcdefghij', 'four', 'score'); 108 } {abcdefghij four score}
|
| H A D | vtabK.test | 41 INSERT INTO t3(b) VALUES('Four score and seven years ago'); 46 } {{Four score and seven years ago}}
|
| H A D | trace3.test | 285 word, distance, langid, score, top, scope 293 score 318 score
|
| H A D | index8.test | 25 # Fixed on approximately 2016-07-27 by changes that compute a better score
|
| H A D | skipscan6.test | 16 # the skip-scan can sometimes come out with a lower raw score when
|
| H A D | fts1porter.test | 17911 score score 17912 scored score 17913 scores score 17914 scoring score
|
| /sqlite-3.40.0/src/ |
| H A D | callback.c | 417 int score = matchQuality(p, nArg, enc); in sqlite3FindFunction() local 418 if( score>bestScore ){ in sqlite3FindFunction() 420 bestScore = score; in sqlite3FindFunction() 442 int score = matchQuality(p, nArg, enc); in sqlite3FindFunction() local 443 if( score>bestScore ){ in sqlite3FindFunction() 445 bestScore = score; in sqlite3FindFunction()
|
| H A D | test_func.c | 855 double score = 0.0; /* Value to return */ in rankfunc() local 899 score += ((double)nHitCount / (double)nGlobalHitCount) * weight; in rankfunc() 904 sqlite3_result_double(pCtx, score); in rankfunc()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreedoc3.test | 115 # Find the priority queue entry with the lowest score. 128 # Extract the entry with the lowest score from the queue and return it. 131 # from the priority queue that has the lowest score. 196 # the priority queue using the score supplied by the callback.
|
| H A D | rtreeE.test | 67 # The Qcircle geometry function gives a lower score to larger leaf-nodes.
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_aux.c | 644 double score = 0.0; /* SQL function return value */ in fts5Bm25Function() local 679 score += pData->aIDF[i] * ( in fts5Bm25Function() 684 sqlite3_result_double(pCtx, -1.0 * score); in fts5Bm25Function()
|
| /sqlite-3.40.0/ |
| H A D | config.sub | 1235 | score \ 1537 score-*)
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 8963 scorched scorch score score 8964 scored score scores score 8965 scoring score scorn scorn
|