MEM_Real 56176 third_party/sqlite/amalgamation/sqlite3.c assert( fg&(MEM_Int|MEM_Real) ); MEM_Real 56194 third_party/sqlite/amalgamation/sqlite3.c assert( fg & MEM_Real ); MEM_Real 56332 third_party/sqlite/amalgamation/sqlite3.c }else if( flags & MEM_Real ){ MEM_Real 56354 third_party/sqlite/amalgamation/sqlite3.c if( pMem->flags & MEM_Real ){ MEM_Real 56374 third_party/sqlite/amalgamation/sqlite3.c assert( pMem->flags & MEM_Real ); MEM_Real 56421 third_party/sqlite/amalgamation/sqlite3.c MemSetTypeFlag(pMem, MEM_Real); MEM_Real 56434 third_party/sqlite/amalgamation/sqlite3.c if( (pMem->flags & (MEM_Int|MEM_Real|MEM_Null))==0 ){ MEM_Real 56441 third_party/sqlite/amalgamation/sqlite3.c MemSetTypeFlag(pMem, MEM_Real); MEM_Real 56445 third_party/sqlite/amalgamation/sqlite3.c assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_Null))!=0 ); MEM_Real 56510 third_party/sqlite/amalgamation/sqlite3.c pMem->flags = MEM_Real; MEM_Real 56764 third_party/sqlite/amalgamation/sqlite3.c if( combined_flags&(MEM_Int|MEM_Real) ){ MEM_Real 56765 third_party/sqlite/amalgamation/sqlite3.c if( !(f1&(MEM_Int|MEM_Real)) ){ MEM_Real 56768 third_party/sqlite/amalgamation/sqlite3.c if( !(f2&(MEM_Int|MEM_Real)) ){ MEM_Real 56773 third_party/sqlite/amalgamation/sqlite3.c if( (f1&MEM_Real)==0 ){ MEM_Real 56778 third_party/sqlite/amalgamation/sqlite3.c if( (f2&MEM_Real)==0 ){ MEM_Real 57037 third_party/sqlite/amalgamation/sqlite3.c if( pVal->flags & (MEM_Int|MEM_Real) ) pVal->flags &= ~MEM_Str; MEM_Real 57047 third_party/sqlite/amalgamation/sqlite3.c pVal->flags |= MEM_Real; MEM_Real 58040 third_party/sqlite/amalgamation/sqlite3.c }else if( pMem->flags & MEM_Real ){ MEM_Real 59677 third_party/sqlite/amalgamation/sqlite3.c if( flags&MEM_Real ){ MEM_Real 59889 third_party/sqlite/amalgamation/sqlite3.c pMem->flags = sqlite3IsNaN(pMem->r) ? MEM_Null : MEM_Real; MEM_Real 61782 third_party/sqlite/amalgamation/sqlite3.c }else if( pVar->flags & MEM_Real ){ MEM_Real 61990 third_party/sqlite/amalgamation/sqlite3.c else if( flags & MEM_Real ){ MEM_Real 62067 third_party/sqlite/amalgamation/sqlite3.c if( (pRec->flags & (MEM_Real|MEM_Int))==0 ){ MEM_Real 62078 third_party/sqlite/amalgamation/sqlite3.c pRec->flags |= MEM_Real; MEM_Real 62111 third_party/sqlite/amalgamation/sqlite3.c if( 0==(pRec->flags&MEM_Str) && (pRec->flags&(MEM_Real|MEM_Int)) ){ MEM_Real 62114 third_party/sqlite/amalgamation/sqlite3.c pRec->flags &= ~(MEM_Real|MEM_Int); MEM_Real 62119 third_party/sqlite/amalgamation/sqlite3.c if( pRec->flags & MEM_Real ){ MEM_Real 62247 third_party/sqlite/amalgamation/sqlite3.c }else if( p->flags & MEM_Real ){ MEM_Real 63214 third_party/sqlite/amalgamation/sqlite3.c pOut->flags = MEM_Real; MEM_Real 63622 third_party/sqlite/amalgamation/sqlite3.c MemSetTypeFlag(pOut, MEM_Real); MEM_Real 63623 third_party/sqlite/amalgamation/sqlite3.c if( (u.af.flags & MEM_Real)==0 ){ MEM_Real 63924 third_party/sqlite/amalgamation/sqlite3.c pIn1->flags &= ~(MEM_Int|MEM_Real|MEM_Blob|MEM_Zero); MEM_Real 65659 third_party/sqlite/amalgamation/sqlite3.c if( (pIn3->flags & MEM_Real)==0 ){ MEM_Real 65667 third_party/sqlite/amalgamation/sqlite3.c assert( (pIn3->flags & MEM_Real)!=0 ); MEM_Real 174 third_party/sqlite/src/src/vdbe.c else if( flags & MEM_Real ){ MEM_Real 251 third_party/sqlite/src/src/vdbe.c if( (pRec->flags & (MEM_Real|MEM_Int))==0 ){ MEM_Real 262 third_party/sqlite/src/src/vdbe.c pRec->flags |= MEM_Real; MEM_Real 295 third_party/sqlite/src/src/vdbe.c if( 0==(pRec->flags&MEM_Str) && (pRec->flags&(MEM_Real|MEM_Int)) ){ MEM_Real 298 third_party/sqlite/src/src/vdbe.c pRec->flags &= ~(MEM_Real|MEM_Int); MEM_Real 303 third_party/sqlite/src/src/vdbe.c if( pRec->flags & MEM_Real ){ MEM_Real 431 third_party/sqlite/src/src/vdbe.c }else if( p->flags & MEM_Real ){ MEM_Real 900 third_party/sqlite/src/src/vdbe.c pOut->flags = MEM_Real; MEM_Real 1298 third_party/sqlite/src/src/vdbe.c MemSetTypeFlag(pOut, MEM_Real); MEM_Real 1299 third_party/sqlite/src/src/vdbe.c if( (flags & MEM_Real)==0 ){ MEM_Real 1596 third_party/sqlite/src/src/vdbe.c pIn1->flags &= ~(MEM_Int|MEM_Real|MEM_Blob|MEM_Zero); MEM_Real 3295 third_party/sqlite/src/src/vdbe.c if( (pIn3->flags & MEM_Real)==0 ){ MEM_Real 3303 third_party/sqlite/src/src/vdbe.c assert( (pIn3->flags & MEM_Real)!=0 ); MEM_Real 915 third_party/sqlite/src/src/vdbeaux.c }else if( pMem->flags & MEM_Real ){ MEM_Real 2552 third_party/sqlite/src/src/vdbeaux.c if( flags&MEM_Real ){ MEM_Real 2764 third_party/sqlite/src/src/vdbeaux.c pMem->flags = sqlite3IsNaN(pMem->r) ? MEM_Null : MEM_Real; MEM_Real 211 third_party/sqlite/src/src/vdbemem.c assert( fg&(MEM_Int|MEM_Real) ); MEM_Real 229 third_party/sqlite/src/src/vdbemem.c assert( fg & MEM_Real ); MEM_Real 367 third_party/sqlite/src/src/vdbemem.c }else if( flags & MEM_Real ){ MEM_Real 389 third_party/sqlite/src/src/vdbemem.c if( pMem->flags & MEM_Real ){ MEM_Real 409 third_party/sqlite/src/src/vdbemem.c assert( pMem->flags & MEM_Real ); MEM_Real 456 third_party/sqlite/src/src/vdbemem.c MemSetTypeFlag(pMem, MEM_Real); MEM_Real 469 third_party/sqlite/src/src/vdbemem.c if( (pMem->flags & (MEM_Int|MEM_Real|MEM_Null))==0 ){ MEM_Real 476 third_party/sqlite/src/src/vdbemem.c MemSetTypeFlag(pMem, MEM_Real); MEM_Real 480 third_party/sqlite/src/src/vdbemem.c assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_Null))!=0 ); MEM_Real 545 third_party/sqlite/src/src/vdbemem.c pMem->flags = MEM_Real; MEM_Real 799 third_party/sqlite/src/src/vdbemem.c if( combined_flags&(MEM_Int|MEM_Real) ){ MEM_Real 800 third_party/sqlite/src/src/vdbemem.c if( !(f1&(MEM_Int|MEM_Real)) ){ MEM_Real 803 third_party/sqlite/src/src/vdbemem.c if( !(f2&(MEM_Int|MEM_Real)) ){ MEM_Real 808 third_party/sqlite/src/src/vdbemem.c if( (f1&MEM_Real)==0 ){ MEM_Real 813 third_party/sqlite/src/src/vdbemem.c if( (f2&MEM_Real)==0 ){ MEM_Real 1072 third_party/sqlite/src/src/vdbemem.c if( pVal->flags & (MEM_Int|MEM_Real) ) pVal->flags &= ~MEM_Str; MEM_Real 1082 third_party/sqlite/src/src/vdbemem.c pVal->flags |= MEM_Real; MEM_Real 121 third_party/sqlite/src/src/vdbetrace.c }else if( pVar->flags & MEM_Real ){