Home
last modified time | relevance | path

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

/external/angle/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
/external/libchrome/base/numerics/
Dsafe_conversions_impl.h52 constexpr bool IsValueNegative(T value) { in IsValueNegative() function
59 constexpr bool IsValueNegative(T) { in IsValueNegative() function
/external/pdfium/third_party/base/numerics/
Dsafe_conversions_impl.h53 constexpr bool IsValueNegative(T value) { in IsValueNegative() function
60 constexpr bool IsValueNegative(T) { in IsValueNegative() function