Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math_arm_impl.h77 struct ClampedSubFastAsmOp struct
79 static const bool is_supported =
84 __attribute__((always_inline)) static V Do(T x, U y) in Do()
Dsafe_math_clang_gcc_impl.h56 struct ClampedSubFastAsmOp struct
58 static const bool is_supported = false;
60 static constexpr V Do(T, U) in Do()
/third_party/gn/src/base/numerics/
Dsafe_math_clang_gcc_impl.h43 struct ClampedSubFastAsmOp { struct
44 static const bool is_supported = false;
46 static constexpr V Do(T, U) { in Do()