Lines Matching defs:offset
1304 -> apply offset (o = i + 260mV * (DAC[7:0]-127.5)/127.5) ->
1356 -> apply offset (o = i + 300mV * (OFFSET[8] ? 1 : -1) * (OFFSET[7:0] / 127)
1877 offset and slope inputs are -127 to +127
1890 offset moves line vertically, and clamps to output range
1910 * @param offset offset of the generated data
1915 int slope, int offset)
1935 * out vertical offset at central input value */
1938 /* convert the user offset setting to scale of output
1941 shift += static_cast<double>(offset) / 127 * max_out_val / 2;