Home
last modified time | relevance | path

Searched defs:isNonNegative (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DCalculationValue.h52 bool isNonNegative() const { return m_isNonNegative; } in isNonNegative() function
/external/llvm/include/llvm/ADT/
DAPInt.h325 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function