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

/external/skia/src/pathops/
H A DSkPathOpsTypes.h330 inline bool approximately_zero(double x) { function
342 inline bool approximately_zero(float x) { function
393 return approximately_zero(x - y);

Completed in 74 milliseconds