Searched refs:MEM_Real (Results 1 – 1 of 1) sorted by relevance
24585 #define MEM_Real 0x0008 /* Value is a real number */ macro85660 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );85664 assert( (p->flags & (MEM_Int|MEM_Real|MEM_Str|MEM_Blob|MEM_Agg))==0 );85722 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );85792 if( (p->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 ) return 1;85936 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);86092 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) );86107 if( bForce ) pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);86264 }else if( flags & MEM_Real ){86388 if( pMem->flags & MEM_Real ){[all …]