Home
last modified time | relevance | path

Searched refs:CheckedSubImpl (Results 1 - 2 of 2) sorted by relevance

/third_party/gn/src/base/numerics/
H A Dchecked_math_impl.h84 constexpr bool CheckedSubImpl(T x, T y, T* result) { in CheckedSubImpl() function
135 is_valid = CheckedSubImpl(static_cast<Promotion>(x), in Do()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dchecked_math_impl.h98 constexpr bool CheckedSubImpl(T x, T y, T *result) in CheckedSubImpl() function
157 CheckedSubImpl(static_cast<Promotion>(x), static_cast<Promotion>(y), &presult); in Do()

Completed in 2 milliseconds