HomeSort by relevance Sort by last modified time
    Searched defs:IsValueNegative (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/numerics/
safe_conversions_impl.h 52 constexpr bool IsValueNegative(T value) {
59 constexpr bool IsValueNegative(T) {
83 return IsValueNegative(value) ? 0 - static_cast<UnsignedT>(value)
260 IsValueNegative(value)));
    [all...]
  /external/pdfium/third_party/base/numerics/
safe_conversions_impl.h 45 constexpr bool IsValueNegative(T value) {
52 constexpr bool IsValueNegative(T) {
76 return IsValueNegative(value) ? 0 - static_cast<UnsignedT>(value)
211 IsValueNegative(value)));

Completed in 232 milliseconds