Home
last modified time | relevance | path

Searched defs:IsValueNegative (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions.h33 constexpr typename std::enable_if<std::numeric_limits<T>::is_signed, bool>::type IsValueNegative( in IsValueNegative() function
41 constexpr typename std::enable_if<!std::numeric_limits<T>::is_signed, bool>::type IsValueNegative(T) in IsValueNegative() function
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions_impl.h58 constexpr bool IsValueNegative(T value) in IsValueNegative() function
65 constexpr bool IsValueNegative(T) in IsValueNegative() function
/third_party/gn/src/base/numerics/
Dsafe_conversions_impl.h52 constexpr bool IsValueNegative(T value) { in IsValueNegative() function
59 constexpr bool IsValueNegative(T) { in IsValueNegative() function