Home
last modified time | relevance | path

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

1234567891011

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRow.java21 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable,
22 Freezable<Row<C0, C1, C2, C3, C4>>{
29 public static <C0, C1> R2<C0,C1> of(C0 p0, C1 p1) { in of()
30 return new R2<C0,C1>(p0,p1); in of()
32 public static <C0, C1, C2> R3<C0,C1,C2> of(C0 p0, C1 p1, C2 p2) { in of()
33 return new R3<C0,C1,C2>(p0,p1,p2); in of()
35 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of()
36 return new R4<C0,C1,C2,C3>(p0,p1,p2,p3); in of()
38 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()
39 return new R5<C0,C1,C2,C3,C4>(p0,p1,p2,p3,p4); in of()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRow.java17 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable,
18 Freezable<Row<C0, C1, C2, C3, C4>>{
25 public static <C0, C1> R2<C0,C1> of(C0 p0, C1 p1) { in of()
26 return new R2<C0,C1>(p0,p1); in of()
28 public static <C0, C1, C2> R3<C0,C1,C2> of(C0 p0, C1 p1, C2 p2) { in of()
29 return new R3<C0,C1,C2>(p0,p1,p2); in of()
31 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of()
32 return new R4<C0,C1,C2,C3>(p0,p1,p2,p3); in of()
34 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()
35 return new R5<C0,C1,C2,C3,C4>(p0,p1,p2,p3,p4); in of()
[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/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DTimeUnit.java20 public long toMicros(long d) { return d/(C1/C0); } in toMicros()
21 public long toMillis(long d) { return d/(C2/C0); } in toMillis()
22 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds()
23 public long toMinutes(long d) { return d/(C4/C0); } in toMinutes()
24 public long toHours(long d) { return d/(C5/C0); } in toHours()
25 public long toDays(long d) { return d/(C6/C0); } in toDays()
30 public long toNanos(long d) { return x(d, C1/C0, MAX/(C1/C0)); } in toNanos()
41 public long toNanos(long d) { return x(d, C2/C0, MAX/(C2/C0)); } in toNanos()
52 public long toNanos(long d) { return x(d, C3/C0, MAX/(C3/C0)); } in toNanos()
63 public long toNanos(long d) { return x(d, C4/C0, MAX/(C4/C0)); } in toNanos()
[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() struct
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() argument
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_sse.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/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/webp/src/dsp/
Drescaler_neon.c49 const uint64x2_t C0 = vmull_n_u32(vget_low_u32(A0), A); in Interpolate() local
51 const uint64x2_t D0 = vmlal_n_u32(C0, vget_low_u32(B0), B); in Interpolate()
78 const uint16x4_t C0 = vmovn_u32(B0); in RescalerExportRowExpand() local
80 const uint8x8_t D = vmovn_u16(vcombine_u16(C0, C1)); in RescalerExportRowExpand()
93 const uint32x4_t C0 = in RescalerExportRowExpand() local
97 const uint32x4_t D0 = MULT_FIX(C0, fy_scale_half); in RescalerExportRowExpand()
138 const uint32x4_t C0 = MULT_FIX(B0, fxy_scale_half); in RescalerExportRowShrink() local
140 const uint16x4_t D0 = vmovn_u32(C0); in RescalerExportRowShrink()
/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/boringssl/src/crypto/chacha/asm/
Dchacha-armv8.pl339 my ($A0,$B0,$C0,$D0,$A1,$B1,$C1,$D1,$A2,$B2,$C2,$D2,$T0,$T1,$T2,$T3) =
438 mov $C0,@K[2]
450 my @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0);
461 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,1);
481 add $C0,$C0,@K[2]
538 eor $C0,$C0,$T2
564 eor $C2,$C2,$C0
630 eor $C0,$C0,$T2
691 my ($A0,$B0,$C0,$D0,$A1,$B1,$C1,$D1,$A2,$B2,$C2,$D2,
771 mov $C0,@K[2]
[all …]
/external/icu/icu4c/source/test/testdata/
DNormalizationTest-3.2.0.txt69C0 05C4 05AD;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 …
88 00C0;00C0;0041 0300;00C0;0041 0300;
414 03D6;03D6;03D6;03C0;03C0;
482 06C0;06C0;06D5 0654;06C0;06D5 0654;
1336 24C0;24C0;24C0;004B;004B;
1645 30C0;30C0;30BF 3099;30C0;30BF 3099;
1947 32C0;32C0;32C0;0031 6708;0031 6708;
2025 3313;3313;3313;30AE 30EB 30C0 30FC;30AD 3099 30EB 30BF 3099 30FC;
2042 3324;3324;3324;30C0 30FC 30B9;30BF 3099 30FC 30B9;
2194 33C0;33C0;33C0;006B 03A9;006B 03A9;
[all …]
/external/libcxx/test/std/containers/sequences/array/array.swap/
Dswap.pass.cpp84 typedef std::array<T, 0> C0; in main() typedef
85 C0 l = {}; in main()
86 C0 r = {}; in main()
/external/icu/icu4c/source/data/unidata/
DNormalizationTest.txt66C0 05C4 05AD;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 …
87 00C0;00C0;0041 0300;00C0;0041 0300;
413 03D6;03D6;03D6;03C0;03C0;
482 06C0;06C0;06D5 0654;06C0;06D5 0654;
1260 213C;213C;213C;03C0;03C0;
1465 24C0;24C0;24C0;004B;004B;
1777 30C0;30C0;30BF 3099;30C0;30BF 3099;
2089 32C0;32C0;32C0;0031 6708;0031 6708;
2171 3313;3313;3313;30AE 30EB 30C0 30FC;30AD 3099 30EB 30BF 3099 30FC;
2188 3324;3324;3324;30C0 30FC 30B9;30BF 3099 30FC 30B9;
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DNormalizationTest.txt66C0 05C4 05AD;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 …
87 00C0;00C0;0041 0300;00C0;0041 0300;
413 03D6;03D6;03D6;03C0;03C0;
482 06C0;06C0;06D5 0654;06C0;06D5 0654;
1260 213C;213C;213C;03C0;03C0;
1465 24C0;24C0;24C0;004B;004B;
1777 30C0;30C0;30BF 3099;30C0;30BF 3099;
2089 32C0;32C0;32C0;0031 6708;0031 6708;
2171 3313;3313;3313;30AE 30EB 30C0 30FC;30AD 3099 30EB 30BF 3099 30FC;
2188 3324;3324;3324;30C0 30FC 30B9;30BF 3099 30FC 30B9;
[all …]

1234567891011