Searched refs:ulps (Results 1 – 6 of 6) sorted by relevance
/external/skia/experimental/Intersection/ |
D | LineParameterization.cpp | 37 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()
|
D | CurveIntersection.h | 22 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps);
|
D | EdgeWalker.cpp | 1700 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/ |
D | LineParameterization.cpp | 37 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()
|
D | CurveIntersection.h | 22 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps);
|
D | EdgeWalker.cpp | 1700 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()
|