Lines Matching defs:fVal
163350 double fVal = sqlite3_value_double(apArg[1]);163351 if( ((i64)fVal)!=fVal ) goto error_out;163352 iVal = (i64)fVal;