Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/numerics/
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()
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()
/external/cronet/base/numerics/
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()
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()
/external/angle/src/common/base/anglebase/numerics/
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()
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()
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/
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()
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()
/external/libchrome/base/numerics/
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()
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()