Home
last modified time | relevance | path

Searched defs:CheckedSubFastOp (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/base/numerics/
Dsafe_math_shared_impl.h48 struct CheckedSubFastOp { struct
49 static const bool is_supported = false;
51 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h74 struct CheckedSubFastOp { struct
75 static const bool is_supported = true;
77 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math_shared_impl.h57 struct CheckedSubFastOp struct
59 static const bool is_supported = false;
61 static constexpr bool Do(T, U, V *) in Do()
Dsafe_math_clang_gcc_impl.h93 struct CheckedSubFastOp struct
95 static const bool is_supported = true;
97 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do()