Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_shared_impl.h59 struct CheckedMulFastOp { struct
60 static const bool is_supported = false;
62 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h88 struct CheckedMulFastOp { struct
94 static const bool is_supported =
103 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()