Searched refs:MEM_Real (Results 1 – 2 of 2) sorted by relevance
14810 #define MEM_Real 0x0008 /* Value is a real number */ macro64215 assert( (p->flags & (MEM_Int|MEM_Real))!=(MEM_Int|MEM_Real) );64354 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real);64464 assert( fg&(MEM_Int|MEM_Real) );64482 assert( fg & MEM_Real );64488 if( bForce ) pMem->flags &= ~(MEM_Int|MEM_Real);64639 }else if( flags & MEM_Real ){64660 if( pMem->flags & MEM_Real ){64681 assert( pMem->flags & MEM_Real );64726 MemSetTypeFlag(pMem, MEM_Real);[all …]
12724 #define MEM_Real 0x0008 /* Value is a real number */ macro57362 assert( fg&(MEM_Int|MEM_Real) );57380 assert( fg & MEM_Real );57512 }else if( flags & MEM_Real ){57534 if( pMem->flags & MEM_Real ){57554 assert( pMem->flags & MEM_Real );57601 MemSetTypeFlag(pMem, MEM_Real);57614 if( (pMem->flags & (MEM_Int|MEM_Real|MEM_Null))==0 ){57621 MemSetTypeFlag(pMem, MEM_Real);57625 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_Null))!=0 );[all …]