Searched refs:unscaled (Results 1 – 16 of 16) sorted by relevance
/openbmc/phosphor-pid-control/ |
H A D | interfaces.hpp | 12 double unscaled = value; member 17 (this->unscaled == rhs.unscaled)); in operator ==() 27 double unscaled; member
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuspassive.cpp | 128 void DbusPassive::setValue(double value, double unscaled) in setValue() argument 133 _unscaled = unscaled; in setValue() 273 auto unscaled = value; in updateValue() local 291 if (unscaled <= 0.0) in updateValue() 297 setValue(value, unscaled); in updateValue()
|
H A D | dbuspassive.hpp | 60 void setValue(double value, double unscaled);
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-frequency-admv1013 | 5 Read/write unscaled value for the Local Oscillatior path quadrature I phase shift. 11 Read/write unscaled value for the Local Oscillatior path quadrature Q phase shift.
|
H A D | sysfs-bus-iio-bno055 | 5 Raw (unscaled) range for acceleration readings. Unit after
|
H A D | sysfs-bus-iio-dac-ltc2688 | 16 This raw, unscaled value refers to the dither signal amplitude.
|
H A D | sysfs-bus-iio | 148 Raw (unscaled no bias removal etc.) voltage measurement from 164 Raw (unscaled) differential voltage measurement equivalent to 176 Raw (unscaled no bias removal etc.) current measurement from 187 Raw (unscaled no bias removal etc.) power measurement from 238 Raw (unscaled no bias removal etc.) temperature measurement. 636 Raw (unscaled, no bias etc.) output voltage for 648 Raw (unscaled, no bias etc.) output voltage for an aggregate of 1800 Raw (unscaled no offset etc.) reading of a substance. Units 1810 Raw (unscaled no offset etc.) resistance reading. 1828 Raw (unscaled no offset etc.) pH reading of a substance as a negative [all …]
|
/openbmc/phosphor-pid-control/pid/ |
H A D | zone.hpp | 141 _cachedValuesByName[sensorInput] = {r.value, r.unscaled}; in processSensorInputs() 159 _log << "," << v.scaled << "," << v.unscaled; in processSensorInputs() 161 _log << "," << p.scaled << "," << p.unscaled; in processSensorInputs()
|
H A D | zone.cpp | 483 _log << "," << v.scaled << "," << v.unscaled; in updateFanTelemetry() 525 std::cerr << name << ": " << value.scaled << " " << value.unscaled in dumpCache() 532 std::cerr << name << ": " << value.scaled << " " << value.unscaled in dumpCache()
|
H A D | fancontroller.cpp | 58 value = _owner->getCachedValues(name).unscaled; in inputProc()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sme-fa64.decode | 58 # --11 1100 --0- ---- ---- ---- ---- ---- # Load/store FP register (unscaled imm)
|
H A D | sve.decode | 1137 # SVE 32-bit gather load (scalar plus 32-bit unscaled offsets) 1203 # SVE 64-bit gather load (scalar plus 32-bit unpacked unscaled offsets) 1214 # SVE 64-bit gather load (scalar plus 64-bit unscaled offsets) 1280 # SVE 32-bit scatter store (scalar plus 32-bit unscaled offsets) 1292 # SVE 64-bit scatter store (scalar plus 64-bit unscaled offset) 1311 # SVE 64-bit scatter store (scalar plus unpacked 32-bit unscaled offset) 1611 # SVE2 64-bit gather non-temporal load (scalar plus 64-bit unscaled offsets) 1615 # SVE2 32-bit gather non-temporal load (scalar plus 32-bit unscaled offsets)
|
H A D | a64.decode | 390 # Load/store register (unscaled immediate)
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | sh_mobile_ceu_camera.rst | 122 drivers should horizontally count unscaled samples relative to 0H."
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | crop.rst | 79 However by convention drivers should horizontally count unscaled samples
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1201 /* Small signed offsets can use the unscaled encoding. */
|