Home
last modified time | relevance | path

Searched refs:EPS (Results 1 – 6 of 6) sorted by relevance

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/
H A Dutil_test.cpp70 const float EPS = 0.01; // The difference was 0.000117188 in TEST() local
71 EXPECT_LT(std::abs(t.utime - 3330.37), EPS); in TEST()
72 EXPECT_LT(std::abs(t.stime - 2461.10), EPS); in TEST()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mscgen/
H A Dmscgen_0.20.bb1 …ram that parses Message Sequence Chart descriptions and produces PNG, SVG, EPS or server side imag…
/openbmc/linux/arch/m68k/fpsp040/
H A Dstanh.S171 |---RETURN SGN(X) - SGN(X)EPS
177 eorl #0x80800000,%d0 | ...-SIGN(X)*EPS
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_timeline_vis.js271 const EPS = 1e-2;
272 if (lb == ub) ub = lb + EPS;
H A Dtimeline_view.js350 const EPS = 1e-3;
351 if (Math.abs(this.LowerBoundTime - this.LowerBoundTimeTarget) < EPS &&
352 Math.abs(this.UpperBoundTime - this.UpperBoundTimeTarget) < EPS) {
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S7942 #---RETURN SGN(X) - SGN(X)EPS
7949 eor.l &0x80800000,%d1 # -SIGN(X)*EPS