Home
last modified time | relevance | path

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

12345678

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbemem.c211 assert( fg&(MEM_Int|MEM_Real) ); in sqlite3VdbeMemStringify()
229 assert( fg & MEM_Real ); in sqlite3VdbeMemStringify()
367 }else if( flags & MEM_Real ){ in sqlite3VdbeIntValue()
389 if( pMem->flags & MEM_Real ){ in sqlite3VdbeRealValue()
409 assert( pMem->flags & MEM_Real ); in sqlite3VdbeIntegerAffinity()
456 MemSetTypeFlag(pMem, MEM_Real); in sqlite3VdbeMemRealify()
545 pMem->flags = MEM_Real; in sqlite3VdbeMemSetDouble()
800 if( !(f1&(MEM_Int|MEM_Real)) ){ in sqlite3MemCompare()
808 if( (f1&MEM_Real)==0 ){ in sqlite3MemCompare()
813 if( (f2&MEM_Real)==0 ){ in sqlite3MemCompare()
[all …]
H A Dvdbetrace.c121 }else if( pVar->flags & MEM_Real ){ in sqlite3VdbeExpandSql()
H A Dvdbe.c174 else if( flags & MEM_Real ){ in sqlite3VdbeMemStoreType()
251 if( (pRec->flags & (MEM_Real|MEM_Int))==0 ){ in applyNumericAffinity()
262 pRec->flags |= MEM_Real; in applyNumericAffinity()
298 pRec->flags &= ~(MEM_Real|MEM_Int); in applyAffinity()
303 if( pRec->flags & MEM_Real ){ in applyAffinity()
431 }else if( p->flags & MEM_Real ){ in memTracePrint()
900 pOut->flags = MEM_Real; in sqlite3VdbeExec()
1301 MemSetTypeFlag(pOut, MEM_Real); in sqlite3VdbeExec()
1302 if( (flags & MEM_Real)==0 ){ in sqlite3VdbeExec()
3311 if( (pIn3->flags & MEM_Real)==0 ){ in sqlite3VdbeExec()
[all …]
H A DvdbeInt.h175 #define MEM_Real 0x0008 /* Value is a real number */ macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbemem.c41 assert( (p->flags & (MEM_Int|MEM_Real))!=(MEM_Int|MEM_Real) ); in sqlite3VdbeCheckMemInvariants()
317 assert( fg&(MEM_Int|MEM_Real) ); in sqlite3VdbeMemStringify()
336 assert( fg & MEM_Real ); in sqlite3VdbeMemStringify()
498 }else if( flags & MEM_Real ){ in sqlite3VdbeIntValue()
523 if( pMem->flags & MEM_Real ){ in sqlite3VdbeRealValue()
541 assert( pMem->flags & MEM_Real ); in sqlite3VdbeIntegerAffinity()
586 MemSetTypeFlag(pMem, MEM_Real); in sqlite3VdbeMemRealify()
606 MemSetTypeFlag(pMem, MEM_Real); in sqlite3VdbeMemNumerify()
763 pMem->flags = MEM_Real; in sqlite3VdbeMemSetDouble()
1378 if( pVal->flags & MEM_Real ){ in valueFromExpr()
[all …]
H A Dvdbe.c264 pRec->flags |= MEM_Real; in applyNumericAffinity()
296 if( (pRec->flags & MEM_Real)==0 ){ in applyAffinity()
309 if( (pRec->flags&(MEM_Real|MEM_Int)) ){ in applyAffinity()
313 pRec->flags &= ~(MEM_Real|MEM_Int); in applyAffinity()
360 return MEM_Real; in computeNumericType()
371 if( pMem->flags & (MEM_Int|MEM_Real) ){ in numericType()
372 return pMem->flags & (MEM_Int|MEM_Real); in numericType()
473 }else if( p->flags & MEM_Real ){ in memTracePrint()
1038 pOut->flags = MEM_Real; in sqlite3VdbeExec()
1557 MemSetTypeFlag(pOut, MEM_Real); in sqlite3VdbeExec()
[all …]
H A Dvdbetrace.c135 }else if( pVar->flags & MEM_Real ){ in sqlite3VdbeExpandSql()
H A Dvdbeaux.c1355 }else if( pMem->flags & MEM_Real ){ in displayP4()
3220 if( flags&MEM_Real ){ in sqlite3VdbeSerialType()
3423 pMem->flags = sqlite3IsNaN(pMem->u.r) ? MEM_Null : MEM_Real; in serialGet()
3862 if( combined_flags&(MEM_Int|MEM_Real) ){ in sqlite3MemCompare()
3868 if( (f1 & f2 & MEM_Real)!=0 ){ in sqlite3MemCompare()
3874 if( (f2&MEM_Real)!=0 ){ in sqlite3MemCompare()
3880 if( (f1&MEM_Real)!=0 ){ in sqlite3MemCompare()
4052 else if( pRhs->flags & MEM_Real ){ in sqlite3VdbeRecordCompareWithSkip()
4369 testcase( flags & MEM_Real ); in sqlite3VdbeFindCompare()
4372 if( (flags & (MEM_Real|MEM_Null|MEM_Blob))==0 && p->pKeyInfo->aColl[0]==0 ){ in sqlite3VdbeFindCompare()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbemem.c106 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) ); in vdbeMemRenderNum()
600 }else if( flags & MEM_Real ){ in sqlite3VdbeIntValue()
624 if( pMem->flags & MEM_Real ){ in sqlite3VdbeRealValue()
654 assert( pMem->flags & MEM_Real ); in sqlite3VdbeIntegerAffinity()
699 MemSetTypeFlag(pMem, MEM_Real); in sqlite3VdbeMemRealify()
729 testcase( pMem->flags & MEM_Real ); in sqlite3VdbeMemNumerify()
744 MemSetTypeFlag(pMem, MEM_Real); in sqlite3VdbeMemNumerify()
901 pMem->flags = MEM_Real; in sqlite3VdbeMemSetDouble()
1548 testcase( pVal->flags & MEM_Real ); in valueFromExpr()
1560 if( pVal->flags & MEM_Real ){ in valueFromExpr()
[all …]
H A Dvdbe.c335 pRec->flags |= MEM_Real; in applyNumericAffinity()
373 if( (pRec->flags & MEM_Real)==0 ){ in applyAffinity()
443 return MEM_Real; in computeNumericType()
449 return MEM_Real; in computeNumericType()
462 testcase( pMem->flags & MEM_Real ); in numericType()
551 }else if( p->flags & MEM_Real ){ in memTracePrint()
1158 pOut->flags = MEM_Real; in sqlite3VdbeExec()
1700 MemSetTypeFlag(pOut, MEM_Real); in sqlite3VdbeExec()
2887 pIn1->flags |= MEM_Real; in sqlite3VdbeExec()
3095 pRec->flags |= MEM_Real; in sqlite3VdbeExec()
[all …]
H A Dvdbetrace.c135 }else if( pVar->flags & MEM_Real ){ in sqlite3VdbeExpandSql()
H A Dvdbeaux.c1700 }else if( pMem->flags & MEM_Real ){ in sqlite3VdbeDisplayP4()
3676 pMem->flags |= MEM_Real;
3681 if( flags&MEM_Real ){
3885 pMem->flags = IsNaN(x) ? MEM_Null : MEM_Real; in serialGet()
4343 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){ in sqlite3MemCompare()
4345 testcase( combined_flags & MEM_Real ); in sqlite3MemCompare()
4354 if( (f1 & f2 & MEM_Real)!=0 ){ in sqlite3MemCompare()
4362 if( (f2&MEM_Real)!=0 ){ in sqlite3MemCompare()
4372 if( (f1&MEM_Real)!=0 ){ in sqlite3MemCompare()
4548 else if( pRhs->flags & MEM_Real ){ in sqlite3VdbeRecordCompareWithSkip()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbemem.c106 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) ); in vdbeMemRenderNum()
591 }else if( flags & MEM_Real ){ in sqlite3VdbeIntValue()
615 if( pMem->flags & MEM_Real ){ in sqlite3VdbeRealValue()
645 assert( pMem->flags & MEM_Real ); in sqlite3VdbeIntegerAffinity()
690 MemSetTypeFlag(pMem, MEM_Real); in sqlite3VdbeMemRealify()
720 testcase( pMem->flags & MEM_Real ); in sqlite3VdbeMemNumerify()
735 MemSetTypeFlag(pMem, MEM_Real); in sqlite3VdbeMemNumerify()
892 pMem->flags = MEM_Real; in sqlite3VdbeMemSetDouble()
1547 testcase( pVal->flags & MEM_Real ); in valueFromExpr()
1559 if( pVal->flags & MEM_Real ){ in valueFromExpr()
[all …]
H A Dvdbe.c340 pRec->flags |= MEM_Real; in applyNumericAffinity()
378 if( (pRec->flags & MEM_Real)==0 ){ in applyAffinity()
448 return MEM_Real; in computeNumericType()
454 return MEM_Real; in computeNumericType()
467 testcase( pMem->flags & MEM_Real ); in numericType()
556 }else if( p->flags & MEM_Real ){ in memTracePrint()
1160 pOut->flags = MEM_Real; in sqlite3VdbeExec()
1710 MemSetTypeFlag(pOut, MEM_Real); in sqlite3VdbeExec()
2897 pIn1->flags |= MEM_Real; in sqlite3VdbeExec()
3092 pRec->flags |= MEM_Real; in sqlite3VdbeExec()
[all …]
H A Dvdbetrace.c135 }else if( pVar->flags & MEM_Real ){ in sqlite3VdbeExpandSql()
H A Dvdbeaux.c1653 }else if( pMem->flags & MEM_Real ){ in displayP4()
3611 pMem->flags |= MEM_Real;
3616 if( flags&MEM_Real ){
3820 pMem->flags = IsNaN(x) ? MEM_Null : MEM_Real; in serialGet()
4275 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){ in sqlite3MemCompare()
4277 testcase( combined_flags & MEM_Real ); in sqlite3MemCompare()
4286 if( (f1 & f2 & MEM_Real)!=0 ){ in sqlite3MemCompare()
4294 if( (f2&MEM_Real)!=0 ){ in sqlite3MemCompare()
4304 if( (f1&MEM_Real)!=0 ){ in sqlite3MemCompare()
4480 else if( pRhs->flags & MEM_Real ){ in sqlite3VdbeRecordCompareWithSkip()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbemem.c106 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) ); in vdbeMemRenderNum()
600 }else if( flags & MEM_Real ){ in sqlite3VdbeIntValue()
624 if( pMem->flags & MEM_Real ){ in sqlite3VdbeRealValue()
654 assert( pMem->flags & MEM_Real ); in sqlite3VdbeIntegerAffinity()
699 MemSetTypeFlag(pMem, MEM_Real); in sqlite3VdbeMemRealify()
729 testcase( pMem->flags & MEM_Real ); in sqlite3VdbeMemNumerify()
744 MemSetTypeFlag(pMem, MEM_Real); in sqlite3VdbeMemNumerify()
901 pMem->flags = MEM_Real; in sqlite3VdbeMemSetDouble()
1548 testcase( pVal->flags & MEM_Real ); in valueFromExpr()
1560 if( pVal->flags & MEM_Real ){ in valueFromExpr()
[all …]
H A Dvdbe.c340 pRec->flags |= MEM_Real; in applyNumericAffinity()
378 if( (pRec->flags & MEM_Real)==0 ){ in applyAffinity()
448 return MEM_Real; in computeNumericType()
454 return MEM_Real; in computeNumericType()
467 testcase( pMem->flags & MEM_Real ); in numericType()
556 }else if( p->flags & MEM_Real ){ in memTracePrint()
1163 pOut->flags = MEM_Real; in sqlite3VdbeExec()
1713 MemSetTypeFlag(pOut, MEM_Real); in sqlite3VdbeExec()
2900 pIn1->flags |= MEM_Real; in sqlite3VdbeExec()
3108 pRec->flags |= MEM_Real; in sqlite3VdbeExec()
[all …]
H A Dvdbetrace.c135 }else if( pVar->flags & MEM_Real ){ in sqlite3VdbeExpandSql()
H A Dvdbeaux.c1699 }else if( pMem->flags & MEM_Real ){ in sqlite3VdbeDisplayP4()
3679 pMem->flags |= MEM_Real;
3684 if( flags&MEM_Real ){
3888 pMem->flags = IsNaN(x) ? MEM_Null : MEM_Real; in serialGet()
4346 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){ in sqlite3MemCompare()
4348 testcase( combined_flags & MEM_Real ); in sqlite3MemCompare()
4357 if( (f1 & f2 & MEM_Real)!=0 ){ in sqlite3MemCompare()
4365 if( (f2&MEM_Real)!=0 ){ in sqlite3MemCompare()
4375 if( (f1&MEM_Real)!=0 ){ in sqlite3MemCompare()
4551 else if( pRhs->flags & MEM_Real ){ in sqlite3VdbeRecordCompareWithSkip()
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dvdbe.c199 if( fg & MEM_Real ){ in hardStringify()
317 if( pStack->flags & MEM_Real ){ in hardIntegerify()
344 pStack->flags |= MEM_Real; in hardRealify()
1067 pTos->flags = MEM_Real; in sqliteVdbeExec()
1251 }else if( pTos->flags & MEM_Real ){ in sqliteVdbeExec()
1669 if( pTos->flags & MEM_Real ){ in sqliteVdbeExec()
1674 pTos->flags = MEM_Real; in sqliteVdbeExec()
1689 pTos->flags = MEM_Real; in sqliteVdbeExec()
2039 pRec->flags &= ~(MEM_Int|MEM_Real); in sqliteVdbeExec()
2052 pRec->flags = MEM_Real; in sqliteVdbeExec()
[all …]
H A DvdbeInt.h128 #define MEM_Real 0x0008 /* Value is a real number */ macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dvdbe.c199 if( fg & MEM_Real ){ in hardStringify()
317 if( pStack->flags & MEM_Real ){ in hardIntegerify()
344 pStack->flags |= MEM_Real; in hardRealify()
1067 pTos->flags = MEM_Real; in sqliteVdbeExec()
1251 }else if( pTos->flags & MEM_Real ){ in sqliteVdbeExec()
1669 if( pTos->flags & MEM_Real ){ in sqliteVdbeExec()
1674 pTos->flags = MEM_Real; in sqliteVdbeExec()
1689 pTos->flags = MEM_Real; in sqliteVdbeExec()
2039 pRec->flags &= ~(MEM_Int|MEM_Real); in sqliteVdbeExec()
2052 pRec->flags = MEM_Real; in sqliteVdbeExec()
[all …]
H A DvdbeInt.h128 #define MEM_Real 0x0008 /* Value is a real number */ macro
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DvdbeInt.h128 #define MEM_Real 0x0008 /* Value is a real number */ macro

12345678