Home
last modified time | relevance | path

Searched refs:EPS (Results 1 – 4 of 4) 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/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) {