Home
last modified time | relevance | path

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

/external/skia/experimental/Intersection/
DLineParameterization.cpp37 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps) { in implicit_matches_ulps() argument
47 if (diff < 0 || diff > ulps) { in implicit_matches_ulps()
57 return diff >= 0 && diff <= ulps; in implicit_matches_ulps()
DCurveIntersection.h22 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps);
DEdgeWalker.cpp1700 int ulps; in tooCloseToCall() local
1724 ulps = UlpsDiff((float) t1, (float) t2); in tooCloseToCall()
1726 ulps = UlpsDiff((float) b1, (float) b2); in tooCloseToCall()
1730 ulps); in tooCloseToCall()
1732 if (ulps < 0 || ulps > 32) { in tooCloseToCall()
/external/chromium_org/third_party/skia/experimental/Intersection/
DLineParameterization.cpp37 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps) { in implicit_matches_ulps() argument
47 if (diff < 0 || diff > ulps) { in implicit_matches_ulps()
57 return diff >= 0 && diff <= ulps; in implicit_matches_ulps()
DCurveIntersection.h22 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps);
DEdgeWalker.cpp1700 int ulps; in tooCloseToCall() local
1724 ulps = UlpsDiff((float) t1, (float) t2); in tooCloseToCall()
1726 ulps = UlpsDiff((float) b1, (float) b2); in tooCloseToCall()
1730 ulps); in tooCloseToCall()
1732 if (ulps < 0 || ulps > 32) { in tooCloseToCall()