Searched defs:approximately_zero (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.h49 inline bool approximately_zero(double x) { function
57 inline bool approximately_zero(float x) { function
90 return approximately_zero(x - y);
139 return approximately_zero(x) ? 0 : x;
143 return approximately_zero(x) ? 0 : x;
311 return approximately_zero(x) && approximately_zero(y);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h100 inline bool approximately_zero(double x) { function
112 inline bool approximately_zero(float x) { function
156 return approximately_zero(x - y);
/external/skia/experimental/Intersection/
H A DDataTypes.h49 inline bool approximately_zero(double x) { function
57 inline bool approximately_zero(float x) { function
90 return approximately_zero(x - y);
139 return approximately_zero(x) ? 0 : x;
143 return approximately_zero(x) ? 0 : x;
311 return approximately_zero(x) && approximately_zero(y);
/external/skia/src/pathops/
H A DSkPathOpsTypes.h100 inline bool approximately_zero(double x) { function
112 inline bool approximately_zero(float x) { function
156 return approximately_zero(x - y);

Completed in 311 milliseconds