Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_shared_impl.h39 struct CheckedAddFastOp { struct
40 static const bool is_supported = false;
42 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h70 struct CheckedAddFastOp { struct
71 static const bool is_supported = true;
73 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
/external/pdfium/third_party/base/numerics/
Dsafe_math_shared_impl.h44 struct CheckedAddFastOp { struct
45 static const bool is_supported = false;
47 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h71 struct CheckedAddFastOp { struct
72 static const bool is_supported = true;
74 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/
Dsafe_math_shared_impl.h42 struct CheckedAddFastOp { struct
43 static const bool is_supported = false;
45 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h69 struct CheckedAddFastOp { struct
70 static const bool is_supported = true;
72 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
/external/angle/src/common/base/anglebase/numerics/
Dsafe_math_shared_impl.h45 struct CheckedAddFastOp struct
47 static const bool is_supported = false;
49 static constexpr bool Do(T, U, V *) in Do()
Dsafe_math_clang_gcc_impl.h82 struct CheckedAddFastOp struct
84 static const bool is_supported = true;
86 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do()
/external/cronet/base/numerics/
Dsafe_math_shared_impl.h43 struct CheckedAddFastOp { struct
44 static const bool is_supported = false;
46 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h70 struct CheckedAddFastOp { struct
71 static const bool is_supported = true;
73 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()