OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ulps
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
LineParameterization.cpp
37
bool implicit_matches_ulps(const _Line& one, const _Line& two, int
ulps
) {
47
if (diff < 0 || diff >
ulps
) {
57
return diff >= 0 && diff <=
ulps
;
CurveIntersection.h
22
bool implicit_matches_ulps(const _Line& one, const _Line& two, int
ulps
);
EdgeWalker.cpp
1700
int
ulps
;
local
[
all
...]
Completed in 502 milliseconds