Home
last modified time | relevance | path

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

/third_party/gn/src/base/numerics/
Dsafe_math_shared_impl.h58 struct CheckedMulFastOp { struct
59 static const bool is_supported = false;
61 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h83 struct CheckedMulFastOp { struct
89 static const bool is_supported =
98 __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.h69 struct CheckedMulFastOp struct
71 static const bool is_supported = false;
73 static constexpr bool Do(T, U, V *) in Do()
Dsafe_math_clang_gcc_impl.h104 struct CheckedMulFastOp struct
111 static const bool is_supported = (IsTypeInRangeForNumericType<intptr_t, T>::value &&
119 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do()