HomeSort by: relevance | last modified time | path
    Searched defs:tolerance (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fixed.h 192 s64 tolerance = div64_s64(DRM_FIXED_ONE, 1000000); local in function:drm_fixp_exp
201 while (term >= tolerance) {
  /src/sys/compat/freebsd/
freebsd_timex.h 113 * offset and maximum frequency tolerance.
128 * tolerance, but otherwise the PLL continues to operate in a stable
138 * MAXFREQ is the maximum frequency tolerance of the CPU clock
140 * should be set to at least the frequency tolerance of the oscillator
147 * MAXTIME is the maximum jitter tolerance of the PPS signal if the
263 long tolerance; /* clock frequency tolerance (scaled member in struct:freebsd_timex
  /src/sys/sys/
timex.h 222 long tolerance; /* clock frequency tolerance (scaled member in struct:timex
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_clock_source.c 186 * for passed Reference and Post divider, checking for tolerance.
191 * tolerance Tolerance for Calculated Pixel Clock to be within
195 * if calculated values are within required tolerance
196 * It returns - true if error is within tolerance
197 * - false if error is not within tolerance
204 uint32_t tolerance)
239 if (abs_err <= tolerance) {
266 uint32_t tolerance; local in function:calc_pll_dividers_in_range
270 tolerance = (pll_settings->adjusted_pix_clk_100hz * err_tolerance)
    [all...]
  /src/sys/compat/netbsd32/
netbsd32.h 976 netbsd32_long tolerance; /* clock frequency tolerance (scaled member in struct:netbsd32_timex

Completed in 14 milliseconds