Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_clang_gcc_impl.h48 struct ClampedSubFastAsmOp { struct
121 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported;
124 return ClampedSubFastAsmOp<T, U>::template Do<V>(x, y); in Do()
142 if (!ClampedSubFastAsmOp<T, T>::is_supported) { in Do()
Dsafe_math_arm_impl.h71 struct ClampedSubFastAsmOp { struct