Home
last modified time | relevance | path

Searched refs:fVal (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/session/
H A Dchangesetfuzz.c688 double fVal = 0.0; in fuzzPrintRecord() local
690 memcpy(&fVal, &iVal, 8); in fuzzPrintRecord()
691 printf("%s%f", zPre, fVal); in fuzzPrintRecord()
/sqlite-3.40.0/src/
H A Dwindow.c224 double fVal = sqlite3_value_double(apArg[1]); in nth_valueStepFunc() local
225 if( ((i64)fVal)!=fVal ) goto error_out; in nth_valueStepFunc()
226 iVal = (i64)fVal; in nth_valueStepFunc()