Home
last modified time | relevance | path

Searched refs:Voltage_to_float (Results 1 – 3 of 3) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcParameters.cc138 …theOutputFile << "CVC_SHORT_ERROR_THRESHOLD = '" << Voltage_to_float(cvcShortErrorThreshold) << "'… in PrintEnvironment()
139 …theOutputFile << "CVC_BIAS_ERROR_THRESHOLD = '" << Voltage_to_float(cvcBiasErrorThreshold) << "'" … in PrintEnvironment()
140 …theOutputFile << "CVC_FORWARD_ERROR_THRESHOLD = '" << Voltage_to_float(cvcForwardErrorThreshold) <… in PrintEnvironment()
141 …theOutputFile << "CVC_FLOATING_ERROR_THRESHOLD = '" << Voltage_to_float(cvcFloatingErrorThreshold)… in PrintEnvironment()
142 …theOutputFile << "CVC_GATE_ERROR_THRESHOLD = '" << Voltage_to_float(cvcGateErrorThreshold) << "'" … in PrintEnvironment()
143 …theOutputFile << "CVC_LEAK?_ERROR_THRESHOLD = '" << Voltage_to_float(cvcLeakErrorThreshold) << "'"… in PrintEnvironment()
185 …myDefaultCvcrc << "CVC_SHORT_ERROR_THRESHOLD = '" << Voltage_to_float(cvcShortErrorThreshold) << "… in PrintDefaultEnvironment()
186 …myDefaultCvcrc << "CVC_BIAS_ERROR_THRESHOLD = '" << Voltage_to_float(cvcBiasErrorThreshold) << "'"… in PrintDefaultEnvironment()
187 …myDefaultCvcrc << "CVC_FORWARD_ERROR_THRESHOLD = '" << Voltage_to_float(cvcForwardErrorThreshold) … in PrintDefaultEnvironment()
189 …myDefaultCvcrc << "CVC_GATE_ERROR_THRESHOLD = '" << Voltage_to_float(cvcGateErrorThreshold) << "'"… in PrintDefaultEnvironment()
[all …]
H A DCvcMaps.hh42 #define Voltage_to_float(value) (float(value) / VOLTAGE_SCALE) macro
H A DCCvcDb_interactive.cc1520 …theOutputFile << "CVC_MOS_DIODE_ERROR_THRESHOLD = '" << Voltage_to_float(cvcParameters.cvcMosDiode… in CreateDebugCvcrcFile()
1521 …theOutputFile << "CVC_SHORT_ERROR_THRESHOLD = '" << Voltage_to_float(cvcParameters.cvcShortErrorTh… in CreateDebugCvcrcFile()
1522 …theOutputFile << "CVC_BIAS_ERROR_THRESHOLD = '" << Voltage_to_float(cvcParameters.cvcBiasErrorThre… in CreateDebugCvcrcFile()
1523 …theOutputFile << "CVC_FORWARD_ERROR_THRESHOLD = '" << Voltage_to_float(cvcParameters.cvcForwardErr… in CreateDebugCvcrcFile()
1524 …theOutputFile << "CVC_FLOATING_ERROR_THRESHOLD = '" << Voltage_to_float(cvcParameters.cvcFloatingE… in CreateDebugCvcrcFile()
1525 …theOutputFile << "CVC_GATE_ERROR_THRESHOLD = '" << Voltage_to_float(cvcParameters.cvcGateErrorThre… in CreateDebugCvcrcFile()
1526 …theOutputFile << "CVC_LEAK?_ERROR_THRESHOLD = '" << Voltage_to_float(cvcParameters.cvcLeakErrorThr… in CreateDebugCvcrcFile()
1527 …theOutputFile << "CVC_EXPECTED_ERROR_THRESHOLD = '" << Voltage_to_float(cvcParameters.cvcExpectedE… in CreateDebugCvcrcFile()
1528 …theOutputFile << "CVC_OVERVOLTAGE_ERROR_THRESHOLD = '" << Voltage_to_float(cvcParameters.cvcOvervo… in CreateDebugCvcrcFile()