Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 25 of 1004) sorted by relevance

12345678910>>...41

/external/cronet/stable/third_party/libc++/src/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/
Dcons.move.pass.cpp34 Buf b2{std::move(b1)}; in test() local
49 Buf b2{std::move(b1)}; in test() local
67 Buf b2{std::move(b1)}; in test() local
82 Buf b2{std::move(b1)}; in test() local
100 Buf b2{std::move(b1)}; in test() local
115 Buf b2{std::move(b1)}; in test() local
/external/cronet/tot/third_party/libc++/src/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/
Dcons.move.pass.cpp34 Buf b2{std::move(b1)}; in test() local
49 Buf b2{std::move(b1)}; in test() local
67 Buf b2{std::move(b1)}; in test() local
82 Buf b2{std::move(b1)}; in test() local
100 Buf b2{std::move(b1)}; in test() local
115 Buf b2{std::move(b1)}; in test() local
/external/pytorch/aten/src/ATen/native/nested/
DNestedTensorBinaryOps.cpp187 self, other, "add", true /* supports_striding*/, [alpha](const Tensor& b1, const Tensor& b2) { in NestedTensor_add_Tensor()
197 self, other, "sub", true /* supports_striding*/, [alpha](const Tensor& b1, const Tensor& b2) { in NestedTensor_sub_Tensor()
204 self, other, "mul", false /* supports_striding*/, [](const Tensor& b1, const Tensor& b2) { in NestedTensor_mul_Tensor()
216 self, other, "div", false /* supports_striding*/, [](const Tensor& b1, const Tensor& b2) { in NestedTensor_div_Tensor()
230 …f, mask, "masked_fill", false /* supports_striding*/, [value](const Tensor& b1, const Tensor& b2) { in NestedTensor_masked_fill()
269 self, other, "add_", [alpha](const Tensor& b1, const Tensor& b2) { in NestedTensor_add__Tensor()
276 self, other, "mul_", [](const Tensor& b1, const Tensor& b2) { in NestedTensor_mul__Tensor()
301 [](const Tensor& b1, const Tensor& b2) { in ge_scalar_nested()
309 [](const Tensor& b1, const Tensor& b2) { in gt_scalar_nested()
317 [](const Tensor& b1, const Tensor& b2) { in eq_scalar_nested()
[all …]
/external/clang/test/CodeGen/
Dppc64-inline-asm.c3 _Bool test_wc_i1(_Bool b1, _Bool b2) { in test_wc_i1()
11 int test_wc_i32(int b1, int b2) { in test_wc_i32()
19 unsigned char test_wc_i8(unsigned char b1, unsigned char b2) { in test_wc_i8()
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/decoder/
Ddecode_buffer.cc16 const uint8_t b2 = DecodeUInt8(); in DecodeUInt16() local
26 const uint8_t b2 = DecodeUInt8(); in DecodeUInt24() local
34 const uint8_t b2 = DecodeUInt8(); in DecodeUInt31() local
43 const uint8_t b2 = DecodeUInt8(); in DecodeUInt32() local
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/decoder/
Ddecode_buffer.cc16 const uint8_t b2 = DecodeUInt8(); in DecodeUInt16() local
26 const uint8_t b2 = DecodeUInt8(); in DecodeUInt24() local
34 const uint8_t b2 = DecodeUInt8(); in DecodeUInt31() local
43 const uint8_t b2 = DecodeUInt8(); in DecodeUInt32() local
/external/OpenCL-Headers/tests/
Dtest_headers.c44 cl_char2 b2 = a2; in test_char() local
104 cl_uchar2 b2 = a2; in test_uchar() local
164 cl_short2 b2 = a2; in test_short() local
224 cl_ushort2 b2 = a2; in test_ushort() local
284 cl_int2 b2 = a2; in test_int() local
344 cl_uint2 b2 = a2; in test_uint() local
404 cl_long2 b2 = a2; in test_long() local
464 cl_ulong2 b2 = a2; in test_ulong() local
524 cl_float2 b2 = a2; in test_float() local
586 cl_double2 b2 = a2; in test_double() local
/external/clang/test/SemaCXX/
Dwarn-redundant-move.cpp21 B b2; in test1() local
35 B b2; in test2() local
50 B& b2 = b1; in test3() local
59 B& b2 = b1; in test4() local
Dcxx0x-noexcept-expression.cpp8 bool b2 = noexcept(f(0)); in g() local
17 bool b2 = noexcept(this->g(0)); in h() local
/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_smart_cast.cpp49 Base2 & b2 = static_cast<Base2 &>(d); in test_static_reference_cast_2() local
73 Base2 & b2 = static_cast<Base2 &>(d); in test_static_reference_cast_1() local
155 VBase2 &b2 = static_cast<VBase2 &>(d); in test_dynamic_reference_cast_2() local
179 VBase2 &b2 = static_cast<VBase2 &>(d); in test_dynamic_reference_cast_1() local
/external/libcxx/test/std/language.support/support.types/byteops/
Dor.assign.pass.cpp18 constexpr std::byte test(std::byte b1, std::byte b2) { in test()
27 constexpr std::byte b2{static_cast<std::byte>(2)}; in main() local
/external/rust/android-crates-io/crates/bytes/tests/
Dtest_chain.rs55 let b2: &[u8] = &mut []; in vectored_read() localVariable
76 let b2: &[u8] = &mut []; in vectored_read() localVariable
97 let b2: &[u8] = &mut []; in vectored_read() localVariable
118 let b2: &[u8] = &mut []; in vectored_read() localVariable
Dtest_bytes_odd_alloc.rs85 let b2 = b1.clone(); in test_bytes_into_vec() localVariable
93 let b2 = b1.split_off(20); in test_bytes_into_vec() localVariable
126 let b2 = b1.clone(); in test_bytesmut_from_bytes_arc_2() localVariable
141 let b2 = b1.split_off(20); in test_bytesmut_from_bytes_arc_offset() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/tests/
Dtest_chain.rs55 let b2: &[u8] = &mut []; in vectored_read() localVariable
76 let b2: &[u8] = &mut []; in vectored_read() localVariable
97 let b2: &[u8] = &mut []; in vectored_read() localVariable
118 let b2: &[u8] = &mut []; in vectored_read() localVariable
Dtest_bytes_odd_alloc.rs85 let b2 = b1.clone(); in test_bytes_into_vec() localVariable
93 let b2 = b1.split_off(20); in test_bytes_into_vec() localVariable
126 let b2 = b1.clone(); in test_bytesmut_from_bytes_arc_2() localVariable
141 let b2 = b1.split_off(20); in test_bytesmut_from_bytes_arc_offset() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/tests/
Dtest_chain.rs55 let b2: &[u8] = &mut []; in vectored_read() localVariable
76 let b2: &[u8] = &mut []; in vectored_read() localVariable
97 let b2: &[u8] = &mut []; in vectored_read() localVariable
118 let b2: &[u8] = &mut []; in vectored_read() localVariable
Dtest_bytes_odd_alloc.rs85 let b2 = b1.clone(); in test_bytes_into_vec() localVariable
93 let b2 = b1.split_off(20); in test_bytes_into_vec() localVariable
126 let b2 = b1.clone(); in test_bytesmut_from_bytes_arc_2() localVariable
141 let b2 = b1.split_off(20); in test_bytesmut_from_bytes_arc_offset() localVariable
/external/cronet/stable/base/memory/
Dvalues_equivalent_unittest.cc17 int b2 = 5678; in TEST() local
30 auto b2 = std::make_unique<int>(5678); in TEST() local
53 auto b2 = MakeRefCounted<Wrapper>(5678); in TEST() local
76 auto b2 = 5678; in TEST() local
/external/cronet/tot/base/memory/
Dvalues_equivalent_unittest.cc17 int b2 = 5678; in TEST() local
30 auto b2 = std::make_unique<int>(5678); in TEST() local
53 auto b2 = MakeRefCounted<Wrapper>(5678); in TEST() local
76 auto b2 = 5678; in TEST() local
/external/libgav1/src/dsp/x86/
Dtranspose_sse4.h51 const __m128i b2 = _mm_unpacklo_epi16(a2, a3); in Transpose2x16_U16() local
107 const __m128i b2 = _mm_unpackhi_epi16(a0, a1); in Transpose8x8To4x16_U8() local
175 const __m128i b2 = _mm_unpackhi_epi32(a0, a1); in Transpose4x8To8x4_U16() local
213 const __m128i b2 = _mm_unpacklo_epi32(a4, a5); in Transpose8x4To4x8_U16() local
277 const __m128i b2 = _mm_unpacklo_epi32(a4, a5); in Transpose8x8_U16() local
/external/cronet/stable/third_party/libc++/src/test/std/language.support/support.types/byteops/
Dor.assign.pass.cpp17 constexpr std::byte test(std::byte b1, std::byte b2) { in test()
26 constexpr std::byte b2{static_cast<std::byte>(2)}; in main() local
/external/cronet/tot/third_party/libc++/src/test/std/language.support/support.types/byteops/
Dor.assign.pass.cpp17 constexpr std::byte test(std::byte b1, std::byte b2) { in test()
26 constexpr std::byte b2{static_cast<std::byte>(2)}; in main() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/
DRealFieldElement.java316 T linearCombination(T a1, T b1, T a2, T b2); in linearCombination()
330 T linearCombination(double a1, T b1, double a2, T b2); in linearCombination()
346 T linearCombination(T a1, T b1, T a2, T b2, T a3, T b3); in linearCombination()
362 T linearCombination(double a1, T b1, double a2, T b2, double a3, T b3); in linearCombination()
381 T linearCombination(T a1, T b1, T a2, T b2, T a3, T b3, T a4, T b4); in linearCombination()
400 T linearCombination(double a1, T b1, double a2, T b2, double a3, T b3, double a4, T b4); in linearCombination()
/external/stressapptest/src/
Dadler32memcpy.cc78 void AdlerChecksum::Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2) { in Set()
100 uint64 b2 = 0; in CalculateAdlerChecksum() local
138 uint64 b2 = 0; in AdlerMemcpyC() local
179 uint64 b2 = 0; in AdlerMemcpyWarmC() local
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DWritingPrimitives.cs625 …lic static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) in WriteRawTag()
639 …ic void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) in WriteRawTagSlowPath()
648 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTag()
663 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTagSlowPath()
673 …iteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTag()
690 …gSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTagSlowPath()
701 …iteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4… in WriteRawTag()
718 …gSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4… in WriteRawTagSlowPath()

12345678910>>...41