Home
last modified time | relevance | path

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

/third_party/gn/src/base/numerics/
Dsafe_math_shared_impl.h38 struct CheckedAddFastOp { struct
39 static const bool is_supported = false;
41 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h65 struct CheckedAddFastOp { struct
66 static const bool is_supported = true;
68 __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.h45 struct CheckedAddFastOp struct
47 static const bool is_supported = false;
49 static constexpr bool Do(T, U, V *) in Do()
Dsafe_math_clang_gcc_impl.h82 struct CheckedAddFastOp struct
84 static const bool is_supported = true;
86 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do()