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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.h53 inline bool precisely_zero(double x) { function
111 return precisely_zero(x - y);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h104 inline bool precisely_zero(double x) { function
160 return precisely_zero(x - y);
/external/skia/experimental/Intersection/
H A DDataTypes.h53 inline bool precisely_zero(double x) { function
111 return precisely_zero(x - y);
/external/skia/src/pathops/
H A DSkPathOpsTypes.h104 inline bool precisely_zero(double x) { function
160 return precisely_zero(x - y);

Completed in 499 milliseconds