Lines Matching refs:MEM_Real
24585 #define MEM_Real 0x0008 /* Value is a real number */ macro
85660 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 ){
86418 assert( pMem->flags & (MEM_Real|MEM_IntReal) );
86469 MemSetTypeFlag(pMem, MEM_Real);
86510 testcase( pMem->flags & MEM_Real );
86513 if( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))==0 ){
86525 MemSetTypeFlag(pMem, MEM_Real);
86528 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))!=0 );
86572 pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal|MEM_Blob|MEM_Zero);
86710 pMem->flags = MEM_Real;
87490 pVal->flags = MEM_Real;
87501 if( pVal->flags & (MEM_Int|MEM_IntReal|MEM_Real) ){
87503 testcase( pVal->flags & MEM_Real );
87515 if( pVal->flags & MEM_Real ){
87523 MemSetTypeFlag(pVal, MEM_Real);
89844 }else if( pMem->flags & MEM_Real ){
91819 pMem->flags |= MEM_Real;
91824 if( flags&MEM_Real ){
91977 pMem->flags = IsNaN(x) ? MEM_Null : MEM_Real;
91994 pMem->flags = MEM_Real;
92471 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){
92473 testcase( combined_flags & MEM_Real );
92482 if( (f1 & f2 & MEM_Real)!=0 ){
92490 if( (f2&MEM_Real)!=0 ){
92500 if( (f1&MEM_Real)!=0 ){
92684 else if( pRhs->flags & MEM_Real ){
93041 testcase( flags & MEM_Real );
93044 if( (flags & (MEM_Real|MEM_IntReal|MEM_Null|MEM_Blob))==0
93295 if( (pMem1->flags & MEM_Real) && (pMem2->flags & MEM_Real) ){
94005 }else if( pVal->flags & (MEM_Real|MEM_IntReal) ){
95556 assert( pValue->flags & (MEM_Real|MEM_IntReal) );
95558 (pValue->flags & MEM_Real) ? pValue->u.r : (double)pValue->u.i
96456 }else if( pVar->flags & MEM_Real ){
96963 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str );
96970 pRec->flags |= MEM_Real;
97012 if( (pRec->flags & (MEM_Real|MEM_IntReal))==0 ){
97025 if( (pRec->flags&(MEM_Real|MEM_Int|MEM_IntReal)) ){
97027 testcase( pRec->flags & MEM_Real );
97032 pRec->flags &= ~(MEM_Real|MEM_Int|MEM_IntReal);
97076 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 );
97088 return MEM_Real;
97094 return MEM_Real;
97107 if( pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null) ){
97109 testcase( pMem->flags & MEM_Real );
97111 return pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null);
97200 }else if( p->flags & MEM_Real ){
97305 }else if( p->flags & MEM_Real ){
98005 pOut->flags = MEM_Real;
98573 MemSetTypeFlag(pOut, MEM_Real);
98957 if( (flags1 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
98962 if( (flags3 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
98968 pIn1->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
98969 }else if( (flags1&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
98971 testcase( pIn1->flags & MEM_Real );
98979 pIn3->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
98980 }else if( (flags3&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
98982 testcase( pIn3->flags & MEM_Real );
99957 testcase( (pIn1->flags & (MEM_Real|MEM_IntReal))==MEM_Real );
99973 pIn1->flags |= MEM_Real;
99976 }else if( (pIn1->flags & (MEM_Real|MEM_IntReal))==0 ){
100036 pIn1->flags |= MEM_Real;
100242 pRec->flags |= MEM_Real;
100248 }else if( pRec->flags & MEM_Real ){
101472 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){
101483 if( (newType & MEM_Real)==0 ){
102110 testcase( pIn3->flags & MEM_Real );