Home
last modified time | relevance | path

Searched refs:integral (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.cpp94 integralTerm = pidinfoptr->integral; in pid()
176 pidinfoptr->integral = integralTerm; in pid()
181 coreContext.integralTerm = pidinfoptr->integral; in pid()
H A Dpid.hpp27 double integral = 0.0; // integral of error member
H A Dlogging.cpp122 file << "," << p.ts << "," << p.integral << "," << p.lastOutput; in DumpCoeffsData()
/openbmc/linux/drivers/iio/light/
H A Dmax44009.c299 static int max44009_threshold_byte_from_fraction(int integral, int fractional) in max44009_threshold_byte_from_fraction() argument
303 if ((integral <= 0 && fractional <= 0) || in max44009_threshold_byte_from_fraction()
304 integral > MAX44009_MAXIMUM_THRESHOLD || in max44009_threshold_byte_from_fraction()
305 (integral == MAX44009_MAXIMUM_THRESHOLD && fractional != 0)) in max44009_threshold_byte_from_fraction()
309 mantissa = integral * MAX44009_SCALE_DENOMINATOR; in max44009_threshold_byte_from_fraction()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__bulk.hpp80 template <sender _Sender, integral _Shape, __movable_value _Fun>
92 template <integral _Shape, class _Fun>
H A D__concepts.hpp114 using std::integral;
119 concept integral = std::is_integral_v<T>;
/openbmc/u-boot/api/
H A DREADME22 - the U-Boot integral part of the API is meant to be thin and non-intrusive,
43 - core API, integral part of U-Boot, mandatory
/openbmc/linux/drivers/iio/accel/
H A Dmsa311.c230 int integral; member
469 msa311_odr_table[odr].integral, in msa311_set_odr()
508 freq_uhz = msa311_odr_table[odr].integral * MICROHZ_PER_HZ + in msa311_wait_for_next_data()
644 *val = msa311_fs_table[fs].integral; in msa311_read_scale()
667 *val = msa311_odr_table[odr].integral; in msa311_read_samp_freq()
773 if (val == msa311_odr_table[odr].integral && in msa311_write_samp_freq()
/openbmc/phosphor-pid-control/pid/
H A Dpidcontroller.cpp56 info->integral = 0; in calPIDOutput()
H A Dpidcontroller.hpp29 _pid_info.integral = static_cast<double>(0.0); in PIDController()
H A Dutil.cpp61 << " integral: " << info->integral << std::endl; in dumpPIDStruct()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/altera/
H A Daltera_tse.rst169 an integral number of bytes in length and do not pass the CRC test as the frame
174 integral number of bytes in length and do not pass the CRC test as the frame is
280 octets, and had either a bad CRC with an integral number of octets (CRC Error)
281 or a bad CRC with a non-integral number of octets (Alignment Error).
285 in length and had either a bad CRC with an integral number of octets (CRC
286 error) or a bad CRC with a non-integral number of octets (Alignment Error).
/openbmc/phosphor-pid-control/examples/
H A DREADME69 "integralCoeff": 0.0, /* The integral coefficient. (double) */
72 "integralLimit_min": 0.0, /* The integral limit clamp, min, max (double) */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0005-adb-add-base64-implementation.patch147 + right) to form an integral number of 6-bit groups. Padding at the
150 + Since all base64 input is an integral number of octets, only the
154 + (1) the final quantum of encoding input is an integral
156 + output will be an integral multiple of 4 characters
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/files/
H A D0001-include-Check-for-previous-declaration-of-uintptr_t.patch27 /* Smallest integral type capable of holding a pointer. */
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Fix-type-mismatch-on-32bit-arches.patch6 std::set::size returns an unsigned integral type.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/
H A D0001-bundle-own-base64-encode-decode-functions.patch156 + right) to form an integral number of 6-bit groups. Padding at the
159 + Since all base64 input is an integral number of octets, only the
163 + (1) the final quantum of encoding input is an integral
165 + output will be an integral multiple of 4 characters
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-thermal130 The integral term of the power allocator governor's PID
160 above which the integral term of the power allocator
162 example, if integral_cutoff is 0, then the integral term only
/openbmc/linux/Documentation/mm/
H A Dz3fold.rst18 stores an integral number of compressed pages per page, but it can store
/openbmc/linux/tools/thermal/tmon/
H A DREADME29 pid.c : a proportional-integral-derivative (PID) controller
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/unbound/
H A Dunbound_1.22.0.bb4 Version 6 (IPv6), and a client resolver library API as an integral part of the \
/openbmc/linux/Documentation/filesystems/ext4/
H A Dblocks.rst8 integral power of 2. Blocks are in turn grouped into larger units called
/openbmc/phosphor-pid-control/
H A Dconfigure.md231 | `integralCoeff` | `double` | The integral coefficient. …
234 | `integralLimit_min` | `double` | The integral minimum clamp value. …
235 | `integralLimit_max` | `double` | The integral maximum clamp value. …
244 output in RPM: proportionalCoeff is your p value in units: RPM/C and integral
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_255.6.bb2 DESCRIPTION = "libsystemd static library built specifically as an integral component of sdbus-c++"
/openbmc/linux/drivers/scsi/arm/
H A DKconfig30 was either sold on its own or with an integral SCSI controller.

123