Lines Matching refs:MEM_IntReal
23896 #define MEM_IntReal 0x0020 /* MEM_Int that stringifies like MEM_Real */ macro
83882 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );
83944 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );
83960 (p->flags & MEM_IntReal)!=0 ? (double)p->u.i : p->u.r);
84008 if( (p->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 ) return 1;
84149 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);
84301 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) );
84316 if( bForce ) pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
84470 if( flags & (MEM_Int|MEM_IntReal) ){
84471 testcase( flags & MEM_IntReal );
84500 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
84501 testcase( pMem->flags & MEM_IntReal );
84516 testcase( pMem->flags & MEM_IntReal );
84517 if( pMem->flags & (MEM_Int|MEM_IntReal) ) return pMem->u.i!=0;
84528 assert( pMem->flags & (MEM_Real|MEM_IntReal) );
84533 if( pMem->flags & MEM_IntReal ){
84621 testcase( pMem->flags & MEM_IntReal );
84623 if( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))==0 ){
84638 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))!=0 );
84682 pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal|MEM_Blob|MEM_Zero);
84900 assert( (mFlags&(MEM_Int|MEM_IntReal))==0 || pMem->u.i==pX->u.i );
85526 assert( (pVal->flags & MEM_IntReal)==0 );
85527 if( pVal->flags & (MEM_Int|MEM_IntReal|MEM_Real) ){
87863 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
89797 if( flags&(MEM_Int|MEM_IntReal) ){
89803 testcase( flags & MEM_IntReal );
89823 if( flags&MEM_IntReal ){
89828 pMem->flags &= ~MEM_IntReal;
90479 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){
90482 testcase( combined_flags & MEM_IntReal );
90483 if( (f1 & f2 & (MEM_Int|MEM_IntReal))!=0 ){
90485 testcase( f1 & f2 & MEM_IntReal );
90495 if( (f1&(MEM_Int|MEM_IntReal))!=0 ){
90497 testcase( f1 & MEM_IntReal );
90500 }else if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
90509 if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
90511 testcase( f2 & MEM_IntReal );
90668 if( pRhs->flags & (MEM_Int|MEM_IntReal) ){
90670 testcase( pRhs->flags & MEM_IntReal );
91051 if( (flags & (MEM_Real|MEM_IntReal|MEM_Null|MEM_Blob))==0
91777 }else if( pVal->flags & (MEM_Real|MEM_IntReal) ){
92173 pCtx->pOut->flags |= MEM_IntReal;
93294 assert( pValue->flags & (MEM_Real|MEM_IntReal) );
93718 if( pMem->flags & (MEM_Int|MEM_IntReal) ){
93720 testcase( pMem->flags & MEM_IntReal );
94187 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){
94698 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str );
94747 if( (pRec->flags & (MEM_Real|MEM_IntReal))==0 ){
94760 if( (pRec->flags&(MEM_Real|MEM_Int|MEM_IntReal)) ){
94763 testcase( pRec->flags & MEM_IntReal );
94767 pRec->flags &= ~(MEM_Real|MEM_Int|MEM_IntReal);
94808 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 );
94839 if( pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null) ){
94842 testcase( pMem->flags & MEM_IntReal );
94843 return pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null);
94927 }else if( (p->flags & (MEM_IntReal))!=0 ){
95035 if( p->flags & (MEM_Int|MEM_IntReal) ){
96441 if( pIn1->flags & (MEM_Int|MEM_IntReal) ){
96443 testcase( pIn1->flags & MEM_IntReal );
96656 if( (flags1 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
96661 if( (flags3 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
96667 pIn1->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
96668 }else if( (flags1&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
96671 testcase( pIn1->flags & MEM_IntReal );
96678 pIn3->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
96679 }else if( (flags3&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
96682 testcase( pIn3->flags & MEM_IntReal );
97634 testcase( (pIn1->flags & (MEM_Real|MEM_IntReal))==MEM_Real );
97635 assert( (pIn1->flags & MEM_IntReal)==0 );
97646 pIn1->flags |= MEM_IntReal;
97653 }else if( (pIn1->flags & (MEM_Real|MEM_IntReal))==0 ){
97709 pIn1->flags |= MEM_IntReal;
97806 pRec->flags |= MEM_IntReal;
97875 }else if( pRec->flags & (MEM_Int|MEM_IntReal) ){
97880 testcase( pRec->flags & MEM_IntReal );
97913 if( pRec->flags & MEM_IntReal ){
97918 pRec->flags &= ~MEM_IntReal;
99149 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){
99158 if( (newType & (MEM_Int|MEM_IntReal))==0 ){
99786 testcase( pIn3->flags & MEM_IntReal );
99789 if( (pIn3->flags & (MEM_Int|MEM_IntReal))==0 ){