Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_arm_impl.h45 struct ClampedAddFastAsmOp { struct
46 static const bool is_supported =
53 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
Dsafe_math_clang_gcc_impl.h38 struct ClampedAddFastAsmOp { struct
39 static const bool is_supported = false;
41 static constexpr V Do(T, U) { in Do()