Searched refs:integral (Results 1 – 18 of 18) sorted by relevance
92 int32_t integral; member170 int deadband, int integral) { in pid_reset() argument173 pid->integral = int_tofp(integral); in pid_reset()205 pid->integral += fp_error; in pid_calc()216 if (pid->integral > integral_limit) in pid_calc()217 pid->integral = integral_limit; in pid_calc()218 if (pid->integral < -integral_limit) in pid_calc()219 pid->integral = -integral_limit; in pid_calc()224 result = pterm + mul_fp(pid->integral, pid->i_gain) + dterm; in pid_calc()
146 an integral number of bytes in length and do not pass the CRC test as the frame151 integral number of bytes in length and do not pass the CRC test as the frame is257 octets, and had either a bad CRC with an integral number of octets (CRC Error)258 or a bad CRC with a non-integral number of octets (Alignment Error).262 in length and had either a bad CRC with an integral number of octets (CRC263 error) or a bad CRC with a non-integral number of octets (Alignment Error).
29 pid.c : a proportional-integral-derivative (PID) controller
40 was either sold on its own or with an integral SCSI controller.
63 * For best results, use an integral number of this154 * of bytes written to the tape was not an integral
93 this is an integral part of a HugeTLB page
8 integral part of the object and provide metadata about the object. The standard
13 attached to it, which are integral part of the object and provide metadata about
131 maintain a desired target temperature, based on integral and
251 read() will always return an integral number of events.
26 The debug board is an integral part of the MXC 3-stack(PDK)
539 intregral||integral
187 2) the typedef `word' means a 32 bit unsigned integral type.
186 These four routines add and subtract integral values to/from the given
292 Linux-next has become an integral part of the kernel development process;
77 /* Limits of integral types. */
58 /* Limits of integral types. */