Home
last modified time | relevance | path

Searched refs:MEM_Real (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c204 if( fg & MEM_Real ){ in hardStringify()
326 if( pStack->flags & MEM_Real ){ in hardIntegerify()
353 pStack->flags |= MEM_Real; in hardRealify()
1076 pTos->flags = MEM_Real; in sqliteVdbeExec()
1260 }else if( pTos->flags & MEM_Real ){ in sqliteVdbeExec()
1678 if( pTos->flags & MEM_Real ){ in sqliteVdbeExec()
1683 pTos->flags = MEM_Real; in sqliteVdbeExec()
1698 pTos->flags = MEM_Real; in sqliteVdbeExec()
2048 pRec->flags &= ~(MEM_Int|MEM_Real); in sqliteVdbeExec()
2061 pRec->flags = MEM_Real; in sqliteVdbeExec()
[all …]
H A DvdbeInt.h128 #define MEM_Real 0x0008 /* Value is a real number */ macro
H A Dvdbeaux.c454 p->s.flags = MEM_Real; in sqlite_set_result_double()