OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RANGE_UNDERFLOW
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/numerics/
safe_conversions_impl.h
93
RANGE_UNDERFLOW
= 0x1, // Value would overflow.
95
RANGE_INVALID =
RANGE_UNDERFLOW
| RANGE_OVERFLOW // Invalid (i.e. NaN).
111
(is_in_lower_bound ? 0 :
RANGE_UNDERFLOW
));
/external/libweave/third_party/chromium/base/numerics/
safe_conversions_impl.h
91
RANGE_UNDERFLOW
= 0x1, // Value would overflow.
93
RANGE_INVALID =
RANGE_UNDERFLOW
| RANGE_OVERFLOW // Invalid (i.e. NaN).
109
(is_in_lower_bound ? 0 :
RANGE_UNDERFLOW
));
/external/pdfium/third_party/base/numerics/
safe_conversions_impl.h
92
RANGE_UNDERFLOW
= 0x1, // Value would overflow.
94
RANGE_INVALID =
RANGE_UNDERFLOW
| RANGE_OVERFLOW // Invalid (i.e. NaN).
110
(is_in_lower_bound ? 0 :
RANGE_UNDERFLOW
));
/external/v8/src/base/
safe_conversions_impl.h
95
RANGE_UNDERFLOW
= 0x1, // Value would overflow.
97
RANGE_INVALID =
RANGE_UNDERFLOW
| RANGE_OVERFLOW // Invalid (i.e. NaN).
113
(is_in_lower_bound ? 0 :
RANGE_UNDERFLOW
));
Completed in 259 milliseconds