Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_shared_impl.h49 struct CheckedSubFastOp { struct
50 static const bool is_supported = false;
52 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h79 struct CheckedSubFastOp { struct
80 static const bool is_supported = true;
82 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()