Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_arm_impl.h18 struct CheckedMulFastAsmOp { struct
19 static const bool is_supported =
34 __attribute__((always_inline)) static bool Do(T x, U y, V* result) { in Do()
Dsafe_math_clang_gcc_impl.h28 struct CheckedMulFastAsmOp { struct
29 static const bool is_supported = false;
31 static constexpr bool Do(T, U, V*) { in Do()