Searched refs:EPS (Results 1 – 6 of 6) sorted by relevance
70 const float EPS = 0.01; // The difference was 0.000117188 in TEST() local71 EXPECT_LT(std::abs(t.utime - 3330.37), EPS); in TEST()72 EXPECT_LT(std::abs(t.stime - 2461.10), EPS); in TEST()
1 …ram that parses Message Sequence Chart descriptions and produces PNG, SVG, EPS or server side imag…
171 |---RETURN SGN(X) - SGN(X)EPS177 eorl #0x80800000,%d0 | ...-SIGN(X)*EPS
271 const EPS = 1e-2;272 if (lb == ub) ub = lb + EPS;
350 const EPS = 1e-3;351 if (Math.abs(this.LowerBoundTime - this.LowerBoundTimeTarget) < EPS &&352 Math.abs(this.UpperBoundTime - this.UpperBoundTimeTarget) < EPS) {
7942 #---RETURN SGN(X) - SGN(X)EPS7949 eor.l &0x80800000,%d1 # -SIGN(X)*EPS