Home
last modified time | relevance | path

Searched defs:CheckedMulFastAsmOp (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/numerics/
Dsafe_math_arm_impl.h21 struct CheckedMulFastAsmOp { struct
22 static const bool is_supported =
37 __attribute__((always_inline)) static bool Do(T x, U y, V* result) { in Do()
Dsafe_math_clang_gcc_impl.h31 struct CheckedMulFastAsmOp { struct
32 static const bool is_supported = false;
34 static constexpr bool Do(T, U, V*) { in Do()
/aosp_15_r20/external/angle/src/common/base/anglebase/numerics/
H A Dsafe_math_arm_impl.h21 struct CheckedMulFastAsmOp struct
23 static const bool is_supported = FastIntegerArithmeticPromotion<T, U>::is_contained;
37 __attribute__((always_inline)) static bool Do(T x, U y, V *result) in Do()
H A Dsafe_math_clang_gcc_impl.h32 struct CheckedMulFastAsmOp struct
34 static const bool is_supported = false;
36 static constexpr bool Do(T, U, V *) in Do()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/
H A Dsafe_math_arm_impl.h16 struct CheckedMulFastAsmOp { struct
17 static const bool is_supported =
33 static constexpr bool Do(T x, U y, V* result) { in Do()
H A Dsafe_math_clang_gcc_impl.h27 struct CheckedMulFastAsmOp { struct
28 static const bool is_supported = false;
30 static constexpr bool Do(T, U, V*) { in Do()
/aosp_15_r20/external/cronet/base/numerics/
H A Dsafe_math_arm_impl.h17 struct CheckedMulFastAsmOp { struct
18 static const bool is_supported =
34 static constexpr bool Do(T x, U y, V* result) { in Do()
H A Dsafe_math_clang_gcc_impl.h28 struct CheckedMulFastAsmOp { struct
29 static const bool is_supported = false;
31 static constexpr bool Do(T, U, V*) { in Do()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/numerics/
Dsafe_math_arm_impl.h21 struct CheckedMulFastAsmOp { struct
22 static const bool is_supported =
37 __attribute__((always_inline)) static bool Do(T x, U y, V* result) { in Do()
Dsafe_math_clang_gcc_impl.h31 struct CheckedMulFastAsmOp { struct
32 static const bool is_supported = false;
34 static constexpr bool Do(T, U, V*) { in Do()
/aosp_15_r20/external/libchrome/base/numerics/
H A Dsafe_math_arm_impl.h18 struct CheckedMulFastAsmOp { struct
19 static const bool is_supported =
34 __attribute__((always_inline)) static bool Do(T x, U y, V* result) { in Do()
H A Dsafe_math_clang_gcc_impl.h28 struct CheckedMulFastAsmOp { struct
29 static const bool is_supported = false;
31 static constexpr bool Do(T, U, V*) { in Do()
/aosp_15_r20/external/pdfium/third_party/base/numerics/
H A Dsafe_math_arm_impl.h18 struct CheckedMulFastAsmOp { struct
19 static const bool is_supported =
35 static constexpr bool Do(T x, U y, V* result) { in Do()
H A Dsafe_math_clang_gcc_impl.h29 struct CheckedMulFastAsmOp { struct
30 static const bool is_supported = false;
32 static constexpr bool Do(T, U, V*) { in Do()