Home
last modified time | relevance | path

Searched refs:VectorTable (Results 1 – 25 of 89) sorted by relevance

1234

/dports/math/linbox/linbox-1.6.3/interfaces/driver/
H A Dlb-vector.C41 VectorTable vector_hashtable;
56 std::pair<VectorTable::const_iterator, bool> status; in addVector()
97 VectorTable::iterator it = vector_hashtable.find(k); in copyVector()
169 VectorTable::iterator it = vector_hashtable.find(key); in operator()
190 VectorTable::iterator it = vector_hashtable.find(Vkey); in rebindVector()
247 VectorTable::iterator it = vector_hashtable.find(key); in operator()
277 VectorTable::iterator it = vector_hashtable.find(key); in writeVectorInfo()
354 VectorTable::iterator it = vector_hashtable.find(key); in operator()
H A Dlb-minpoly.C36 extern VectorTable vector_hashtable;
66 VectorTable::iterator it = vector_hashtable.find(res); in lb_minpoly()
H A Dlb-charpoly.C39 extern VectorTable vector_hashtable;
76 VectorTable::iterator it = vector_hashtable.find(res); in lb_charpoly()
H A Dlb-solve.C40 extern VectorTable vector_hashtable;
108 VectorTable::iterator it = vector_hashtable.find(Vkey); in operator()
159 VectorTable::iterator it = vector_hashtable.find(key); in modifyResultVector()
H A Dlb-garbage.C185 VectorTable::iterator it = vector_hashtable.find(key); in deleteVector()
211 VectorTable::iterator it= vector_hashtable.begin(); in collectVector()
H A Dlb-vector-collection.h43 typedef std::map<VectorKey, VectorAbstract*, VectorKeyLessThan> VectorTable; typedef
H A Dlb-driver.h77 extern VectorTable vector_hashtable; in LinBoxDataInfo()
H A Dlb-polynomial.C98 VectorTable::iterator it = vector_hashtable.find(key); in operator()
164 VectorTable::iterator it = vector_hashtable.find(key); in operator()
H A Dlb-vector-function.h56 VectorTable::const_iterator it = vector_hashtable.find(key); in call()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/spatialite/
H A Dplugin.py33 from ..plugin import DBPlugin, Database, Table, VectorTable, RasterTable, TableField, TableIndex, T…
218 class SLVectorTable(SLTable, VectorTable):
222 VectorTable.__init__(self, db, schema)
239 ret = VectorTable.createSpatialIndex(self, geom_column)
246 ret = VectorTable.deleteSpatialIndex(self, geom_column)
257 return VectorTable.runAction(self, action)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/spatialite/
H A Dplugin.py33 from ..plugin import DBPlugin, Database, Table, VectorTable, RasterTable, TableField, TableIndex, T…
218 class SLVectorTable(SLTable, VectorTable):
222 VectorTable.__init__(self, db, schema)
239 ret = VectorTable.createSpatialIndex(self, geom_column)
246 ret = VectorTable.deleteSpatialIndex(self, geom_column)
257 return VectorTable.runAction(self, action)
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A DZmbvCodec.cpp132 VectorTable[0].x=VectorTable[0].y=0; in CreateVectorTable()
136 VectorTable[VectorCount].x=x; in CreateVectorTable()
137 VectorTable[VectorCount].y=y; in CreateVectorTable()
203 int vx = VectorTable[v].x; in AddXorFrame()
204 int vy = VectorTable[v].y; in AddXorFrame()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/gpkg/
H A Dplugin.py39 from ..plugin import DBPlugin, Database, Table, VectorTable, RasterTable, TableField, TableIndex, T…
244 class GPKGVectorTable(GPKGTable, VectorTable):
248 VectorTable.__init__(self, db, schema)
266 ret = VectorTable.createSpatialIndex(self, geom_column)
273 ret = VectorTable.deleteSpatialIndex(self, geom_column)
290 return VectorTable.runAction(self, action)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/gpkg/
H A Dplugin.py39 from ..plugin import DBPlugin, Database, Table, VectorTable, RasterTable, TableField, TableIndex, T…
244 class GPKGVectorTable(GPKGTable, VectorTable):
248 VectorTable.__init__(self, db, schema)
266 ret = VectorTable.createSpatialIndex(self, geom_column)
273 ret = VectorTable.deleteSpatialIndex(self, geom_column)
290 return VectorTable.runAction(self, action)
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/vlayers/
H A Dplugin.py29 from ..plugin import DBPlugin, Database, Table, VectorTable, TableField
156 class LVectorTable(LTable, VectorTable):
160 VectorTable.__init__(self, db, schema)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/vlayers/
H A Dplugin.py29 from ..plugin import DBPlugin, Database, Table, VectorTable, TableField
156 class LVectorTable(LTable, VectorTable):
160 VectorTable.__init__(self, db, schema)
/dports/emulators/dosbox/dosbox-0.74-3/src/libs/zmbv/
H A Dzmbv.cpp137 VectorTable[0].x=VectorTable[0].y=0; in CreateVectorTable()
141 VectorTable[VectorCount].x=x; in CreateVectorTable()
142 VectorTable[VectorCount].y=y; in CreateVectorTable()
212 int vx = VectorTable[v].x; in AddXorFrame()
213 int vy = VectorTable[v].y; in AddXorFrame()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/zmbv/
H A Dzmbv.cpp136 VectorTable[0].x = VectorTable[0].y = 0; in CreateVectorTable()
141 VectorTable[VectorCount].x = x; in CreateVectorTable()
142 VectorTable[VectorCount].y = y; in CreateVectorTable()
218 auto vx = VectorTable[v].x; in AddXorFrame()
219 auto vy = VectorTable[v].y; in AddXorFrame()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/postgis/
H A Dplugin.py35 …nnectionError, InvalidDataException, DBPlugin, Database, Schema, Table, VectorTable, RasterTable, \
294 class PGVectorTable(PGTable, VectorTable):
298 VectorTable.__init__(self, db, schema)
309 return VectorTable.runAction(self, action)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/postgis/
H A Dplugin.py35 …nnectionError, InvalidDataException, DBPlugin, Database, Schema, Table, VectorTable, RasterTable, \
294 class PGVectorTable(PGTable, VectorTable):
298 VectorTable.__init__(self, db, schema)
309 return VectorTable.runAction(self, action)
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_table_lookup.cpp13 const IR::Table table = v.ir.VectorTable([&]{ in TableLookup()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_table_lookup.cpp13 const IR::Table table = v.ir.VectorTable([&]{ in TableLookup()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_table_lookup.cpp13 const IR::Table table = v.ir.VectorTable([&]{ in TableLookup()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/oracle/
H A Dplugin.py38 Database, Schema, Table, VectorTable, TableField, TableConstraint, \
445 class ORVectorTable(ORTable, VectorTable):
449 VectorTable.__init__(self, db, schema)
467 return VectorTable.runAction(self, action)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/oracle/
H A Dplugin.py38 Database, Schema, Table, VectorTable, TableField, TableConstraint, \
445 class ORVectorTable(ORTable, VectorTable):
449 VectorTable.__init__(self, db, schema)
467 return VectorTable.runAction(self, action)

1234