Searched refs:MEM_Real (Results 1 – 3 of 3) sorted by relevance
206 if( fg & MEM_Real ){ in hardStringify()328 if( pStack->flags & MEM_Real ){ in hardIntegerify()346 #define Realify(P) if(((P)->flags&MEM_Real)==0){ hardRealify(P); }355 pStack->flags |= MEM_Real; in hardRealify()1078 pTos->flags = MEM_Real; in sqliteVdbeExec()1226 if( (pTos->flags & (MEM_Int|MEM_Real))==0 in sqliteVdbeExec()1262 }else if( pTos->flags & MEM_Real ){ in sqliteVdbeExec()1680 if( pTos->flags & MEM_Real ){ in sqliteVdbeExec()1685 pTos->flags = MEM_Real; in sqliteVdbeExec()1700 pTos->flags = MEM_Real; in sqliteVdbeExec()[all …]
131 #define MEM_Real 0x0008 /* Value is a real number */ macro
457 p->s.flags = MEM_Real; in sqlite_set_result_double()