Lines Matching refs:MEM_IntReal

345   assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str );  in applyNumericAffinity()
403 if( (pRec->flags&(MEM_Real|MEM_Int|MEM_IntReal)) ){ in applyAffinity()
406 testcase( pRec->flags & MEM_IntReal ); in applyAffinity()
410 pRec->flags &= ~(MEM_Real|MEM_Int|MEM_IntReal); in applyAffinity()
451 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 ); in computeNumericType()
482 if( pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null) ){ in numericType()
485 testcase( pMem->flags & MEM_IntReal ); in numericType()
486 return pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null); in numericType()
567 }else if( (p->flags & (MEM_IntReal))!=0 ){ in memTracePrint()
685 if( p->flags & (MEM_Int|MEM_IntReal) ){ in filterHash()
1976 if( pIn1->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeExec()
1978 testcase( pIn1->flags & MEM_IntReal ); in sqlite3VdbeExec()
2188 if( (flags1 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){ in sqlite3VdbeExec()
2193 if( (flags3 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){ in sqlite3VdbeExec()
2198 if( (flags1 & MEM_Str)==0 && (flags1&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){ in sqlite3VdbeExec()
2201 testcase( pIn1->flags & MEM_IntReal ); in sqlite3VdbeExec()
2207 if( (flags3 & MEM_Str)==0 && (flags3&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){ in sqlite3VdbeExec()
2210 testcase( pIn3->flags & MEM_IntReal ); in sqlite3VdbeExec()
3139 testcase( (pIn1->flags & (MEM_Real|MEM_IntReal))==MEM_Real ); in sqlite3VdbeExec()
3140 testcase( (pIn1->flags & (MEM_Real|MEM_IntReal))==MEM_IntReal ); in sqlite3VdbeExec()
3151 pIn1->flags |= MEM_IntReal; in sqlite3VdbeExec()
3158 }else if( (pIn1->flags & (MEM_Real|MEM_IntReal))==0 ){ in sqlite3VdbeExec()
3214 pIn1->flags |= MEM_IntReal; in sqlite3VdbeExec()
3311 pRec->flags |= MEM_IntReal; in sqlite3VdbeExec()
3380 }else if( pRec->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeExec()
3385 testcase( pRec->flags & MEM_IntReal ); in sqlite3VdbeExec()
3418 if( pRec->flags & MEM_IntReal ){ in sqlite3VdbeExec()
3423 pRec->flags &= ~MEM_IntReal; in sqlite3VdbeExec()
4638 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){ in sqlite3VdbeExec()
4647 if( (newType & (MEM_Int|MEM_IntReal))==0 ){ in sqlite3VdbeExec()
5273 testcase( pIn3->flags & MEM_IntReal ); in sqlite3VdbeExec()
5276 if( (pIn3->flags & (MEM_Int|MEM_IntReal))==0 ){ in sqlite3VdbeExec()