Home
last modified time | relevance | path

Searched refs:modelType_t (Results 1 – 21 of 21) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCvcMaps.hh33 extern unordered_map<string, modelType_t> gModelTypeStringMap;
35 extern map<modelType_t, string> gModelTypeMap;
37 extern map<modelType_t, string> gBaseModelTypePrefixMap;
H A DCvcMaps.cc44 unordered_map<string, modelType_t> gModelTypeStringMap({
59 map<modelType_t, string> gModelTypeMap({
76 map<modelType_t, string> gBaseModelTypePrefixMap({
H A DCCircuit.hh92 static set<modelType_t> emptyModelList;
111 …string theSummaryHeading = "", int theSubErrorIndex = 0, set<modelType_t> & theModelList = emptyMo…
H A DCCvcDb.hh92 vector<modelType_t> deviceType_v;
249 void CheckInverterIO(modelType_t theType);
250 void CheckOppositeLogic(modelType_t theType);
270 …bool TopologicallyOffMos(eventQueue_t theQueueType, modelType_t theModelType, CConnection& theConn…
288 bool IsPriorityDevice(CEventQueue& theEventQueue, modelType_t theModel);
372 deviceId_t GetAttachedDevice(netId_t theNetId, modelType_t theType, terminal_t theTerminal);
373 deviceId_t FindInverterDevice(netId_t theInputNet, netId_t theOutputNet, modelType_t theType);
H A Dcvc.cc49 set<modelType_t> FUSE_MODELS;
H A DCModel.hh85 modelType_t type = UNKNOWN;
H A DCvc.hh95 void ResetVector (T& theVector, uintmax_t theSize, modelType_t theDefault) { in ResetVector()
H A DCConnection.hh64 …ceIdVector& theFirstDevice_v, CDeviceIdVector& theNextDevice_v, vector<modelType_t>& theDeviceType…
H A DCvcTypes.hh123 enum modelType_t { NMOS = 0, PMOS, RESISTOR, CAPACITOR, DIODE, BIPOLAR, FUSE_ON, FUSE_OFF, enum
H A DCCircuit.cc244 string theSummaryHeading, int theErrorSubIndex, set<modelType_t> & theModelList) { in PrintAndResetCircuitErrors()
H A DCConnection.cc356 …ceIdVector& theFirstDevice_v, CDeviceIdVector& theNextDevice_v, vector<modelType_t>& theDeviceType… in AddConnectedDevices()
H A DCCvcDb_utility.cc1023 modelType_t myDeviceType = deviceType_v[theDeviceId]; in GetSeriesConnectedDevice()
1478 deviceId_t CCvcDb::GetAttachedDevice(netId_t theNetId, modelType_t theType, terminal_t theTerminal)… in GetAttachedDevice()
1528 deviceId_t CCvcDb::FindInverterDevice(netId_t theInputNet, netId_t theOutputNet, modelType_t theTyp… in FindInverterDevice()
H A DCCvcDb_error.cc1232 void CCvcDb::CheckInverterIO(modelType_t theType) { in CheckInverterIO()
1280 void CCvcDb::CheckOppositeLogic(modelType_t theType) { in CheckOppositeLogic()
H A DCCvcDb_init.cc341 ResetVector<vector<modelType_t>>(deviceType_v, deviceCount, UNKNOWN); in LinkDevices()
385 modelType_t myDeviceType = deviceType_v[myDeviceId]; in LinkDevices()
H A DCCvcDb.cc35 extern set<modelType_t> FUSE_MODELS;
155 bool CCvcDb::IsPriorityDevice(CEventQueue& theEventQueue, modelType_t theModel) { in IsPriorityDevice()
554 bool CCvcDb::TopologicallyOffMos(eventQueue_t theQueueType, modelType_t theModelType, CConnection& … in TopologicallyOffMos()
/dports/games/egl/egl-0.3.1_9/renderer/
H A Dr_typedefs.h64 typedef char modelType_t; typedef
H A Drf_model.h442 modelType_t type;
/dports/games/q2pro/q2pro/include/
H A Dr_shared.h280 } modelType_t; typedef
283 modelType_t type;
/dports/games/q2pro/q2pro/ref_newgl/
H A Dgl_local.h162 modelType_t type;
192 modelType_t *GL_ModelForHandle( qhandle_t hModel );
H A Dgl_models.c790 modelType_t *GL_ModelForHandle( qhandle_t hModel ) { in GL_ModelForHandle()
H A Dgl_main.c362 modelType_t *model; in GL_DrawEntities()