Home
last modified time | relevance | path

Searched defs:Do (Results 1 – 25 of 96) sorted by relevance

1234

/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_arithmetic.h101 static inline constexpr T Do(T l, T r) { in Do() function
108 static inline constexpr T Do(T l, T r) { in Do() function
115 static inline constexpr T Do(T l, T r) { in Do() function
136 static inline constexpr bool Do(T l, T r) { in Do() function
143 static inline constexpr bool Do(T l, T r) { in Do() function
150 static inline constexpr bool Do(T l, T r) { in Do() function
157 static inline constexpr bool Do(T l, T r) { in Do() function
164 static inline constexpr bool Do(T l, T r) { in Do() function
171 static inline constexpr bool Do(T l, T r) { in Do() function
181 static inline constexpr T Do(T arg) { in Do() function
[all …]
H A Demboss_arithmetic_maximum_operation_generated.h19 static inline constexpr T Do(T v0, T v1, T v2, T v3, T v4) { in Do() function
24 static inline constexpr T Do(T v0, T v1, T v2, T v3, T v4, T v5) { in Do() function
29 static inline constexpr T Do(T v0, T v1, T v2, T v3, T v4, T v5, T v6) { in Do() function
34 static inline constexpr T Do(T v0, T v1, T v2, T v3, T v4, T v5, T v6, T v7) { in Do() function
39 static inline constexpr T Do(T v0, T v1, T v2, T v3, T v4, T v5, T v6, T v7, T v8) { in Do() function
44 static inline constexpr T Do(T v0, T v1, T v2, T v3, T v4, T v5, T v6, T v7, T v8, T v9) { in Do() function
49 static inline constexpr T Do(T v0, T v1, T v2, T v3, T v4, T v5, T v6, T v7, T v8, T v9, T v10) { in Do() function
54 …static inline constexpr T Do(T v0, T v1, T v2, T v3, T v4, T v5, T v6, T v7, T v8, T v9, T v10, T … in Do() function
59 …static inline constexpr T Do(T v0, T v1, T v2, T v3, T v4, T v5, T v6, T v7, T v8, T v9, T v10, T … in Do() function
64 …static inline constexpr T Do(T v0, T v1, T v2, T v3, T v4, T v5, T v6, T v7, T v8, T v9, T v10, T … in Do() function
[all …]
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/numerics/
Dsafe_math_clang_gcc_impl.h34 static constexpr bool Do(T, U, V*) { in Do() function
44 static constexpr V Do(T, U) { in Do() function
54 static constexpr V Do(T, U) { in Do() function
64 static constexpr V Do(T, U) { in Do() function
76 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
85 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
106 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
117 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
126 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
135 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
[all …]
Dsafe_math_shared_impl.h45 static constexpr bool Do(T, U, V*) { in Do() function
55 static constexpr bool Do(T, U, V*) { in Do() function
65 static constexpr bool Do(T, U, V*) { in Do() function
75 static constexpr V Do(T, U) { in Do() function
85 static constexpr V Do(T, U) { in Do() function
95 static constexpr V Do(T, U) { in Do() function
104 static constexpr T Do(T) { in Do() function
Dsafe_math_arm_impl.h37 __attribute__((always_inline)) static bool Do(T x, U y, V* result) { in Do() function
56 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
82 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
104 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
/aosp_15_r20/external/libchrome/base/numerics/
H A Dsafe_math_clang_gcc_impl.h31 static constexpr bool Do(T, U, V*) { in Do() function
41 static constexpr V Do(T, U) { in Do() function
51 static constexpr V Do(T, U) { in Do() function
61 static constexpr V Do(T, U) { in Do() function
73 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
82 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
103 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
114 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
123 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
132 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
[all …]
H A Dsafe_math_shared_impl.h42 static constexpr bool Do(T, U, V*) { in Do() function
52 static constexpr bool Do(T, U, V*) { in Do() function
62 static constexpr bool Do(T, U, V*) { in Do() function
72 static constexpr V Do(T, U) { in Do() function
82 static constexpr V Do(T, U) { in Do() function
92 static constexpr V Do(T, U) { in Do() function
101 static constexpr T Do(T) { in Do() function
H A Dsafe_math_arm_impl.h34 __attribute__((always_inline)) static bool Do(T x, U y, V* result) { in Do() function
53 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
79 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
101 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
/aosp_15_r20/external/cronet/base/numerics/
H A Dsafe_math_clang_gcc_impl.h31 static constexpr bool Do(T, U, V*) { in Do() function
41 static constexpr V Do(T, U) { in Do() function
51 static constexpr V Do(T, U) { in Do() function
61 static constexpr V Do(T, U) { in Do() function
73 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
82 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
103 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
114 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
123 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
132 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
[all …]
H A Dsafe_math_shared_impl.h47 static constexpr bool Do(T, U, V*) { in Do() function
57 static constexpr bool Do(T, U, V*) { in Do() function
67 static constexpr bool Do(T, U, V*) { in Do() function
77 static constexpr V Do(T, U) { in Do() function
87 static constexpr V Do(T, U) { in Do() function
97 static constexpr V Do(T, U) { in Do() function
106 static constexpr T Do(T) { in Do() function
H A Dsafe_math_arm_impl.h34 static constexpr bool Do(T x, U y, V* result) { in Do() function
55 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
81 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
104 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/numerics/
Dsafe_math_clang_gcc_impl.h34 static constexpr bool Do(T, U, V*) { in Do() function
44 static constexpr V Do(T, U) { in Do() function
54 static constexpr V Do(T, U) { in Do() function
64 static constexpr V Do(T, U) { in Do() function
76 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
85 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
106 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
117 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
126 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
135 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
[all …]
Dsafe_math_shared_impl.h45 static constexpr bool Do(T, U, V*) { in Do() function
55 static constexpr bool Do(T, U, V*) { in Do() function
65 static constexpr bool Do(T, U, V*) { in Do() function
75 static constexpr V Do(T, U) { in Do() function
85 static constexpr V Do(T, U) { in Do() function
95 static constexpr V Do(T, U) { in Do() function
104 static constexpr T Do(T) { in Do() function
Dsafe_math_arm_impl.h37 __attribute__((always_inline)) static bool Do(T x, U y, V* result) { in Do() function
56 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
82 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
104 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
/aosp_15_r20/external/angle/src/common/base/anglebase/numerics/
H A Dsafe_math_clang_gcc_impl.h36 static constexpr bool Do(T, U, V *) in Do() function
48 static constexpr V Do(T, U) in Do() function
60 static constexpr V Do(T, U) in Do() function
72 static constexpr V Do(T, U) in Do() function
86 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do() function
97 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do() function
119 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do() function
131 __attribute__((always_inline)) static V Do(T x, U y) in Do() function
142 __attribute__((always_inline)) static V Do(T x, U y) in Do() function
153 __attribute__((always_inline)) static V Do(T x, U y) in Do() function
[all …]
H A Dsafe_math_shared_impl.h49 static constexpr bool Do(T, U, V *) in Do() function
61 static constexpr bool Do(T, U, V *) in Do() function
73 static constexpr bool Do(T, U, V *) in Do() function
85 static constexpr V Do(T, U) in Do() function
97 static constexpr V Do(T, U) in Do() function
109 static constexpr V Do(T, U) in Do() function
120 static constexpr T Do(T) in Do() function
H A Dsafe_math_arm_impl.h37 __attribute__((always_inline)) static bool Do(T x, U y, V *result) in Do() function
58 __attribute__((always_inline)) static V Do(T x, U y) in Do() function
84 __attribute__((always_inline)) static V Do(T x, U y) in Do() function
108 __attribute__((always_inline)) static V Do(T x, U y) in Do() function
/aosp_15_r20/external/pdfium/third_party/base/numerics/
H A Dsafe_math_clang_gcc_impl.h32 static constexpr bool Do(T, U, V*) { in Do() function
42 static constexpr V Do(T, U) { in Do() function
52 static constexpr V Do(T, U) { in Do() function
62 static constexpr V Do(T, U) { in Do() function
74 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
83 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
104 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
115 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
124 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
133 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
[all …]
H A Dsafe_math_shared_impl.h47 static constexpr bool Do(T, U, V*) { in Do() function
57 static constexpr bool Do(T, U, V*) { in Do() function
67 static constexpr bool Do(T, U, V*) { in Do() function
77 static constexpr V Do(T, U) { in Do() function
87 static constexpr V Do(T, U) { in Do() function
97 static constexpr V Do(T, U) { in Do() function
106 static constexpr T Do(T) { in Do() function
H A Dsafe_math_arm_impl.h35 static constexpr bool Do(T x, U y, V* result) { in Do() function
56 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
82 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
105 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/
H A Dsafe_math_clang_gcc_impl.h30 static constexpr bool Do(T, U, V*) { in Do() function
40 static constexpr V Do(T, U) { in Do() function
50 static constexpr V Do(T, U) { in Do() function
60 static constexpr V Do(T, U) { in Do() function
72 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
81 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
102 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function
113 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
122 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
131 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
[all …]
H A Dsafe_math_shared_impl.h44 static constexpr bool Do(T, U, V*) { in Do() function
54 static constexpr bool Do(T, U, V*) { in Do() function
64 static constexpr bool Do(T, U, V*) { in Do() function
74 static constexpr V Do(T, U) { in Do() function
84 static constexpr V Do(T, U) { in Do() function
94 static constexpr V Do(T, U) { in Do() function
103 static constexpr T Do(T) { in Do() function
H A Dsafe_math_arm_impl.h33 static constexpr bool Do(T x, U y, V* result) { in Do() function
55 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
82 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
106 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
/aosp_15_r20/external/crosvm/docs/book/src/contributing/
H A Dstyle_guide_platform_specific_code.md189 ### Do subsection
303 ### Do subsection
353 ### Do subsection
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/par/
Dwork.go55 func (w *Work[T]) Do(n int, f func(item T)) { func
117 func (c *ErrCache[K, V]) Do(key K, f func() (V, error)) (V, error) { func
151 func (c *Cache[K, V]) Do(key K, f func() V) V { func

1234