Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_arm_impl.h71 struct ClampedSubFastAsmOp { struct
72 static const bool is_supported =
79 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
Dsafe_math_clang_gcc_impl.h48 struct ClampedSubFastAsmOp { struct
49 static const bool is_supported = false;
51 static constexpr V Do(T, U) { in Do()