OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RANGE_OVERFLOW
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/numerics/
safe_conversions_impl.h
94
RANGE_OVERFLOW
= 0x2, // Value would underflow.
95
RANGE_INVALID = RANGE_UNDERFLOW |
RANGE_OVERFLOW
// Invalid (i.e. NaN).
110
return GetRangeConstraint((is_in_upper_bound ? 0 :
RANGE_OVERFLOW
) |
/external/libweave/third_party/chromium/base/numerics/
safe_conversions_impl.h
92
RANGE_OVERFLOW
= 0x2, // Value would underflow.
93
RANGE_INVALID = RANGE_UNDERFLOW |
RANGE_OVERFLOW
// Invalid (i.e. NaN).
108
return GetRangeConstraint((is_in_upper_bound ? 0 :
RANGE_OVERFLOW
) |
/external/pdfium/third_party/base/numerics/
safe_conversions_impl.h
93
RANGE_OVERFLOW
= 0x2, // Value would underflow.
94
RANGE_INVALID = RANGE_UNDERFLOW |
RANGE_OVERFLOW
// Invalid (i.e. NaN).
109
return GetRangeConstraint((is_in_upper_bound ? 0 :
RANGE_OVERFLOW
) |
/external/v8/src/base/
safe_conversions_impl.h
96
RANGE_OVERFLOW
= 0x2, // Value would underflow.
97
RANGE_INVALID = RANGE_UNDERFLOW |
RANGE_OVERFLOW
// Invalid (i.e. NaN).
112
return GetRangeConstraint((is_in_upper_bound ? 0 :
RANGE_OVERFLOW
) |
Completed in 2468 milliseconds