Home
last modified time | relevance | path

Searched refs:C0 (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRow.java23 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable,
24 Freezable<Row<C0, C1, C2, C3, C4>>{
31 public static <C0, C1> R2<C0,C1> of(C0 p0, C1 p1) { in of()
34 public static <C0, C1, C2> R3<C0,C1,C2> of(C0 p0, C1 p1, C2 p2) { in of()
37 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of()
40 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { in of()
47 public static class R2<C0, C1> extends Row<C0, C1, C1, C1, C1> {
48 public R2(C0 a, C1 b) { in R2()
55 public static class R3<C0, C1, C2> extends Row<C0, C1, C2, C2, C2> {
56 public R3(C0 a, C1 b, C2 c) { in R3()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRow.java19 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable,
20 Freezable<Row<C0, C1, C2, C3, C4>>{
27 public static <C0, C1> R2<C0,C1> of(C0 p0, C1 p1) { in of()
30 public static <C0, C1, C2> R3<C0,C1,C2> of(C0 p0, C1 p1, C2 p2) { in of()
33 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of()
36 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { in of()
40 public static class R2<C0, C1> extends Row<C0, C1, C1, C1, C1> {
41 public R2(C0 a, C1 b) { in R2()
45 public static class R3<C0, C1, C2> extends Row<C0, C1, C2, C2, C2> {
46 public R3(C0 a, C1 b, C2 c) { in R3()
[all …]
/external/boringssl/src/crypto/cipher_extra/asm/
Dchacha20_poly1305_x86_64.pl87 my ($A0,$A1,$A2,$A3,$B0,$B1,$B2,$B3,$C0,$C1,$C2,$C3,$D0,$D1,$D2,$D3)=map("%xmm$_",(0..15));
198 movdqa $state2_store, $C0\n";
201 movdqa $C0, $C1\n" if ($n ge 2);
204 movdqa $C0, $C2\n" if ($n ge 3);
207 movdqa $C0, $C3\n" if ($n ge 4);
256 paddd $state2_store, $C0
296 $round.="movdqa $C0, $tmp_store\n" if ($rot1 eq 20);
297 $round.="movdqa $rot2, $C0
306 pshufb $C0, $D3
307 pshufb $C0, $D2
[all …]
/external/clang/test/CodeGenCXX/
Dvtable-layout-extreme.cpp7 class C0 class
11 : virtual public C0
16 : public C0
22 : virtual public C0
34 , public C0
39 : public C0
49 , public C0
Dmangle-ms-template-callback.cpp8 typedef C<void(void)> C0; typedef
16 C0 callback_void;
19 volatile C0 callback_void_volatile;
36 void foo(C0 c) {} in foo()
/external/clang/test/Layout/
Dms-x86-empty-virtual-base.cpp14 struct C0 { int a; C0() : a(0xf00000C0) {printf("C0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in C0() argument
107 C0 c0;
148 struct E : virtual B0, virtual C0, virtual C1, virtual C2, virtual B1 {
182 struct F : virtual C0, virtual B0, virtual B1, virtual C1 {
212 struct G : virtual C0, virtual B0, virtual B1, D0, virtual C1 {
249 struct H : virtual C0, virtual B0, virtual B1, virtual D0, virtual C1 {
428 struct N : virtual C0, virtual B1, virtual D1, virtual B2, virtual B3, virtual B4 {
460 struct O : virtual C0, virtual B1, virtual B2, virtual D1, virtual B3, virtual B4 {
492 struct P : virtual B1, virtual C0, virtual D1, virtual B2, virtual B3, virtual B4 {
524 struct Q : virtual B1, virtual C0, virtual B2, virtual D1, virtual B3, virtual B4 {
[all …]
Dms-x86-empty-nonvirtual-bases.cpp14 struct C0 { int a; C0() : a(0xf00000C0) {printf("C0 : %p\n", this);} }; in C0() struct
69 C0 c0;
94 struct E : B0, C0, C1, C2, B1 {
113 struct F : C0, B0, B1, C1 {
/external/swiftshader/src/Shader/
DVertexPipeline.cpp199 o[C0].x = diffuse.x; in pipeline()
200 o[C0].y = diffuse.y; in pipeline()
201 o[C0].z = diffuse.z; in pipeline()
202 o[C0].w = diffuse.w; in pipeline()
206 o[C0].x = Float4(1.0f); in pipeline()
207 o[C0].y = Float4(1.0f); in pipeline()
208 o[C0].z = Float4(1.0f); in pipeline()
209 o[C0].w = Float4(1.0f); in pipeline()
232 o[C0].x = Float4(0.0f); in pipeline()
233 o[C0].y = Float4(0.0f); in pipeline()
[all …]
/external/libusb/msvc/
Dlibusb_wince.sln4 …1BC942}") = "libusb-1.0 (dll)", "libusb_dll_wince.vcproj", "{6A49B75F-FB1C-45C0-B7C3-A7698255E7E9}"
32 …{6A49B75F-FB1C-45C0-B7C3-A7698255E7E9}.Debug|STANDARDSDK_500 (ARMV4I).ActiveCfg = Debug|STANDARDSD…
33 …{6A49B75F-FB1C-45C0-B7C3-A7698255E7E9}.Debug|STANDARDSDK_500 (ARMV4I).Build.0 = Debug|STANDARDSDK_…
34 …{6A49B75F-FB1C-45C0-B7C3-A7698255E7E9}.Debug|STANDARDSDK_500 (ARMV4I).Deploy.0 = Debug|STANDARDSDK…
35 …{6A49B75F-FB1C-45C0-B7C3-A7698255E7E9}.Debug|STANDARDSDK_500 (MIPSII).ActiveCfg = Debug|STANDARDSD…
36 …{6A49B75F-FB1C-45C0-B7C3-A7698255E7E9}.Debug|STANDARDSDK_500 (MIPSII).Build.0 = Debug|STANDARDSDK_…
37 …{6A49B75F-FB1C-45C0-B7C3-A7698255E7E9}.Debug|STANDARDSDK_500 (MIPSII).Deploy.0 = Debug|STANDARDSDK…
38 …{6A49B75F-FB1C-45C0-B7C3-A7698255E7E9}.Debug|STANDARDSDK_500 (MIPSII_FP).ActiveCfg = Debug|STANDAR…
39 …{6A49B75F-FB1C-45C0-B7C3-A7698255E7E9}.Debug|STANDARDSDK_500 (MIPSII_FP).Build.0 = Debug|STANDARDS…
40 …{6A49B75F-FB1C-45C0-B7C3-A7698255E7E9}.Debug|STANDARDSDK_500 (MIPSII_FP).Deploy.0 = Debug|STANDARD…
[all …]
/external/libopus/silk/fixed/x86/
Dburg_modified_FIX_sse4_1.c63 opus_int32 C0, num, nrg, rc_Q31, invGain_Q30, Atmp_QA, Atmp1, tmp1, tmp2, x1, x2; in silk_burg_modified_sse4_1() local
78 silk_sum_sqr_shift( &C0, &rshifts, x, nb_subfr * subfr_length ); in silk_burg_modified_sse4_1()
80 C0 = silk_LSHIFT32( C0, rshifts - MAX_RSHIFTS ); in silk_burg_modified_sse4_1()
81 silk_assert( C0 > 0 ); in silk_burg_modified_sse4_1()
84 lz = silk_CLZ32( C0 ) - 1; in silk_burg_modified_sse4_1()
88 C0 = silk_RSHIFT32( C0, rshifts_extra ); in silk_burg_modified_sse4_1()
91 C0 = silk_LSHIFT32( C0, -rshifts_extra ); in silk_burg_modified_sse4_1()
95 …CAb[ 0 ] = CAf[ 0 ] = C0 + silk_SMMUL( SILK_FIX_CONST( FIND_LPC_COND_FAC, 32 ), C0 ) + 1; … in silk_burg_modified_sse4_1()
124 …CAb[ 0 ] = CAf[ 0 ] = C0 + silk_SMMUL( SILK_FIX_CONST( FIND_LPC_COND_FAC, 32 ), C0 ) + 1; … in silk_burg_modified_sse4_1()
353C0 -= (opus_int32)silk_RSHIFT64( silk_inner_prod16_aligned_64( x_ptr, x_ptr, D, arch ), rshifts ); in silk_burg_modified_sse4_1()
[all …]
/external/pdfium/testing/resources/pixel/
Dbug_842.in59 /C0 [0.81569 0.81569 0.81569]
67 /C0 [0.73725 0.73725 0.73725]
75 /C0 [0.73725 0.73725 0.73725]
83 /C0 [0.81569 0.81569 0.81569]
91 /C0 [0.92941 0.92941 0.92941]
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_browser.py64 C0 = mb.Class(module, 'C0', ['base'], fname, 1) variable
65 F1 = mb._nest_function(C0, 'F1', 3)
66 C1 = mb._nest_class(C0, 'C1', 6, [''])
73 mock_pyclbr_tree = {'C0': C0, 'f0': f0}
77 browser.transform_children(C0.children) # C1()
90 eq(tcl, [C0, f0])
104 tcl = list(transform(C0.children))
108 tcl = list(transform(C0.children))
136 browser.transform_children = Func(result=[f0, C0])
138 self.assertEqual(self.mbt.listchildren(), [f0, C0])
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dunal-altivec.ll32 ; CHECK-DAG: li [[C0:[0-9]+]], 0
36 ; CHECK-DAG: lvsl [[MASK1:[0-9]+]], [[B1:[0-9]+]], [[C0]]
37 ; CHECK-DAG: lvsl [[MASK2:[0-9]+]], [[B2:[0-9]+]], [[C0]]
38 ; CHECK-DAG: add [[B3:[0-9]+]], [[B1]], [[C0]]
39 ; CHECK-DAG: add [[B4:[0-9]+]], [[B2]], [[C0]]
40 ; CHECK-DAG: lvx [[LD1:[0-9]+]], [[B1]], [[C0]]
42 ; CHECK-DAG: lvx [[LD3:[0-9]+]], [[B2]], [[C0]]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
Dp2-0x.cpp85 class C0 { class
86 using C0 = int; // expected-error {{member 'C0' has the same name as its class}} typedef in ClassNameRedecl::C0
92 using C0 = C1; // ok typedef in ClassNameRedecl::C2
141 class C0 { class
144 C0::U v; // expected-error {{'U' is a private member}}
/external/libopus/silk/float/
Dburg_modified_FLP.c49 double C0, invGain, num, nrg_f, nrg_b, rc, Atmp, tmp1, tmp2; in silk_burg_modified_FLP() local
58 C0 = silk_energy_FLP( x, nb_subfr * subfr_length ); in silk_burg_modified_FLP()
69 CAb[ 0 ] = CAf[ 0 ] = C0 + FIND_LPC_COND_FAC * C0 + 1e-9f; in silk_burg_modified_FLP()
167 C0 -= silk_energy_FLP( x + s * subfr_length, D ); in silk_burg_modified_FLP()
170 nrg_f = C0 * invGain; in silk_burg_modified_FLP()
181 nrg_f -= FIND_LPC_COND_FAC * C0 * tmp1; in silk_burg_modified_FLP()
/external/libopus/silk/fixed/
Dburg_modified_FIX.c58 opus_int32 C0, num, nrg, rc_Q31, invGain_Q30, Atmp_QA, Atmp1, tmp1, tmp2, x1, x2; in silk_burg_modified_c() local
78 C0 = (opus_int32)silk_RSHIFT64(C0_64, rshifts ); in silk_burg_modified_c()
80 C0 = silk_LSHIFT32((opus_int32)C0_64, -rshifts ); in silk_burg_modified_c()
83 …CAb[ 0 ] = CAf[ 0 ] = C0 + silk_SMMUL( SILK_FIX_CONST( FIND_LPC_COND_FAC, 32 ), C0 ) + 1; … in silk_burg_modified_c()
112 …CAb[ 0 ] = CAf[ 0 ] = C0 + silk_SMMUL( SILK_FIX_CONST( FIND_LPC_COND_FAC, 32 ), C0 ) + 1; … in silk_burg_modified_c()
256C0 -= (opus_int32)silk_RSHIFT64( silk_inner_prod16_aligned_64( x_ptr, x_ptr, D, arch ), rshifts ); in silk_burg_modified_c()
261 C0 -= silk_LSHIFT32( silk_inner_prod_aligned( x_ptr, x_ptr, D, arch), -rshifts); in silk_burg_modified_c()
265 *res_nrg = silk_LSHIFT( silk_SMMUL( invGain_Q30, C0 ), 2 ); in silk_burg_modified_c()
277 …*res_nrg = silk_SMLAWW( nrg, silk_SMMUL( SILK_FIX_CONST( FIND_LPC_COND_FAC, 32 ), C0 ), -tmp1 );/*… in silk_burg_modified_c()
/external/libcxx/test/std/containers/sequences/array/array.special/
Dswap.pass.cpp67 typedef std::array<T, 0> C0; in main() typedef
68 static_assert(can_swap<C0&>::value, ""); in main()
69 C0 l = {}; in main()
70 C0 r = {}; in main()
/external/toybox/tests/files/bc/
Dprint_results.txt2857 .1C0
2858 1.1C0
2859 B5.1C0
2888 C0
2891 C0.204
3291 .C0
3292 1.C0
3293 62.C0
3479 .1C0
3480 1.1C0
[all …]
/external/webp/src/dsp/
Drescaler_neon.c53 const uint64x2_t C0 = vmull_n_u32(vget_low_u32(A0), A); in Interpolate_NEON() local
55 const uint64x2_t D0 = vmlal_n_u32(C0, vget_low_u32(B0), B); in Interpolate_NEON()
82 const uint16x4_t C0 = vmovn_u32(B0); in RescalerExportRowExpand_NEON() local
84 const uint8x8_t D = vqmovn_u16(vcombine_u16(C0, C1)); in RescalerExportRowExpand_NEON()
96 const uint32x4_t C0 = in RescalerExportRowExpand_NEON() local
100 const uint32x4_t D0 = MULT_FIX(C0, fy_scale_half); in RescalerExportRowExpand_NEON()
140 const uint32x4_t C0 = MULT_FIX(B0, fxy_scale_half); in RescalerExportRowShrink_NEON() local
142 const uint16x4_t D0 = vmovn_u32(C0); in RescalerExportRowShrink_NEON()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
DAESEngine.java418 private int C0, C1, C2, C3; field in AESEngine
519 C0 = (bytes[index++] & 0xff); in unpackBlock()
520 C0 |= (bytes[index++] & 0xff) << 8; in unpackBlock()
521 C0 |= (bytes[index++] & 0xff) << 16; in unpackBlock()
522 C0 |= bytes[index++] << 24; in unpackBlock()
546 bytes[index++] = (byte)C0; in packBlock()
547 bytes[index++] = (byte)(C0 >> 8); in packBlock()
548 bytes[index++] = (byte)(C0 >> 16); in packBlock()
549 bytes[index++] = (byte)(C0 >> 24); in packBlock()
570 int t0 = this.C0 ^ KW[0][0]; in encryptBlock()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DAESEngine.java416 private int C0, C1, C2, C3; field in AESEngine
517 C0 = (bytes[index++] & 0xff); in unpackBlock()
518 C0 |= (bytes[index++] & 0xff) << 8; in unpackBlock()
519 C0 |= (bytes[index++] & 0xff) << 16; in unpackBlock()
520 C0 |= bytes[index++] << 24; in unpackBlock()
544 bytes[index++] = (byte)C0; in packBlock()
545 bytes[index++] = (byte)(C0 >> 8); in packBlock()
546 bytes[index++] = (byte)(C0 >> 16); in packBlock()
547 bytes[index++] = (byte)(C0 >> 24); in packBlock()
568 int t0 = this.C0 ^ KW[0][0]; in encryptBlock()
[all …]
/external/eigen/Eigen/src/SparseLU/
DSparseLU_gemm_kernel.h91 Scalar* C0 = C+ib+(j+0)*ldc; in sparselu_gemm() local
109 c0 = pload<Packet>(C0+i+(I)*PacketSize); \ in sparselu_gemm()
123 pstore(C0+i+(I)*PacketSize, c0); \ in sparselu_gemm()
155 C0[i] += A0[i]*Bc0[0]+A1[i]*Bc0[1]+A2[i]*Bc0[2]+A3[i]*Bc0[3]; in sparselu_gemm()
160 C0[i] += A0[i]*Bc0[0]+A1[i]*Bc0[1]; in sparselu_gemm()
191 Scalar* C0 = C+ib+(n_end)*ldc; in sparselu_gemm() local
207 c0 = pload<Packet>(C0+i+(I)*PacketSize); \ in sparselu_gemm()
216 pstore(C0+i+(I)*PacketSize, c0); in sparselu_gemm()
240 C0[i] += A0[i]*Bc0[0]+A1[i]*Bc0[1]+A2[i]*Bc0[2]+A3[i]*Bc0[3]; in sparselu_gemm()
242 C0[i] += A0[i]*Bc0[0]+A1[i]*Bc0[1]; in sparselu_gemm()
/external/clang/test/SemaCXX/
Dalias-template.cpp70 class C0 { class
71 …template<typename U> using C0 = int; // expected-error {{member 'C0' has the same name as its clas… typedef in ClassNameRedecl::C0
77 template<typename U> using C0 = C1; // ok typedef in ClassNameRedecl::C2
123 class C0 { class
126 C0::U<int> v; // expected-error {{'U' is a private member}}
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DNormalizationTest-3.2.0.txt67C0 05C4 05AD;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 …
86 00C0;00C0;0041 0300;00C0;0041 0300;
412 03D6;03D6;03D6;03C0;03C0;
480 06C0;06C0;06D5 0654;06C0;06D5 0654;
1334 24C0;24C0;24C0;004B;004B;
1643 30C0;30C0;30BF 3099;30C0;30BF 3099;
1945 32C0;32C0;32C0;0031 6708;0031 6708;
2023 3313;3313;3313;30AE 30EB 30C0 30FC;30AD 3099 30EB 30BF 3099 30FC;
2040 3324;3324;3324;30C0 30FC 30B9;30BF 3099 30FC 30B9;
2192 33C0;33C0;33C0;006B 03A9;006B 03A9;
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DNormalizationTest-3.2.0.txt67C0 05C4 05AD;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 …
86 00C0;00C0;0041 0300;00C0;0041 0300;
412 03D6;03D6;03D6;03C0;03C0;
480 06C0;06C0;06D5 0654;06C0;06D5 0654;
1334 24C0;24C0;24C0;004B;004B;
1643 30C0;30C0;30BF 3099;30C0;30BF 3099;
1945 32C0;32C0;32C0;0031 6708;0031 6708;
2023 3313;3313;3313;30AE 30EB 30C0 30FC;30AD 3099 30EB 30BF 3099 30FC;
2040 3324;3324;3324;30C0 30FC 30B9;30BF 3099 30FC 30B9;
2192 33C0;33C0;33C0;006B 03A9;006B 03A9;
[all …]

12345678910>>...22