Lines Matching refs:MEM_Real

23406 #define MEM_Real      0x0008   /* Value is a real number */  macro
82828 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );
82832 assert( (p->flags & (MEM_Int|MEM_Real|MEM_Str|MEM_Blob|MEM_Agg))==0 );
82890 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );
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);
83419 }else if( flags & MEM_Real ){
83444 if( pMem->flags & MEM_Real ){
83474 assert( pMem->flags & (MEM_Real|MEM_IntReal) );
83525 MemSetTypeFlag(pMem, MEM_Real);
83566 testcase( pMem->flags & MEM_Real );
83569 if( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))==0 ){
83581 MemSetTypeFlag(pMem, MEM_Real);
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);
83766 pMem->flags = MEM_Real;
84458 pVal->flags = MEM_Real;
84469 if( pVal->flags & (MEM_Int|MEM_IntReal|MEM_Real) ){
84471 testcase( pVal->flags & MEM_Real );
84483 if( pVal->flags & MEM_Real ){
84491 MemSetTypeFlag(pVal, MEM_Real);
86796 }else if( pMem->flags & MEM_Real ){
88748 pMem->flags |= MEM_Real;
88753 if( flags&MEM_Real ){
88906 pMem->flags = IsNaN(x) ? MEM_Null : MEM_Real;
88923 pMem->flags = MEM_Real;
89404 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){
89406 testcase( combined_flags & MEM_Real );
89415 if( (f1 & f2 & MEM_Real)!=0 ){
89423 if( (f2&MEM_Real)!=0 ){
89433 if( (f1&MEM_Real)!=0 ){
89617 else if( pRhs->flags & MEM_Real ){
89973 testcase( flags & MEM_Real );
89976 if( (flags & (MEM_Real|MEM_IntReal|MEM_Null|MEM_Blob))==0
90694 }else if( pVal->flags & (MEM_Real|MEM_IntReal) ){
92194 assert( pValue->flags & (MEM_Real|MEM_IntReal) );
92196 (pValue->flags & MEM_Real) ? pValue->u.r : (double)pValue->u.i
93051 }else if( pVar->flags & MEM_Real ){
93462 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str );
93469 pRec->flags |= MEM_Real;
93511 if( (pRec->flags & (MEM_Real|MEM_IntReal))==0 ){
93524 if( (pRec->flags&(MEM_Real|MEM_Int|MEM_IntReal)) ){
93526 testcase( pRec->flags & MEM_Real );
93531 pRec->flags &= ~(MEM_Real|MEM_Int|MEM_IntReal);
93572 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 );
93584 return MEM_Real;
93590 return MEM_Real;
93603 if( pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null) ){
93605 testcase( pMem->flags & MEM_Real );
93607 return pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null);
93696 }else if( p->flags & MEM_Real ){
93800 }else if( p->flags & MEM_Real ){
94459 pOut->flags = MEM_Real;
95021 MemSetTypeFlag(pOut, MEM_Real);
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 ){
95419 testcase( pIn1->flags & MEM_Real );
95427 pIn3->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
95428 }else if( (flags3&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
95430 testcase( pIn3->flags & MEM_Real );
96377 testcase( (pIn1->flags & (MEM_Real|MEM_IntReal))==MEM_Real );
96393 pIn1->flags |= MEM_Real;
96396 }else if( (pIn1->flags & (MEM_Real|MEM_IntReal))==0 ){
96456 pIn1->flags |= MEM_Real;
96662 pRec->flags |= MEM_Real;
96668 }else if( pRec->flags & MEM_Real ){
97886 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){
97897 if( (newType & MEM_Real)==0 ){
98523 testcase( pIn3->flags & MEM_Real );