OP_ToReal 64443 sqlite3/libsqlite/sqlite3.c case OP_ToReal: { /* same as TK_TO_REAL, in1 */ OP_ToReal 73596 sqlite3/libsqlite/sqlite3.c assert( to_op==OP_ToReal || aff!=SQLITE_AFF_REAL ); OP_ToReal 73601 sqlite3/libsqlite/sqlite3.c testcase( to_op==OP_ToReal );