OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:approximately_negative
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsTypes.h
203
inline bool
approximately_negative
(double x) {
function
228
return a <= c ?
approximately_negative
(a - b) &&
approximately_negative
(b - c)
229
:
approximately_negative
(b - a) &&
approximately_negative
(c - b);
/external/skia/src/pathops/
SkPathOpsTypes.h
203
inline bool
approximately_negative
(double x) {
function
228
return a <= c ?
approximately_negative
(a - b) &&
approximately_negative
(b - c)
229
:
approximately_negative
(b - a) &&
approximately_negative
(c - b);
Completed in 638 milliseconds