Home
last modified time | relevance | path

Searched +defs:a +defs:z (Results 1 – 25 of 1477) sorted by relevance

12345678910>>...60

/aosp_15_r20/external/webrtc/net/dcsctp/socket/
H A Ddcsctp_socket_test.cc341 void ExchangeMessages(SocketUnderTest& a, SocketUnderTest& z) { in ExchangeMessages()
368 void AdvanceTime(SocketUnderTest& a, SocketUnderTest& z, DurationMs duration) { in AdvanceTime()
377 void ConnectSockets(SocketUnderTest& a, SocketUnderTest& z) { in ConnectSockets()
413 std::vector<uint32_t> GetReceivedMessagePpids(SocketUnderTest& z) { in GetReceivedMessagePpids()
448 void MaybeHandoverSocketAndSendMessage(SocketUnderTest& a, in MaybeHandoverSocketAndSendMessage()
449 std::unique_ptr<SocketUnderTest> z) { in MaybeHandoverSocketAndSendMessage()
476 SocketUnderTest a("A"); in TEST() local
477 SocketUnderTest z("Z"); in TEST() local
499 SocketUnderTest a("A"); in TEST() local
500 SocketUnderTest z("Z"); in TEST() local
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/
H A Dffx_a.h136 #define AD1_(a) ((AD1)(a)) argument
137 #define AF1_(a) ((AF1)(a)) argument
138 #define AL1_(a) ((AL1)(a)) argument
139 #define AU1_(a) ((AU1)(a)) argument
141 #define ASL1_(a) ((ASL1)(a)) argument
142 #define ASU1_(a) ((ASU1)(a)) argument
144 A_STATIC AU1 AU1_AF1(AF1 a){union{AF1 f;AU1 u;}bits;bits.f=a;return bits.u;} in AU1_AF1()
237 #define initAD3(x,y,z) {x,y,z} argument
238 #define initAD4(x,y,z,w) {x,y,z,w} argument
240 #define initAF3(x,y,z) {x,y,z} argument
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAtomicDoubleTest.java55 AtomicDouble a = new AtomicDouble(x); in testConstructor() local
62 AtomicDouble a = new AtomicDouble(); in testConstructor2() local
151 AtomicDouble a = new AtomicDouble(x); in testGetAndAdd() local
152 double z = a.getAndAdd(y); in testGetAndAdd() local
163 AtomicDouble a = new AtomicDouble(x); in testAddAndGet() local
164 double z = a.addAndGet(y); in testAddAndGet() local
175 AtomicDouble a = new AtomicDouble(x); in testGetAndAccumulateWithSum() local
176 double z = a.getAndAccumulate(y, Double::sum); in testGetAndAccumulateWithSum() local
187 AtomicDouble a = new AtomicDouble(x); in testGetAndAccumulateWithMax() local
188 double z = a.getAndAccumulate(y, Double::max); in testGetAndAccumulateWithMax() local
[all …]
H A DAtomicDoubleArrayTest.java75 double[] a = null; in testConstructor2NPE() local
159 final AtomicDoubleArray a = new AtomicDoubleArray(1); in testCompareAndSetInMultipleThreads() local
215 double z = aa.getAndAdd(i, y); in testGetAndAdd() local
230 double z = aa.addAndGet(i, y); in testAddAndGet() local
245 double z = aa.getAndAccumulate(i, y, Double::sum); in testGetAndAccumulateWithSum() local
260 double z = aa.getAndAccumulate(i, y, Double::max); in testGetAndAccumulateWithMax() local
276 double z = aa.accumulateAndGet(i, y, Double::sum); in testAccumulateAndGetWithSum() local
291 double z = aa.accumulateAndGet(i, y, Double::max); in testAccumulateAndGetWithMax() local
307 double z = aa.getAndUpdate(i, value -> value + y); in testGetAndUpdateWithSum() local
322 double z = aa.getAndUpdate(i, value -> value - y); in testGetAndUpdateWithSubtract() local
[all …]
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dassociated_min_max.inl8 GLM_FUNC_QUALIFIER U associatedMin(T x, U a, T y, U b)
16 vecType<T, P> const & x, vecType<U, P> const & a,
29 T x, const vecType<U, P>& a,
42 vecType<T, P> const & x, U a,
54 GLM_FUNC_QUALIFIER U associatedMin
58 T z, U c
68 vecType<T, P> const & x, vecType<U, P> const & a,
70 vecType<T, P> const & z, vecType<U, P> const & c
81 GLM_FUNC_QUALIFIER U associatedMin
85 T z, U c,
[all …]
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dassociated_min_max.inl8 GLM_FUNC_QUALIFIER U associatedMin(T x, U a, T y, U b)
16 vecType<T, P> const & x, vecType<U, P> const & a,
29 T x, const vecType<U, P>& a,
42 vecType<T, P> const & x, U a,
54 GLM_FUNC_QUALIFIER U associatedMin
58 T z, U c
68 vecType<T, P> const & x, vecType<U, P> const & a,
70 vecType<T, P> const & z, vecType<U, P> const & c
81 GLM_FUNC_QUALIFIER U associatedMin
85 T z, U c,
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A Dzmath.h12 inline VALUE_TYPE zabs (SCALAR_TYPE z) { in zabs()
43 inline VALUE_TYPE angle_impl (SCALAR_TYPE z) { in angle_impl()
71 constexpr VALUE_TYPE real_impl (SCALAR_TYPE z) { in real_impl()
121 inline TYPE conj_impl (TYPE z) { in conj_impl()
141 inline TYPE ceil_impl (TYPE z) { in ceil_impl()
146 inline c10::complex<float> ceil_impl (c10::complex<float> z) { in ceil_impl()
151 inline c10::complex<double> ceil_impl (c10::complex<double> z) { in ceil_impl()
156 inline c10::complex<T> sgn_impl (c10::complex<T> z) { in sgn_impl()
165 inline TYPE floor_impl (TYPE z) { in floor_impl()
170 inline c10::complex<float> floor_impl (c10::complex<float> z) { in floor_impl()
[all …]
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Dmath.h36 static inline uint32_t DivideRoundUp(uint32_t a, uint32_t b) { in DivideRoundUp()
41 static inline uint64_t AddMod(uint64_t a, uint64_t b, uint64_t z) { in AddMod()
49 inline uint64_t AddModOpt(uint64_t a, uint64_t b, uint64_t mod) { in AddModOpt()
61 static inline uint64_t SubtractMod(uint64_t a, uint64_t b, uint64_t z) { in SubtractMod()
69 inline uint64_t SubtractModOpt(uint64_t a, uint64_t b, uint64_t mod) { in SubtractModOpt()
80 static inline uint32_t MultiplyMod(uint32_t a, uint32_t b, uint64_t z) { in MultiplyMod()
87 static inline uint64_t MultiplyMod64(uint64_t a, uint64_t b, uint64_t z) { in MultiplyMod64()
94 static inline uint64_t InverseModPrime(uint64_t a, uint64_t z) { in InverseModPrime()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test.cpp37 void test_implicit_construction ( optional<double> opt, double v, double z ) in test_implicit_construction()
42 void test_implicit_construction ( optional<X> opt, X const& v, X const& z ) in test_implicit_construction()
67 T z(0); in test_basics() local
69 T a(1); in test_basics() local
169 T a(321); in test_conditional_ctor_and_get_valur_or() local
171 T z(123); in test_conditional_ctor_and_get_valur_or() local
347 T a(6); in test_throwing_direct_init() local
393 T a(7); in test_throwing_val_assign_on_uninitialized() local
430 T z(0); in test_throwing_val_assign_on_initialized() local
431 T a(8); in test_throwing_val_assign_on_initialized() local
[all …]
/aosp_15_r20/external/python/cpython2/Objects/
Dlongobject.c1149 convert_binop(PyObject *v, PyObject *w, PyLongObject **a, PyLongObject **b) { in convert_binop()
1174 #define CONVERT_BINOP(v, w, a, b) \ argument
1258 v_lshift(digit *z, digit *a, Py_ssize_t m, int d) in v_lshift()
1276 v_rshift(digit *z, digit *a, Py_ssize_t m, int d) in v_rshift()
1319 divrem1(PyLongObject *a, digit n, digit *prem) in divrem1()
1322 PyLongObject *z; in divrem1() local
1339 PyLongObject *scratch, *a; in long_to_decimal_string() local
1383 twodigits z = (twodigits)pout[j] << PyLong_SHIFT | hi; in long_to_decimal_string() local
1457 register PyLongObject *a = (PyLongObject *)aa; in _PyLong_Format() local
1661 PyLongObject *z; in long_from_binary_base() local
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dpod-member-memcpys.cpp5 int w, x, y, z; member
9 int w, x, y, z; member
21 int a, b, c, d; member
23 int w, x, y, z; member
27 int a, b, c, d; member
30 int w, x, y, z; member
34 int a, b, c, d; member
37 int w, x, y, z; member
41 int a, b, c, d; member
45 int w, x, y, z; member
[all …]
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dstr_join_test.cc60 std::string a = "foo", b = "bar", c = "baz"; in TEST() local
93 const int a[] = {1, 2, 3, -4}; in TEST() local
99 int x = 1, y = 2, z = 3; in TEST() local
106 int x = 1, y = 2, z = 3; in TEST() local
114 std::string a("a"), b("b"); in TEST() local
312 int x = 1, y = 2, z = 3; in TEST() local
328 std::string z = "z"; in TEST() local
339 int x = 1, y = 2, z = 3; in TEST() local
353 auto z = std::unique_ptr<int>(new int(3)); in TEST() local
381 const absl::string_view a[] = {"a", "b", "c"}; in TEST() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec4.rs40 let a = [1 as $t, 2 as $t, 3 as $t, 4 as $t]; localVariable
81 let a = $vec4::new(1 as $t, 2 as $t, 3 as $t, 4 as $t); localVariable
119 let mut a = $vec4::ZERO; localVariable
130 let mut a = $vec4::ZERO; localVariable
145 let z = $new(0 as $t, 0 as $t, 1 as $t, 0 as $t); localVariable
161 let z = $new(0 as $t, 0 as $t, 1 as $t, 0 as $t); localVariable
173 let a = $new(2 as $t, 4 as $t, 8 as $t, 16 as $t); localVariable
193 let a = $new(1 as $t, 2 as $t, 3 as $t, 4 as $t); localVariable
227 let a = $new(4 as $t, 6 as $t, 2 as $t, 8 as $t); localVariable
299 let a = $new(1 as $t, 1 as $t, 1 as $t, 1 as $t); localVariable
[all …]
Dvec3.rs38 let a = [1 as $t, 2 as $t, 3 as $t]; localVariable
59 let a = $vec3::new(1 as $t, 2 as $t, 3 as $t); localVariable
89 let mut a = $vec3::ZERO; localVariable
98 let mut a = $vec3::ZERO; localVariable
122 let z = $new(0 as $t, 0 as $t, 1 as $t); localVariable
130 let z = $new(0 as $t, 0 as $t, 1 as $t); localVariable
136 let a = $new(2 as $t, 4 as $t, 8 as $t); localVariable
156 let a = $new(1 as $t, 2 as $t, 3 as $t); localVariable
190 let a = $new(3 as $t, 5 as $t, 1 as $t); localVariable
224 let a = $new(1 as $t, 1 as $t, 1 as $t); localVariable
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
Dintrin-impl.h98 #define __buildstos(x, y, z) void x(y *Dest, y Data, size_t Count) \ argument
127 #define __buildbittesti(x, y, z, a) unsigned char x(y volatile *Base, y Offset) \ argument
137 #define __buildbittesti(x, y, z, a) unsigned char x(y volatile *Base, y Offset) \ argument
155 #define __buildbittesti(x, y, z, a) unsigned char x(y volatile *Base, y Offset) \ argument
172 #define __buildbittesti64(x, y, z, a) unsigned char x(y volatile *Base, y Offset) \ argument
200 #define __buildint(a) __asm__ __volatile__("int {$}" #a :) argument
220 #define __buildreadseg(x, y, z, a) y x(unsigned __LONG32 Offset) { \ argument
238 #define __buildwriteseg(x, y, z, a) void x(unsigned __LONG32 Offset, y Data) { \ argument
254 #define __buildbitscan(x, y, z) unsigned char x(unsigned __LONG32 *Index, y Mask) \ argument
265 #define __buildbitscan(x, y, z) unsigned char x(unsigned __LONG32 *Index, y Mask) \ argument
[all …]
/aosp_15_r20/external/mesa3d/src/util/
H A Du_pack_color.h63 util_pack_color_ub(uint8_t r, uint8_t g, uint8_t b, uint8_t a, in util_pack_color_ub()
165 uint8_t *r, uint8_t *g, uint8_t *b, uint8_t *a) in util_unpack_color_ub()
341 uint8_t a = 0; in util_pack_color() local
351 #define PACK32(r,g,b,a) (((uint32_t)(r) << 24) | \ in util_pack_color() argument
466 util_pack_mask_z(enum pipe_format format, uint32_t z) in util_pack_mask_z()
492 util_pack64_mask_z(enum pipe_format format, uint32_t z) in util_pack64_mask_z()
504 util_pack_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) in util_pack_mask_z_stencil()
527 util_pack64_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) in util_pack64_mask_z_stencil()
546 util_pack_z(enum pipe_format format, double z) in util_pack_z()
591 util_pack64_z(enum pipe_format format, double z) in util_pack64_z()
[all …]
/aosp_15_r20/external/python/cpython3/Objects/
Dlongobject.c1584 v_lshift(digit *z, digit *a, Py_ssize_t m, int d) in v_lshift()
1602 v_rshift(digit *z, digit *a, Py_ssize_t m, int d) in v_rshift()
1661 divrem1(PyLongObject *a, digit n, digit *prem) in divrem1()
1664 PyLongObject *z; in divrem1() local
1693 rem1(PyLongObject *a, digit n) in rem1()
1714 PyLongObject *scratch, *a; in long_to_decimal_string_internal() local
1778 twodigits z = (twodigits)pout[j] << PyLong_SHIFT | hi; in long_to_decimal_string_internal() local
1934 PyLongObject *a = (PyLongObject *)aa; in long_format_binary() local
2183 PyLongObject *z; in long_from_binary_base() local
2274 PyLongObject *z = NULL; in PyLong_FromString() local
[all …]
/aosp_15_r20/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
H A Dsha1.c67 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
68 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
69 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
70 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
71 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
100 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i) argument
101 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i) argument
102 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i) argument
103 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i) argument
104 #define nR4(v,w,x,y,z,i) R4(*v,*w,*x,*y,*z,i) argument
[all …]
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dmisc.c167 multadd in multadd() argument
181 ULong xi, z; local
280 (a, b) Bigint *a, *b; in mult() argument
290 ULLong carry, z; local
292 ULong carry, z; local
471 ULong *x, *x1, *xe, z; local
520 (a, b) Bigint *a, *b; in cmp() argument
554 (a, b) Bigint *a, *b; in diff() argument
567 ULong z; local
652 (a, e) Bigint *a; int *e; in b2d() argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
H A Danf_test.py95 def test_function(x, y, z): argument
99 def expected_result(x, y, z): argument
108 def test_function(a, b, c, e, f, g): argument
113 def expected_result(a, b, c, e, f, g): argument
139 def test_function(call_something, a, b, y, z, c, d, e, f, g, h, i): argument
142 def expected_result(call_something, a, b, y, z, c, d, e, f, g, h, i): argument
155 def test_function(a, b, c): argument
159 def expected_result(a, b, c): argument
171 def test_function(a, b, c): argument
176 def expected_result(a, b, c): argument
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dstr_join_test.cc63 std::string a = "foo", b = "bar", c = "baz"; in TEST() local
96 const int a[] = {1, 2, 3, -4}; in TEST() local
102 int x = 1, y = 2, z = 3; in TEST() local
109 int x = 1, y = 2, z = 3; in TEST() local
117 std::string a("a"), b("b"); in TEST() local
315 int x = 1, y = 2, z = 3; in TEST() local
331 std::string z = "z"; in TEST() local
342 int x = 1, y = 2, z = 3; in TEST() local
356 auto z = std::unique_ptr<int>(new int(3)); in TEST() local
384 const absl::string_view a[] = {"a", "b", "c"}; in TEST() local
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dstr_join_test.cc62 std::string a = "foo", b = "bar", c = "baz"; in TEST() local
95 const int a[] = {1, 2, 3, -4}; in TEST() local
101 int x = 1, y = 2, z = 3; in TEST() local
108 int x = 1, y = 2, z = 3; in TEST() local
116 std::string a("a"), b("b"); in TEST() local
314 int x = 1, y = 2, z = 3; in TEST() local
330 std::string z = "z"; in TEST() local
341 int x = 1, y = 2, z = 3; in TEST() local
355 auto z = std::unique_ptr<int>(new int(3)); in TEST() local
383 const absl::string_view a[] = {"a", "b", "c"}; in TEST() local
[all …]
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dstr_join_test.cc62 std::string a = "foo", b = "bar", c = "baz"; in TEST() local
95 const int a[] = {1, 2, 3, -4}; in TEST() local
101 int x = 1, y = 2, z = 3; in TEST() local
108 int x = 1, y = 2, z = 3; in TEST() local
116 std::string a("a"), b("b"); in TEST() local
314 int x = 1, y = 2, z = 3; in TEST() local
330 std::string z = "z"; in TEST() local
341 int x = 1, y = 2, z = 3; in TEST() local
355 auto z = std::unique_ptr<int>(new int(3)); in TEST() local
383 const absl::string_view a[] = {"a", "b", "c"}; in TEST() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_join_test.cc62 std::string a = "foo", b = "bar", c = "baz"; in TEST() local
95 const int a[] = {1, 2, 3, -4}; in TEST() local
101 int x = 1, y = 2, z = 3; in TEST() local
108 int x = 1, y = 2, z = 3; in TEST() local
116 std::string a("a"), b("b"); in TEST() local
314 int x = 1, y = 2, z = 3; in TEST() local
330 std::string z = "z"; in TEST() local
341 int x = 1, y = 2, z = 3; in TEST() local
355 auto z = std::unique_ptr<int>(new int(3)); in TEST() local
383 const absl::string_view a[] = {"a", "b", "c"}; in TEST() local
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dstr_join_test.cc63 std::string a = "foo", b = "bar", c = "baz"; in TEST() local
96 const int a[] = {1, 2, 3, -4}; in TEST() local
102 int x = 1, y = 2, z = 3; in TEST() local
109 int x = 1, y = 2, z = 3; in TEST() local
117 std::string a("a"), b("b"); in TEST() local
315 int x = 1, y = 2, z = 3; in TEST() local
331 std::string z = "z"; in TEST() local
342 int x = 1, y = 2, z = 3; in TEST() local
356 auto z = std::unique_ptr<int>(new int(3)); in TEST() local
384 const absl::string_view a[] = {"a", "b", "c"}; in TEST() local
[all …]

12345678910>>...60