Searched refs:precisely_negative (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTypes.h378 inline bool precisely_negative(double x) { function
418 return a <= c ? precisely_negative(a - b) && precisely_negative(b - c)
419 : precisely_negative(b - a) && precisely_negative(c - b);

Completed in 83 milliseconds