Home
last modified time | relevance | path

Searched refs:apValue (Results 1 – 25 of 148) sorted by relevance

123456

/dports/databases/sqlitecpp/SQLiteCpp-3.1.1-28-g0c46d86/include/SQLiteCpp/
H A DStatement.h174 void bind(const int aIndex, const char* apValue);
270 void bind(const char* apName, const char* apValue) in bind() argument
272 bind(getIndex(apName), apValue); in bind()
281 bind(getIndex(apName), apValue, aSize); in bind()
301 void bindNoCopy(const char* apName, const char* apValue) in bindNoCopy() argument
303 bindNoCopy(getIndex(apName), apValue); in bindNoCopy()
312 bindNoCopy(getIndex(apName), apValue, aSize); in bindNoCopy()
387 bind(aName.c_str(), apValue); in bind()
396 bind(aName.c_str(), apValue, aSize); in bind()
418 bindNoCopy(aName.c_str(), apValue); in bindNoCopy()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/SQLiteCpp/include/SQLiteCpp/
H A DStatement.h174 void bind(const int aIndex, const char* apValue);
270 void bind(const char* apName, const char* apValue) in bind() argument
272 bind(getIndex(apName), apValue); in bind()
281 bind(getIndex(apName), apValue, aSize); in bind()
301 void bindNoCopy(const char* apName, const char* apValue) in bindNoCopy() argument
303 bindNoCopy(getIndex(apName), apValue); in bindNoCopy()
312 bindNoCopy(getIndex(apName), apValue, aSize); in bindNoCopy()
387 bind(aName.c_str(), apValue); in bind()
396 bind(aName.c_str(), apValue, aSize); in bind()
418 bindNoCopy(aName.c_str(), apValue); in bindNoCopy()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/SQLiteCpp/include/SQLiteCpp/
H A DStatement.h155 void bind(const int aIndex, const char* apValue);
161 void bind(const int aIndex, const void* apValue, const int aSize);
177 void bindNoCopy(const int aIndex, const char* apValue);
236 void bind(const char* apName, const char* apValue);
258 void bindNoCopy(const char* apName, const char* apValue);
333 inline void bind(const std::string& aName, const char* apValue) in bind() argument
335 bind(aName.c_str(), apValue); in bind()
344 bind(aName.c_str(), apValue, aSize); in bind()
364 inline void bindNoCopy(const std::string& aName, const char* apValue) in bindNoCopy() argument
366 bindNoCopy(aName.c_str(), apValue); in bindNoCopy()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/SQLiteCpp/src/
H A DStatement.cpp110 void Statement::bind(const int aIndex, const char* apValue) in bind() argument
112 const int ret = sqlite3_bind_text(mStmtPtr, aIndex, apValue, -1, SQLITE_TRANSIENT); in bind()
117 void Statement::bind(const int aIndex, const void* apValue, const int aSize) in bind() argument
132 void Statement::bindNoCopy(const int aIndex, const char* apValue) in bindNoCopy() argument
134 const int ret = sqlite3_bind_text(mStmtPtr, aIndex, apValue, -1, SQLITE_STATIC); in bindNoCopy()
139 void Statement::bindNoCopy(const int aIndex, const void* apValue, const int aSize) in bindNoCopy() argument
195 void Statement::bind(const char* apName, const char* apValue) in bind() argument
203 void Statement::bind(const char* apName, const void* apValue, const int aSize) in bind() argument
220 void Statement::bindNoCopy(const char* apName, const char* apValue) in bindNoCopy() argument
223 const int ret = sqlite3_bind_text(mStmtPtr, index, apValue, -1, SQLITE_STATIC); in bindNoCopy()
[all …]
/dports/databases/sqlitecpp/SQLiteCpp-3.1.1-28-g0c46d86/src/
H A DStatement.cpp108 void Statement::bind(const int aIndex, const char* apValue) in bind() argument
110 const int ret = sqlite3_bind_text(mStmtPtr, aIndex, apValue, -1, SQLITE_TRANSIENT); in bind()
115 void Statement::bind(const int aIndex, const void* apValue, const int aSize) in bind() argument
117 const int ret = sqlite3_bind_blob(mStmtPtr, aIndex, apValue, aSize, SQLITE_TRANSIENT); in bind()
130 void Statement::bindNoCopy(const int aIndex, const char* apValue) in bindNoCopy() argument
132 const int ret = sqlite3_bind_text(mStmtPtr, aIndex, apValue, -1, SQLITE_STATIC); in bindNoCopy()
137 void Statement::bindNoCopy(const int aIndex, const void* apValue, const int aSize) in bindNoCopy() argument
139 const int ret = sqlite3_bind_blob(mStmtPtr, aIndex, apValue, aSize, SQLITE_STATIC); in bindNoCopy()
/dports/games/warzone2100/warzone2100/3rdparty/SQLiteCpp/src/
H A DStatement.cpp108 void Statement::bind(const int aIndex, const char* apValue) in bind() argument
110 const int ret = sqlite3_bind_text(mStmtPtr, aIndex, apValue, -1, SQLITE_TRANSIENT); in bind()
115 void Statement::bind(const int aIndex, const void* apValue, const int aSize) in bind() argument
117 const int ret = sqlite3_bind_blob(mStmtPtr, aIndex, apValue, aSize, SQLITE_TRANSIENT); in bind()
130 void Statement::bindNoCopy(const int aIndex, const char* apValue) in bindNoCopy() argument
132 const int ret = sqlite3_bind_text(mStmtPtr, aIndex, apValue, -1, SQLITE_STATIC); in bindNoCopy()
137 void Statement::bindNoCopy(const int aIndex, const void* apValue, const int aSize) in bindNoCopy() argument
139 const int ret = sqlite3_bind_blob(mStmtPtr, aIndex, apValue, aSize, SQLITE_STATIC); in bindNoCopy()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/FxpMathOps/Transforms/
H A DUniformKernelUtils.h212 APFloat apValue = convertFloatToType(floatElementType, value); in broadcastScalarConstFloatValue() local
214 FloatAttr::get(st.getElementType(), apValue)); in broadcastScalarConstFloatValue()
218 APFloat apValue = convertFloatToType(floatType, value); in broadcastScalarConstFloatValue() local
219 return FloatAttr::get(floatType, apValue); in broadcastScalarConstFloatValue()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/session/
H A Dsqlite3session.c2780 p->apValue = (sqlite3_value**)p->tblhdr.aBuf; in sessionChangesetReadTblhdr()
2781 p->abPK = (u8*)&p->apValue[p->nCol*2]; in sessionChangesetReadTblhdr()
2816 if( p->apValue ){ in sessionChangesetNext()
2818 sqlite3ValueFree(p->apValue[i]); in sessionChangesetNext()
2889 assert( p->apValue[i]==0 ); in sessionChangesetNext()
2892 p->apValue[i] = p->apValue[i+p->nCol]; in sessionChangesetNext()
2893 p->apValue[i+p->nCol] = 0; in sessionChangesetNext()
2973 *ppValue = pIter->apValue[iVal]; in sqlite3changeset_old()
3001 *ppValue = pIter->apValue[pIter->nCol+iVal]; in sqlite3changeset_new()
3051 if( pIter->pConflict || pIter->apValue ){ in sqlite3changeset_fk_conflicts()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/session/
H A Dsqlite3session.c3004 if( p->apValue==0 ){ in sessionChangesetReadTblhdr()
3008 p->abPK = (u8*)&p->apValue[p->nCol*2]; in sessionChangesetReadTblhdr()
3041 if( p->apValue ){ in sessionChangesetNextOne()
3043 sqlite3ValueFree(p->apValue[i]); in sessionChangesetNextOne()
3102 sqlite3_value **apOld = (p->bInvert ? &p->apValue[p->nCol] : p->apValue); in sessionChangesetNextOne()
3103 sqlite3_value **apNew = (p->bInvert ? p->apValue : &p->apValue[p->nCol]); in sessionChangesetNextOne()
3126 assert( p->apValue[i]==0 ); in sessionChangesetNextOne()
3127 p->apValue[i] = p->apValue[i+p->nCol]; in sessionChangesetNextOne()
3129 p->apValue[i+p->nCol] = 0; in sessionChangesetNextOne()
3243 *ppValue = pIter->apValue[iVal]; in sqlite3changeset_old()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/session/
H A Dsqlite3session.c2959 if( p->apValue==0 ){ in sessionChangesetReadTblhdr()
2963 p->abPK = (u8*)&p->apValue[p->nCol*2]; in sessionChangesetReadTblhdr()
3000 if( p->apValue ){ in sessionChangesetNext()
3002 sqlite3ValueFree(p->apValue[i]); in sessionChangesetNext()
3061 sqlite3_value **apOld = (p->bInvert ? &p->apValue[p->nCol] : p->apValue); in sessionChangesetNext()
3062 sqlite3_value **apNew = (p->bInvert ? p->apValue : &p->apValue[p->nCol]); in sessionChangesetNext()
3085 assert( p->apValue[i]==0 ); in sessionChangesetNext()
3086 p->apValue[i] = p->apValue[i+p->nCol]; in sessionChangesetNext()
3088 p->apValue[i+p->nCol] = 0; in sessionChangesetNext()
3171 *ppValue = pIter->apValue[iVal]; in sqlite3changeset_old()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/session/
H A Dsqlite3session.c2959 p->abPK = (u8*)&p->apValue[p->nCol*2]; in sessionChangesetReadTblhdr()
2995 if( p->apValue ){ in sessionChangesetNext()
2997 sqlite3ValueFree(p->apValue[i]); in sessionChangesetNext()
3056 sqlite3_value **apOld = (p->bInvert ? &p->apValue[p->nCol] : p->apValue); in sessionChangesetNext()
3057 sqlite3_value **apNew = (p->bInvert ? p->apValue : &p->apValue[p->nCol]); in sessionChangesetNext()
3080 assert( p->apValue[i]==0 ); in sessionChangesetNext()
3081 p->apValue[i] = p->apValue[i+p->nCol]; in sessionChangesetNext()
3083 p->apValue[i+p->nCol] = 0; in sessionChangesetNext()
3166 *ppValue = pIter->apValue[iVal]; in sqlite3changeset_old()
3244 if( pIter->pConflict || pIter->apValue ){ in sqlite3changeset_fk_conflicts()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp958 static void printFloatValue(const APFloat &apValue, raw_ostream &os) { in printFloatValue() argument
963 bool isInf = apValue.isInfinity(); in printFloatValue()
964 bool isNaN = apValue.isNaN(); in printFloatValue()
967 apValue.toString(strValue, 6, 0, false); in printFloatValue()
980 if (!APFloat(apValue.getSemantics(), strValue).bitwiseIsEqual(apValue)) { in printFloatValue()
982 apValue.toString(strValue); in printFloatValue()
991 APInt apInt = apValue.bitcastToAPInt(); in printFloatValue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DAsmPrinter.cpp1096 static void printFloatValue(const APFloat &apValue, raw_ostream &os) { in printFloatValue() argument
1101 bool isInf = apValue.isInfinity(); in printFloatValue()
1102 bool isNaN = apValue.isNaN(); in printFloatValue()
1105 apValue.toString(strValue, /*FormatPrecision=*/6, /*FormatMaxPadding=*/0, in printFloatValue()
1118 if (APFloat(apValue.getSemantics(), strValue).bitwiseIsEqual(apValue)) { in printFloatValue()
1126 apValue.toString(strValue); in printFloatValue()
1138 APInt apInt = apValue.bitcastToAPInt(); in printFloatValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DAsmPrinter.cpp1229 static void printFloatValue(const APFloat &apValue, raw_ostream &os) { in printFloatValue() argument
1234 bool isInf = apValue.isInfinity(); in printFloatValue()
1235 bool isNaN = apValue.isNaN(); in printFloatValue()
1238 apValue.toString(strValue, /*FormatPrecision=*/6, /*FormatMaxPadding=*/0, in printFloatValue()
1251 if (APFloat(apValue.getSemantics(), strValue).bitwiseIsEqual(apValue)) { in printFloatValue()
1259 apValue.toString(strValue); in printFloatValue()
1271 APInt apInt = apValue.bitcastToAPInt(); in printFloatValue()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DAsmPrinter.cpp1400 static void printFloatValue(const APFloat &apValue, raw_ostream &os) { in printFloatValue() argument
1405 bool isInf = apValue.isInfinity(); in printFloatValue()
1406 bool isNaN = apValue.isNaN(); in printFloatValue()
1409 apValue.toString(strValue, /*FormatPrecision=*/6, /*FormatMaxPadding=*/0, in printFloatValue()
1422 if (APFloat(apValue.getSemantics(), strValue).bitwiseIsEqual(apValue)) { in printFloatValue()
1430 apValue.toString(strValue); in printFloatValue()
1442 APInt apInt = apValue.bitcastToAPInt(); in printFloatValue()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DAsmPrinter.cpp1321 static void printFloatValue(const APFloat &apValue, raw_ostream &os) { in printFloatValue() argument
1326 bool isInf = apValue.isInfinity(); in printFloatValue()
1327 bool isNaN = apValue.isNaN(); in printFloatValue()
1330 apValue.toString(strValue, /*FormatPrecision=*/6, /*FormatMaxPadding=*/0, in printFloatValue()
1343 if (APFloat(apValue.getSemantics(), strValue).bitwiseIsEqual(apValue)) { in printFloatValue()
1351 apValue.toString(strValue); in printFloatValue()
1363 APInt apInt = apValue.bitcastToAPInt(); in printFloatValue()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DAsmPrinter.cpp1377 static void printFloatValue(const APFloat &apValue, raw_ostream &os) { in printFloatValue() argument
1382 bool isInf = apValue.isInfinity(); in printFloatValue()
1383 bool isNaN = apValue.isNaN(); in printFloatValue()
1386 apValue.toString(strValue, /*FormatPrecision=*/6, /*FormatMaxPadding=*/0, in printFloatValue()
1399 if (APFloat(apValue.getSemantics(), strValue).bitwiseIsEqual(apValue)) { in printFloatValue()
1407 apValue.toString(strValue); in printFloatValue()
1419 APInt apInt = apValue.bitcastToAPInt(); in printFloatValue()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DAsmPrinter.cpp1377 static void printFloatValue(const APFloat &apValue, raw_ostream &os) { in printFloatValue() argument
1382 bool isInf = apValue.isInfinity(); in printFloatValue()
1383 bool isNaN = apValue.isNaN(); in printFloatValue()
1386 apValue.toString(strValue, /*FormatPrecision=*/6, /*FormatMaxPadding=*/0, in printFloatValue()
1399 if (APFloat(apValue.getSemantics(), strValue).bitwiseIsEqual(apValue)) { in printFloatValue()
1407 apValue.toString(strValue); in printFloatValue()
1419 APInt apInt = apValue.bitcastToAPInt(); in printFloatValue()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DAsmPrinter.cpp1321 static void printFloatValue(const APFloat &apValue, raw_ostream &os) { in printFloatValue() argument
1326 bool isInf = apValue.isInfinity(); in printFloatValue()
1327 bool isNaN = apValue.isNaN(); in printFloatValue()
1330 apValue.toString(strValue, /*FormatPrecision=*/6, /*FormatMaxPadding=*/0, in printFloatValue()
1343 if (APFloat(apValue.getSemantics(), strValue).bitwiseIsEqual(apValue)) { in printFloatValue()
1351 apValue.toString(strValue); in printFloatValue()
1363 APInt apInt = apValue.bitcastToAPInt(); in printFloatValue()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DAsmPrinter.cpp1377 static void printFloatValue(const APFloat &apValue, raw_ostream &os) {
1382 bool isInf = apValue.isInfinity();
1383 bool isNaN = apValue.isNaN();
1386 apValue.toString(strValue, /*FormatPrecision=*/6, /*FormatMaxPadding=*/0,
1399 if (APFloat(apValue.getSemantics(), strValue).bitwiseIsEqual(apValue)) {
1407 apValue.toString(strValue);
1419 APInt apInt = apValue.bitcastToAPInt();
/dports/games/irrlamb/irrlamb-1.0.1/src/ou/
H A Datomic.h1683 void _OU_CONVENTION_API AtomicStorePointer(volatile atomicptr *papDestination, atomicptr apValue);
1798 /*void */AtomicStorePointer(volatile atomicptr *papDestination, atomicptr apValue) in AtomicStorePointer() argument
1800 AtomicExchangePointer(papDestination, apValue); in AtomicStorePointer()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DBuiltinAttributes.td485 APInt apValue(IndexType::kInternalStorageBitWidth, value);
486 return $_get(type.getContext(), type, apValue);
490 APInt apValue(intTy.getWidth(), value, intTy.isSignedInteger());
491 return $_get(type.getContext(), type, apValue);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DBuiltinAttributes.td485 APInt apValue(IndexType::kInternalStorageBitWidth, value);
486 return $_get(type.getContext(), type, apValue);
490 APInt apValue(intTy.getWidth(), value, intTy.isSignedInteger());
491 return $_get(type.getContext(), type, apValue);
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DBuiltinAttributes.td485 APInt apValue(IndexType::kInternalStorageBitWidth, value);
486 return $_get(type.getContext(), type, apValue);
490 APInt apValue(intTy.getWidth(), value, intTy.isSignedInteger());
491 return $_get(type.getContext(), type, apValue);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DBuiltinAttributes.td543 APInt apValue(IndexType::kInternalStorageBitWidth, value);
544 return $_get(type.getContext(), type, apValue);
548 APInt apValue(intTy.getWidth(), value, intTy.isSignedInteger());
549 return $_get(type.getContext(), type, apValue);

123456