Searched refs:MEM_Real (Results 1 – 1 of 1) sorted by relevance
23318 #define MEM_Real 0x0008 /* Value is a real number */ macro82388 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );82392 assert( (p->flags & (MEM_Int|MEM_Real|MEM_Str|MEM_Blob|MEM_Agg))==0 );82450 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );82514 if( (p->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 ) return 1;82655 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);82807 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) );82822 if( bForce ) pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);82979 }else if( flags & MEM_Real ){83004 if( pMem->flags & MEM_Real ){[all …]