Home
last modified time | relevance | path

Searched defs:B0 (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dlegacy_vmap_test.cpp408 int64_t B0 = 5, B1 = 7; in TEST() local
420 int64_t B0 = 5, B1 = 7, B2 = 9; in TEST() local
432 int64_t B0 = 5; in TEST() local
445 int64_t B0 = 5, B1 = 7, B2 = 11, B3 = 13; in TEST() local
460 int64_t B0 = 5, B2 = 11; in TEST() local
471 int64_t B0 = 5, B2 = 11; in TEST() local
485 int64_t B0 = 5, B1 = 7; in TEST() local
499 int64_t B0 = 5, B1 = 7; in TEST() local
511 int64_t B0 = 5, B1 = 7; in TEST() local
523 int64_t B0 = 5, B1 = 7; in TEST() local
[all …]
/aosp_15_r20/external/clang/test/Layout/
H A Dms-x86-size-alignment-fail.cpp8 struct B0 { char a; B0() : a(0xB0) {} }; in B0() function
H A Dms-x86-primary-bases.cpp8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } virtual void f() { printf("B… in f() argument
H A Dms-x86-vfvb-sharing.cpp8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } }; in B0() argument
H A Dms-x86-vtordisp.cpp8 struct B0 { struct
10 B0() : a(0xf00000B0) {} in B0() argument
11 virtual void f() { printf("B0"); } in f() argument
H A Dms-x86-vfvb-alignment.cpp8 struct B0 { int a; B0() : a(0xf00000B0) {} }; in B0() argument
H A Dms-x86-aligned-tail-padding.cpp8 struct B0 { struct
10 B0() : a(0xf00000B0) {} in B0() argument
H A Dms-x86-empty-nonvirtual-bases.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} }; in B0() function
H A Dms-x86-bitfields-vbases.cpp6 struct B0 { int a; }; argument
H A Dms-x86-empty-virtual-base.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in B0() struct
H A Dms-x86-lazy-empty-nonvirtual-base.cpp8 struct B0 { B0() { printf("B0 = %p\n", this); } }; in B0() function
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dhighbd_intrapred_intrin_ssse3.c103 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d45_predictor_16x16_ssse3() local
140 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d45_predictor_32x32_ssse3() local
215 const __m128i B0 = _mm_loadu_si128((const __m128i *)(above - 1)); in vpx_highbd_d117_predictor_16x16_ssse3() local
265 const __m128i B0 = _mm_loadu_si128((const __m128i *)(above - 1)); in vpx_highbd_d117_predictor_32x32_ssse3() local
362 const __m128i B0 = _mm_load_si128((const __m128i *)above); in vpx_highbd_d135_predictor_16x16_ssse3() local
402 const __m128i B0 = _mm_load_si128((const __m128i *)above); in vpx_highbd_d135_predictor_32x32_ssse3() local
506 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d153_predictor_16x16_ssse3() local
567 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d153_predictor_32x32_ssse3() local
713 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d207_predictor_16x16_ssse3() local
768 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d207_predictor_32x32_ssse3() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/examples/
Dtypes.go217 type B0 any type
221 func _[T1 B0]() {}
225 func _[T1, T2 B0]() {}
229 func _[T1 B0, T2 B1[T2]]() {} // here B1 applies to T2
/aosp_15_r20/external/webp/src/dsp/
H A Dyuv_sse41.c60 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB_SSE41() local
137 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local
159 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local
187 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local
224 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE41() local
563 const __m128i B0 = _mm_unpacklo_epi32(A0, A1); in RGBA32PackedToPlanar_16b_SSE41() local
H A Dfilters_sse2.c45 const __m128i B0 = _mm_loadu_si128((const __m128i*)&pred[i + 0]); in PredictLineTop_SSE2() local
62 const __m128i B0 = _mm_loadu_si128((const __m128i*)(src + i + 0 - 1)); in PredictLineLeft_SSE2() local
155 const __m128i B0 = _mm_loadl_epi64((const __m128i*)&top[i]); in GradientPredictDirect_SSE2() local
258 const __m128i B0 = _mm_loadu_si128((const __m128i*)&prev[i + 0]); in VerticalUnfilter_SSE2() local
H A Drescaler_sse2.c150 const __m128i B0 = _mm_unpacklo_epi16(A0, A1); // sum * x_sub in RescalerImportRowShrink_SSE2() local
202 const __m128i B0 = _mm_mul_epu32(*A0, *mult); in ProcessRow_SSE2() local
257 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowExpand_SSE2() local
301 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowShrink_SSE2() local
H A Drescaler_neon.c80 const uint32x4_t B0 = MULT_FIX(A0, fy_scale_half); in RescalerExportRowExpand_NEON() local
138 const uint32x4_t B0 = vqsubq_u32(in2, A0); in RescalerExportRowShrink_NEON() local
159 const uint16x4_t B0 = vmovn_u32(A0); in RescalerExportRowShrink_NEON() local
H A Dyuv_sse2.c60 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB_SSE2() local
252 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local
274 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local
368 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local
405 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE2() local
709 const __m128i B0 = _mm_unpacklo_epi16(A0, A1); // r0 r1 r2 r3 | g0 g1 .. in RGBA32PackedToPlanar_16b_SSE2() local
H A Dcommon_sse41.h43 __m128i B0, B1, B2, B3, B4, B5; in VP8PlanarTo24b_SSE41() local
116 const __m128i B0 = _mm_unpacklo_epi32(A0, A1); in VP8L32bToPlanar_SSE41() local
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dprotocol-implementation-inherited.m13 @interface B0 : A <P0> interface
16 @implementation B0 implementation
/aosp_15_r20/external/clang/test/CodeGenObjCXX/
H A Dproperty-objects.mm98 struct B0 { long long x; }; struct
/aosp_15_r20/external/clang/test/CXX/temp/temp.res/temp.dep/
H A Dp3.cpp6 template <typename T> struct B0: A0 { struct
7 static void f() { in f()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Dhexagon_types.h696 signed char B0(void) { in B0() function
775 HEXAGON_Vect64C B0(signed char b) { in B0() function
1120 signed char B0(void) { in B0() function
1161 HEXAGON_Vect32C B0(signed char b) { in B0() function
1923 signed char B0(void) { in B0() function
2002 Q6Vect64C B0(signed char b) { in B0() function
2347 signed char B0(void) { in B0() function
2388 Q6Vect32C B0(signed char b) { in B0() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Dhexagon_types.h696 signed char B0(void) { in B0() function
775 HEXAGON_Vect64C B0(signed char b) { in B0() function
1120 signed char B0(void) { in B0() function
1161 HEXAGON_Vect32C B0(signed char b) { in B0() function
1923 signed char B0(void) { in B0() function
2002 Q6Vect64C B0(signed char b) { in B0() function
2347 signed char B0(void) { in B0() function
2388 Q6Vect32C B0(signed char b) { in B0() function
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A Dhexagon_types.h696 signed char B0(void) { in B0() function
775 HEXAGON_Vect64C B0(signed char b) { in B0() function
1120 signed char B0(void) { in B0() function
1161 HEXAGON_Vect32C B0(signed char b) { in B0() function
1923 signed char B0(void) { in B0() function
2002 Q6Vect64C B0(signed char b) { in B0() function
2347 signed char B0(void) { in B0() function
2388 Q6Vect32C B0(signed char b) { in B0() function

12345678910>>...35