Home
last modified time | relevance | path

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

12345678910>>...82

/aosp_15_r20/art/test/660-checker-simd-sad/src/
H A DSimdSadByte.java24 private static byte sadByte2Byte(byte[] b1, byte[] b2) { in sadByte2Byte()
33 private static byte sadByte2ByteAlt(byte[] b1, byte[] b2) { in sadByte2ByteAlt()
44 private static byte sadByte2ByteAlt2(byte[] b1, byte[] b2) { in sadByte2ByteAlt2()
57 private static short sadByte2Short(byte[] b1, byte[] b2) { in sadByte2Short()
66 private static short sadByte2ShortAlt(byte[] b1, byte[] b2) { in sadByte2ShortAlt()
77 private static short sadByte2ShortAlt2(byte[] b1, byte[] b2) { in sadByte2ShortAlt2()
121 private static int sadByte2Int(byte[] b1, byte[] b2) { in sadByte2Int()
161 private static int sadByte2IntAlt(byte[] b1, byte[] b2) { in sadByte2IntAlt()
203 private static int sadByte2IntAlt2(byte[] b1, byte[] b2) { in sadByte2IntAlt2()
252 private static long sadByte2Long(byte[] b1, byte[] b2) { in sadByte2Long()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/BitSet/
H A DBSMethods.java352 BitSet b2 = new BitSet(256); in testAndNot() local
386 BitSet b2 = new BitSet(256); in testAnd() local
427 BitSet b2 = new BitSet(256); in testOr() local
475 BitSet b2 = new BitSet(256); in testXor() local
518 BitSet b2 = new BitSet(generator.nextInt(1000)+1); in testEquals() local
578 BitSet b2 = new BitSet(256); in testLength() local
606 BitSet b2 = (BitSet)b1.clone(); in testClear() local
647 BitSet b2 = (BitSet)b1.clone(); in testSet() local
683 BitSet b2 = (BitSet)b1.clone(); in testSet() local
723 BitSet b2 = (BitSet)b1.clone(); in testFlip() local
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A 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 …]
/aosp_15_r20/art/test/646-checker-simd-hadd/src/
H A DHaddShort.java63 private static void halving_add_signed(short[] b1, short[] b2, short[] bo) { in halving_add_signed()
104 private static void halving_add_signed_alt(short[] b1, short[] b2, short[] bo) { in halving_add_signed_alt()
155 private static void halving_add_unsigned(short[] b1, short[] b2, short[] bo) { in halving_add_unsigned()
195 private static void rounding_halving_add_signed(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_signed()
233 private static void rounding_halving_add_signed_alt(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_signed_alt()
275 private static void rounding_halving_add_signed_alt2(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_signed_alt2()
319 private static void rounding_halving_add_signed_alt3(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_signed_alt3()
372 private static void rounding_halving_add_unsigned(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_unsigned()
426 private static void rounding_halving_add_unsigned_alt(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_unsigned_alt()
H A DHaddByte.java59 private static void halving_add_signed(byte[] b1, byte[] b2, byte[] bo) { in halving_add_signed()
109 private static void halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) { in halving_add_unsigned()
147 private static void rounding_halving_add_signed(byte[] b1, byte[] b2, byte[] bo) { in rounding_halving_add_signed()
199 private static void rounding_halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) { in rounding_halving_add_unsigned()
H A DHaddAltByte.java62 private static void halving_add_signed(byte[] b1, byte[] b2, byte[] bo) { in halving_add_signed()
112 private static void halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) { in halving_add_unsigned()
150 private static void rounding_halving_add_signed(byte[] b1, byte[] b2, byte[] bo) { in rounding_halving_add_signed()
202 private static void rounding_halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) { in rounding_halving_add_unsigned()
/aosp_15_r20/art/test/476-checker-ctor-fence-redun-elim/src/
H A DMain.java223 Base b2 = new Base(); in exercise() local
273 Base b2 = new ThreeFinal(4, 5, 6); in exercise() local
325 Base b2 = new Base(); in exercise() local
368 Base b2 = new Base(); in exercise() local
422 Base b2 = new Base(); in exercise() local
466 Base b2 = new Base(); in exercise() local
526 Base b2 = new Base(); in exercise() local
566 Base b2 = new Base(); in exercise() local
604 Base b2 = new Base(); in exercise() local
644 Base b2 = new Base(); in exercise() local
[all …]
/aosp_15_r20/external/OpenCL-Headers/tests/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/
H A 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
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dinitoid.h15 #define DEFINE_OID_2(name,b0,b1,b2) EXTERN_C const BYTE __based(__segname("_CODE")) name[] = { MAPI… argument
16 #define DEFINE_OID_3(name,b0,b1,b2,b3) EXTERN_C const BYTE __based(__segname("_CODE")) name[] = { M… argument
17 #define DEFINE_OID_4(name,b0,b1,b2,b3,b4) EXTERN_C const BYTE __based(__segname("_CODE")) name[] = … argument
20 #define DEFINE_OID_2(name,b0,b1,b2) const BYTE __based(__segname("_CODE")) name[] = { MAPI_PREFIX,b… argument
21 #define DEFINE_OID_3(name,b0,b1,b2,b3) const BYTE __based(__segname("_CODE")) name[] = { MAPI_PREFI… argument
22 #define DEFINE_OID_4(name,b0,b1,b2,b3,b4) const BYTE __based(__segname("_CODE")) name[] = { MAPI_PR… argument
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A 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()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A 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()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncManagerTest.java92 Bundle b2 = new Bundle(); in testSyncExtrasEquals_WithNull() local
103 Bundle b2 = new Bundle(); in testSyncExtrasEqualsBigger_WithNull() local
120 Bundle b2 = new Bundle(); in testSyncExtrasEqualsFails_WithNull() local
134 Bundle b2 = new Bundle(); in testSyncExtrasEqualsFails_differentValues() local
148 Bundle b2 = new Bundle(); in testSyncExtrasEqualsFails_differentNulls() local
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DPreviewImageLoaderTest.kt61 val b2 = testSubject.invoke(uri, Size(200, 100), caching = false) in <lambda>() constant
119 val b2 = b2Deferred.await() in <lambda>() constant
220 val b2 = testSubject.invoke(uri, Size(200, 200)) in <lambda>() constant
314 val b2 = testSubject.invoke(uri, Size(lowResSize, lowResSize)) in <lambda>() constant
342 val b2 = testSubject(uri, Size(largerImageSize, largerImageSize)) in <lambda>() constant
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/
H A 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()
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A 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
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/
H A DFgsManagerControllerTest.java140 Binder b2 = new Binder(); in testNumPackages() local
185 Binder b2 = new Binder(); in testNumPackages_FgsAndJobs() local
213 Binder b2 = new Binder(); in testNumPackagesDoesNotChangeWhenSecondFgsIsStarted() local
235 Binder b2 = new Binder(); in testNumPackagesListener() local
405 Binder b2 = new Binder(); in testShowUserVisibleJobsToggling() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Davg.c106 int16_t b2 = (src_diff[2 * src_stride] + src_diff[3 * src_stride]) >> 1; in hadamard_col4() local
151 int16_t b2 = src_diff[2 * src_stride] + src_diff[3 * src_stride]; in hadamard_col8() local
266 tran_low_t b2 = (a2 + a3) >> 1; // [-16320, 16320] in aom_hadamard_16x16_c() local
306 int16_t b2 = (a2 + a3) >> 1; // [-16320, 16320] in aom_hadamard_lp_16x16_c() local
337 tran_low_t b2 = (a2 + a3) >> 2; // [-16384, 16383] in aom_hadamard_32x32_c() local
355 int16_t b2 = src_diff[2 * src_stride] + src_diff[3 * src_stride]; in hadamard_highbd_col8_first_pass() local
388 int32_t b2 = src_diff[2 * src_stride] + src_diff[3 * src_stride]; in hadamard_highbd_col8_second_pass() local
461 tran_low_t b2 = (a2 + a3) >> 1; in aom_highbd_hadamard_16x16_c() local
493 tran_low_t b2 = (a2 + a3) >> 2; in aom_highbd_hadamard_32x32_c() local
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_exif.cpp743 uint32 b2 = (fExifVersion >> 8) & 0xff; in AtLeastVersion0230() local
1112 uint32 b2 = stream.Get_uint8 (); in Parse_ifd0() local
1843 uint32 b2 = stream.Get_uint8 (); in Parse_ifd0_exif() local
1959 uint32 b2 = stream.Get_uint8 (); in Parse_ifd0_exif() local
2567 uint32 b2 = stream.Get_uint8 (); in Parse_ifd0_exif() local
3582 uint32 b2 = stream.Get_uint8 (); in Parse_gps() local
4076 uint32 b2 = stream.Get_uint8 (); in Parse_interoperability() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
H A 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
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_poly.h111 double b0,b1,b2; in db_MultiplyPoly0_2() local
123 double b0,b1,b2; in db_MultiplyPoly1_2() local
137 double b0,b1,b2,b3; in db_MultiplyPoly1_3() local
162 double b0,b1,b2; in db_AddPolyProduct0_2() local
196 double b0,b1,b2; in db_SubtractPolyProduct0_2() local
208 double b0,b1,b2,b3; in db_SubtractPolyProduct1_3() local
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/tests/
Dtest_bytes.rs1087 let b2 = b1.clone(); in test_bytes_into_vec() localVariable
1104 let b2 = bytes_mut2.freeze(); in test_bytes_into_vec() localVariable
1125 let b2 = b1.clone(); in test_bytes_into_vec_promotable_even() localVariable
1133 let b2 = b1.split_off(20); in test_bytes_into_vec_promotable_even() localVariable
1160 let b2 = Bytes::from(b1); in test_bytes_mut_conversion() localVariable
1257 let b2 = b1.clone(); in test_bytesmut_from_bytes_bytes_mut_shared() localVariable
1278 let b2 = bytes_mut2.freeze(); in test_bytesmut_from_bytes_bytes_mut_offset() localVariable
1314 let b2 = b1.clone(); in test_bytesmut_from_bytes_promotable_even_arc_2() localVariable
1329 let b2 = b1.split_off(20); in test_bytesmut_from_bytes_promotable_even_arc_offset() localVariable
1540 let b2 = b1.clone(); in owned_is_unique_always_false() localVariable
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/
H A DAddTests.java88 private static void addWithoutException(BigDecimal b1, BigDecimal b2, MathContext mc) { in addWithoutException()
195 private static void roundAway(BigDecimal b1, BigDecimal b2) { in roundAway()
211 private static void roundAway1(BigDecimal b1, BigDecimal b2) { in roundAway1()
220 private static void roundAway0(BigDecimal b1, BigDecimal b2) { in roundAway0()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DDecimal64.java705 final Decimal64 a1, final Decimal64 b1, final Decimal64 a2, final Decimal64 b2) { in linearCombination()
718 final double a1, final Decimal64 b1, final double a2, final Decimal64 b2) { in linearCombination()
734 final Decimal64 b2, in linearCombination()
753 final Decimal64 b2, in linearCombination()
772 final Decimal64 b2, in linearCombination()
794 final Decimal64 b2, in linearCombination()
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Davg.c45 int16_t b2 = src_diff[2 * src_stride] + src_diff[3 * src_stride]; in hadamard_highbd_col8_first_pass() local
78 int32_t b2 = src_diff[2 * src_stride] + src_diff[3 * src_stride]; in hadamard_highbd_col8_second_pass() local
151 tran_low_t b2 = (a2 + a3) >> 1; in vpx_highbd_hadamard_16x16_c() local
183 tran_low_t b2 = (a2 + a3) >> 2; in vpx_highbd_hadamard_32x32_c() local
203 int16_t b2 = src_diff[2 * src_stride] + src_diff[3 * src_stride]; in hadamard_col8() local
276 tran_low_t b2 = (a2 + a3) >> 1; // [-16320, 16320] in vpx_hadamard_16x16_c() local
307 tran_low_t b2 = (a2 + a3) >> 2; // [-16384, 16383] in vpx_hadamard_32x32_c() local

12345678910>>...82