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

/external/chromium_org/base/numerics/
H A Dsafe_conversions_impl.h91 RANGE_UNDERFLOW = 0x1, // Value would overflow. enumerator in enum:base::internal::RangeConstraint
93 RANGE_INVALID = RANGE_UNDERFLOW | RANGE_OVERFLOW // Invalid (i.e. NaN).
109 (is_in_lower_bound ? 0 : RANGE_UNDERFLOW));
/external/chromium_org/v8/src/base/
H A Dsafe_conversions_impl.h95 RANGE_UNDERFLOW = 0x1, // Value would overflow. enumerator in enum:v8::base::internal::RangeConstraint
97 RANGE_INVALID = RANGE_UNDERFLOW | RANGE_OVERFLOW // Invalid (i.e. NaN).
113 (is_in_lower_bound ? 0 : RANGE_UNDERFLOW));

Completed in 339 milliseconds