Searched refs:sameValue (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | fuzzinvariants.c | 32 static int sameValue(sqlite3_stmt*,int,sqlite3_stmt*,int,sqlite3_stmt*); 111 if( !sameValue(pStmt, i, pTestStmt, i, 0) ) break; in fuzz_invariant() 180 if( !sameValue(pStmt, i, pTestStmt, i, pCk) ) break; in fuzz_invariant() 305 static int sameValue( in sameValue() function
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | percentile.c | 92 static int sameValue(double a, double b){ in sameValue() function 126 }else if( !sameValue(p->rPct,rPct+1.0) ){ in percentStep()
|