Home
last modified time | relevance | path

Searched refs:apVal (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/mlir/lib/Parser/
DAttributeParser.cpp399 Optional<APFloat> apVal = in parseDecOrHexAttr() local
401 return apVal ? FloatAttr::get(floatType, *apVal) : Attribute(); in parseDecOrHexAttr()
638 Optional<APFloat> apVal = buildHexadecimalFloatLiteral(&p, eltTy, *val); in getFloatAttrElements() local
639 if (!apVal) in getFloatAttrElements()
641 floatValues.push_back(*apVal); in getFloatAttrElements()
655 APFloat apVal(isNegative ? -*val : *val); in getFloatAttrElements() local
658 apVal.convert(eltTy.getFloatSemantics(), APFloat::rmNearestTiesToEven, in getFloatAttrElements()
661 floatValues.push_back(apVal); in getFloatAttrElements()
/external/sqlite/dist/orig/
Dshell.c927 sqlite3_value **apVal in shellModuleSchema() argument
929 const char *zName = (const char*)sqlite3_value_text(apVal[0]); in shellModuleSchema()
961 sqlite3_value **apVal in shellAddSchemaName() argument
972 const char *zIn = (const char*)sqlite3_value_text(apVal[0]); in shellAddSchemaName()
973 const char *zSchema = (const char*)sqlite3_value_text(apVal[1]); in shellAddSchemaName()
974 const char *zName = (const char*)sqlite3_value_text(apVal[2]); in shellAddSchemaName()
1009 sqlite3_result_value(pCtx, apVal[0]); in shellAddSchemaName()
5911 sqlite3_value **apVal, in zipfileUpdate() argument
5940 if( sqlite3_value_type(apVal[0])!=SQLITE_NULL ){ in zipfileUpdate()
5941 const char *zDelete = (const char*)sqlite3_value_text(apVal[0]); in zipfileUpdate()
[all …]
Dsqlite3.h11637 sqlite3_value **apVal /* Array of trailing arguments */
/external/sqlite/dist/
Dshell.c932 sqlite3_value **apVal in shellModuleSchema() argument
934 const char *zName = (const char*)sqlite3_value_text(apVal[0]); in shellModuleSchema()
966 sqlite3_value **apVal in shellAddSchemaName() argument
977 const char *zIn = (const char*)sqlite3_value_text(apVal[0]); in shellAddSchemaName()
978 const char *zSchema = (const char*)sqlite3_value_text(apVal[1]); in shellAddSchemaName()
979 const char *zName = (const char*)sqlite3_value_text(apVal[2]); in shellAddSchemaName()
1014 sqlite3_result_value(pCtx, apVal[0]); in shellAddSchemaName()
5916 sqlite3_value **apVal, in zipfileUpdate() argument
5945 if( sqlite3_value_type(apVal[0])!=SQLITE_NULL ){ in zipfileUpdate()
5946 const char *zDelete = (const char*)sqlite3_value_text(apVal[0]); in zipfileUpdate()
[all …]
Dsqlite3.h11637 sqlite3_value **apVal /* Array of trailing arguments */
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h11643 sqlite3_value **apVal /* Array of trailing arguments */
Dbindgen_bundled_version.rs4651 apVal: *mut *mut sqlite3_value,
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout1182 sqlite3_value **apVal