Lines Matching refs:MEM_IntReal
23408 #define MEM_IntReal 0x0020 /* MEM_Int that stringifies like MEM_Real */ macro
82828 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );
82890 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );
82906 (p->flags & MEM_IntReal)!=0 ? (double)p->u.i : p->u.r);
82954 if( (p->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 ) return 1;
83095 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);
83247 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) );
83262 if( bForce ) pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
83416 if( flags & (MEM_Int|MEM_IntReal) ){
83417 testcase( flags & MEM_IntReal );
83446 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
83447 testcase( pMem->flags & MEM_IntReal );
83462 testcase( pMem->flags & MEM_IntReal );
83463 if( pMem->flags & (MEM_Int|MEM_IntReal) ) return pMem->u.i!=0;
83474 assert( pMem->flags & (MEM_Real|MEM_IntReal) );
83479 if( pMem->flags & MEM_IntReal ){
83567 testcase( pMem->flags & MEM_IntReal );
83569 if( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))==0 ){
83584 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))!=0 );
83628 pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal|MEM_Blob|MEM_Zero);
83845 assert( (mFlags&(MEM_Int|MEM_IntReal))==0 || pMem->u.i==pX->u.i );
84468 assert( (pVal->flags & MEM_IntReal)==0 );
84469 if( pVal->flags & (MEM_Int|MEM_IntReal|MEM_Real) ){
86794 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
88716 if( flags&(MEM_Int|MEM_IntReal) ){
88722 testcase( flags & MEM_IntReal );
88742 if( flags&MEM_IntReal ){
88747 pMem->flags &= ~MEM_IntReal;
89404 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){
89407 testcase( combined_flags & MEM_IntReal );
89408 if( (f1 & f2 & (MEM_Int|MEM_IntReal))!=0 ){
89410 testcase( f1 & f2 & MEM_IntReal );
89420 if( (f1&(MEM_Int|MEM_IntReal))!=0 ){
89422 testcase( f1 & MEM_IntReal );
89425 }else if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
89434 if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
89436 testcase( f2 & MEM_IntReal );
89593 if( pRhs->flags & (MEM_Int|MEM_IntReal) ){
89595 testcase( pRhs->flags & MEM_IntReal );
89976 if( (flags & (MEM_Real|MEM_IntReal|MEM_Null|MEM_Blob))==0
90694 }else if( pVal->flags & (MEM_Real|MEM_IntReal) ){
91090 pCtx->pOut->flags |= MEM_IntReal;
92194 assert( pValue->flags & (MEM_Real|MEM_IntReal) );
92586 if( pMem->flags & (MEM_Int|MEM_IntReal) ){
92588 testcase( pMem->flags & MEM_IntReal );
93049 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){
93462 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str );
93511 if( (pRec->flags & (MEM_Real|MEM_IntReal))==0 ){
93524 if( (pRec->flags&(MEM_Real|MEM_Int|MEM_IntReal)) ){
93527 testcase( pRec->flags & MEM_IntReal );
93531 pRec->flags &= ~(MEM_Real|MEM_Int|MEM_IntReal);
93572 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 );
93603 if( pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null) ){
93606 testcase( pMem->flags & MEM_IntReal );
93607 return pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null);
93691 }else if( (p->flags & (MEM_IntReal))!=0 ){
93798 if( p->flags & (MEM_Int|MEM_IntReal) ){
95190 if( pIn1->flags & (MEM_Int|MEM_IntReal) ){
95192 testcase( pIn1->flags & MEM_IntReal );
95405 if( (flags1 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
95410 if( (flags3 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
95416 pIn1->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
95417 }else if( (flags1&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
95420 testcase( pIn1->flags & MEM_IntReal );
95427 pIn3->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
95428 }else if( (flags3&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
95431 testcase( pIn3->flags & MEM_IntReal );
96377 testcase( (pIn1->flags & (MEM_Real|MEM_IntReal))==MEM_Real );
96378 assert( (pIn1->flags & MEM_IntReal)==0 );
96389 pIn1->flags |= MEM_IntReal;
96396 }else if( (pIn1->flags & (MEM_Real|MEM_IntReal))==0 ){
96452 pIn1->flags |= MEM_IntReal;
96549 pRec->flags |= MEM_IntReal;
96618 }else if( pRec->flags & (MEM_Int|MEM_IntReal) ){
96623 testcase( pRec->flags & MEM_IntReal );
96656 if( pRec->flags & MEM_IntReal ){
96661 pRec->flags &= ~MEM_IntReal;
97886 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){
97895 if( (newType & (MEM_Int|MEM_IntReal))==0 ){
98522 testcase( pIn3->flags & MEM_IntReal );
98525 if( (pIn3->flags & (MEM_Int|MEM_IntReal))==0 ){