Home
last modified time | relevance | path

Searched defs:ClampedAddFastAsmOp (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.h51 struct ClampedAddFastAsmOp struct
53 static const bool is_supported =
58 __attribute__((always_inline)) static V Do(T x, U y) in Do()
Dsafe_math_clang_gcc_impl.h44 struct ClampedAddFastAsmOp struct
46 static const bool is_supported = false;
48 static constexpr V Do(T, U) in Do()
/third_party/gn/src/base/numerics/
Dsafe_math_clang_gcc_impl.h33 struct ClampedAddFastAsmOp { struct
34 static const bool is_supported = false;
36 static constexpr V Do(T, U) { in Do()