Home
last modified time | relevance | path

Searched refs:epsilon (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c59 unsigned long epsilon, minpixclock, maxpixclock; in mpc512x_set_pixel_clock() local
91 epsilon = pixclock / 20; /* pixclock * 0.05 */ in mpc512x_set_pixel_clock()
92 pr_debug("DIU deviation - %lu\n", epsilon); in mpc512x_set_pixel_clock()
93 minpixclock = pixclock - epsilon; in mpc512x_set_pixel_clock()
94 maxpixclock = pixclock + epsilon; in mpc512x_set_pixel_clock()
122 for (offset = 0; offset <= epsilon; offset += pixclock / 64) { in mpc512x_set_pixel_clock()
128 if (delta < epsilon) in mpc512x_set_pixel_clock()
137 if (delta < epsilon) in mpc512x_set_pixel_clock()
140 if (offset <= epsilon) { in mpc512x_set_pixel_clock()
143 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock()
[all …]
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dmemcg_protection.m35 epsilon = 1e-7; variable
67 r .*= (1 - (e+epsilon) ./ (sz+epsilon));
73 if max(r) < epsilon
78 r = max(r, (r > epsilon) .* cluster);
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp193 std::numeric_limits<double>::epsilon(); in doDoubleComparison()
196 std::numeric_limits<double>::epsilon(); in doDoubleComparison()
/openbmc/sdbusplus/test/server/
H A Dobject.cpp165 EXPECT_EQ(std::numeric_limits<double>::epsilon(), test->doubleAsEpsilon()); in TEST_F()
/openbmc/sdbusplus/docs/yaml/
H A Dinterface.md103 - `Epsilon` : An epsilon value.
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c2663 wlc_phy_papd_decode_epsilon(u32 epsilon, s32 *eps_real, s32 *eps_imag) in wlc_phy_papd_decode_epsilon() argument
2665 *eps_imag = (epsilon >> 13); in wlc_phy_papd_decode_epsilon()
2669 *eps_real = (epsilon & 0x1fff); in wlc_phy_papd_decode_epsilon()
H A Dphy_int.h939 void wlc_phy_papd_decode_epsilon(u32 epsilon, s32 *eps_real, s32 *eps_imag);
/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c884 …struct fixed31_32 epsilon = dc_fixpt_from_fraction(1, 1000000); // dc_fixpt_epsilon is a bit too s… in hermite_spline_eetf() local
901 if (dc_fixpt_lt(epsilon, dc_fixpt_sub(dc_fixpt_one, ks))) in hermite_spline_eetf()