Lines Matching refs:MEM_Real
345 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str ); in applyNumericAffinity()
352 pRec->flags |= MEM_Real; in applyNumericAffinity()
390 if( (pRec->flags & MEM_Real)==0 ){ in applyAffinity()
403 if( (pRec->flags&(MEM_Real|MEM_Int|MEM_IntReal)) ){ in applyAffinity()
405 testcase( pRec->flags & MEM_Real ); 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()
463 return MEM_Real; in computeNumericType()
469 return MEM_Real; in computeNumericType()
482 if( pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null) ){ in numericType()
484 testcase( pMem->flags & MEM_Real ); in numericType()
486 return pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null); in numericType()
572 }else if( p->flags & MEM_Real ){ in memTracePrint()
687 }else if( p->flags & MEM_Real ){ in filterHash()
1241 pOut->flags = MEM_Real; in sqlite3VdbeExec()
1807 MemSetTypeFlag(pOut, MEM_Real); 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()
2200 testcase( pIn1->flags & MEM_Real ); in sqlite3VdbeExec()
2207 if( (flags3 & MEM_Str)==0 && (flags3&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){ in sqlite3VdbeExec()
2209 testcase( pIn3->flags & MEM_Real ); 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()
3155 pIn1->flags |= MEM_Real; in sqlite3VdbeExec()
3158 }else if( (pIn1->flags & (MEM_Real|MEM_IntReal))==0 ){ in sqlite3VdbeExec()
3218 pIn1->flags |= MEM_Real; in sqlite3VdbeExec()
3424 pRec->flags |= MEM_Real; in sqlite3VdbeExec()
3430 }else if( pRec->flags & MEM_Real ){ in sqlite3VdbeExec()
4638 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){ in sqlite3VdbeExec()
4649 if( (newType & MEM_Real)==0 ){ in sqlite3VdbeExec()
5274 testcase( pIn3->flags & MEM_Real ); in sqlite3VdbeExec()