Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math_arm_impl.h21 struct CheckedMulFastAsmOp struct
23 static const bool is_supported = FastIntegerArithmeticPromotion<T, U>::is_contained;
37 __attribute__((always_inline)) static bool Do(T x, U y, V *result) in Do()
Dsafe_math_clang_gcc_impl.h32 struct CheckedMulFastAsmOp struct
34 static const bool is_supported = false;
36 static constexpr bool Do(T, U, V *) in Do()
/third_party/gn/src/base/numerics/
Dsafe_math_clang_gcc_impl.h23 struct CheckedMulFastAsmOp { struct
24 static const bool is_supported = false;
26 static constexpr bool Do(T, U, V*) { in Do()