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

/external/skia/src/pathops/
H A DSkPathOpsTypes.h250 inline bool approximately_zero(double x) { function
262 inline bool approximately_zero(float x) { function
310 return approximately_zero(x - y);

Completed in 52 milliseconds