Home
last modified time | relevance | path

Searched defs:ClampedMulFastAsmOp (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/numerics/
Dsafe_math_arm_impl.h97 struct ClampedMulFastAsmOp { struct
98 static const bool is_supported = CheckedMulFastAsmOp<T, U>::is_supported;
101 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
Dsafe_math_clang_gcc_impl.h58 struct ClampedMulFastAsmOp { struct
59 static const bool is_supported = false;
61 static constexpr V Do(T, U) { in Do()