Searched defs:c1 (Results 251 - 275 of 649) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CodeGenCXX/
H A Dvalue-init.cpp187 const C &c1; member in struct:PR8726::S
/external/clang/test/Layout/
H A Dms-x86-empty-virtual-base.cpp112 C1 c1; member in struct:D
127 // CHECK: 12 | struct C1 c1
143 // CHECK-X64: 12 | struct C1 c1
/external/clang/test/Sema/
H A DMicrosoftExtensions.c12 int c1[]; /* expected-warning {{flexible array member 'c1' in a union is a Microsoft extension}} */ member in union:C::__anon19031
/external/clang/test/SemaCXX/
H A Danonymous-union.cpp28 float c1; member in union:X::__anon19215
H A Dwarn-sign-conversion.cpp25 int c1 = 1 ? i : Foo<bool>::C; local
67 int c1 = 1 ? i : Foo<bool>::C; local
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h307 Cell *c1 = &add->cells[last]; local
308 c->val = c1->val;
309 uptr addr1 = atomic_load(&c1->addr, memory_order_relaxed);
311 atomic_store(&c1->addr, 0, memory_order_release);
316 Cell *c1 = &add->cells[last]; local
317 if (c != c1) {
318 *c = *c1;
319 atomic_store(&c1->addr, 0, memory_order_relaxed);
H A Dsanitizer_libc.cc116 unsigned c1 = *s1; local
118 if (c1 != c2) return (c1 < c2) ? -1 : 1;
119 if (c1 == 0) break;
128 unsigned c1 = *s1; local
130 if (c1 != c2) return (c1 < c2) ? -1 : 1;
131 if (c1 == 0) break;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DInsnFormat.java600 * @param c1 code unit to write
602 protected static void write(AnnotatedOutput out, short c0, short c1) { argument
604 out.writeShort(c1);
612 * @param c1 code unit to write
615 protected static void write(AnnotatedOutput out, short c0, short c1, argument
618 out.writeShort(c1);
627 * @param c1 code unit to write
631 protected static void write(AnnotatedOutput out, short c0, short c1, argument
634 out.writeShort(c1);
644 * @param c1 cod
649 write(AnnotatedOutput out, short c0, short c1, short c2, short c3, short c4) argument
[all...]
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h84 Packet a0, a1, a2, a3, c0, c1, t0, t1; local
110 c1 = pload<Packet>(C1+i+(I)*PacketSize); \
112 KMADD(c1, a0, b01, t1) \
115 KMADD(c1, a1, b11, t1) \
118 if(RK==4) KMADD(c1, a2, b21, t1) \
121 if(RK==4) KMADD(c1, a3, b31, t1) \
124 pstore(C1+i+(I)*PacketSize, c1)
/external/eigen/test/
H A Dsparse_product.cpp18 Index c1 = internal::random<Index>(0,m2.cols()-1); local
19 VERIFY_IS_APPROX(m4=m2.col(c)*refMat2.col(c1).transpose(), refMat4=refMat2.col(c)*refMat2.col(c1).transpose());
20 VERIFY_IS_APPROX(m4=refMat2.col(c1)*m2.col(c).transpose(), refMat4=refMat2.col(c1)*refMat2.col(c).transpose());
28 Index c1 = internal::random<Index>(0,m2.cols()-1); local
29 VERIFY_IS_APPROX(m4=m2.row(r).transpose()*refMat2.col(c1).transpose(), refMat4=refMat2.row(r).transpose()*refMat2.col(c1).transpose());
30 VERIFY_IS_APPROX(m4=refMat2.col(c1)*m2.row(r), refMat4=refMat2.col(c1)*refMat
[all...]
/external/icu/icu4c/source/common/
H A Ducmndata.c105 int32_t c1=(uint8_t)*s1++; local
107 cmp=c1-c2;
108 if(cmp!=0 || c1==0) { /* different or done */
H A Duinvchar.c453 UChar32 c1, c2; local
472 c1=c;
474 c1=-1;
482 if((c1-=c2)!=0) {
483 return c1;
498 UChar32 c1, c2; local
517 c1=0;
518 } else if((c1=asciiFromEbcdic[c])!=0 && UCHAR_IS_INVARIANT(c1)) {
519 /* c1 i
542 int32_t c1, c2; local
[all...]
H A Dunormcmp.cpp63 * get one code unit c1 from s1 (-1 if end of source)
69 * if(c1==c2) {
73 * // c1!=c2
74 * try to decompose/case-fold c1/c2, and continue if one does;
76 * // still c1!=c2 and neither decomposes/case-folds, return result
77 * return c1-c2;
170 UChar32 c1, c2, cp1, cp2; local
211 c1=c2=-1;
220 if(c1<0) {
223 if(s1==limit1 || ((c1
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditercoll.cpp95 RuleBasedCollator *c1 = NULL; local
96 c1 = new RuleBasedCollator(
99 if (c1 == NULL || U_FAILURE(status))
102 delete c1;
107 iter = c1->createCollationElementIterator(source);
110 delete c1;
656 int32_t c1, c2, count = 0; local
661 c1 = i1.next(status);
664 if (c1 != c2)
666 errln(" %d: strength(0x%X) != strength(0x%X)", count, c1, c
[all...]
/external/jpeg/
H A Drdjpgcom.c88 int c1, c2; local
90 c1 = NEXTBYTE();
91 if (c1 == EOF)
96 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
175 int c1, c2; local
177 c1 = NEXTBYTE();
179 if (c1 != 0xFF || c2 != M_SOI)
/external/libcxx/src/
H A Ddebug.cpp392 __libcpp_db::swap(void* c1, void* c2) argument
395 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_);
398 while (p1->__c_ != c1)
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c47 int a1, b1, c1, d1; local
67 c1 = temp1 - temp2;
83 op[4] = b1 + c1;
84 op[8] = b1 - c1;
99 c1 = temp1 - temp2;
115 op[6] = b1 + c1;
116 op[10] = b1 - c1;
137 c1 = temp1 - temp2;
153 op[1] = (b1 + c1 + 4) >> 3;
154 op[2] = (b1 - c1
285 int a1, b1, c1, d1; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c269 const int c1 = events [mv_max + j]; /* positive */ local
271 const int c = c1 + c2;
274 sign_ct [0] += c1;
H A Dssim.c81 int64_t c1, c2; local
84 c1 = (cc1*count*count)>>12;
87 ssim_n = (2*sum_s*sum_r+ c1)*((int64_t) 2*count*sum_sxr-
90 ssim_d = (sum_s*sum_s +sum_r*sum_r+c1)*
119 int64_t c1, c2; local
122 c1 = cc1*16;
126 ssim_n1 = (2*sum_s*sum_r+ c1);
130 ssim_d1 =((int64_t)sum_s*sum_s +(int64_t)sum_r*sum_r+c1);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ssim.c53 int64_t c1, c2; local
56 c1 = (cc1 * count * count) >> 12;
59 ssim_n = (2 * sum_s * sum_r + c1) * ((int64_t) 2 * count * sum_sxr -
62 ssim_d = (sum_s * sum_s + sum_r * sum_r + c1) *
/external/llvm/unittests/ADT/
H A DSmallVectorTest.cpp124 friend bool operator==(const Constructable & c0, const Constructable & c1) { argument
125 return c0.getValue() == c1.getValue();
129 operator!=(const Constructable & c0, const Constructable & c1) { argument
130 return c0.getValue() != c1.getValue();
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c314 i915_emit_const2f(struct i915_fp_compile * p, float c0, float c1) argument
320 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W);
322 return swizzle(i915_emit_const1f(p, c1), ONE, X, Z, W);
324 if (c1 == 0.0)
326 if (c1 == 1.0)
338 ifs->constants[reg][idx + 1] = c1;
353 float c0, float c1, float c2, float c3)
363 ifs->constants[reg][1] == c1 &&
371 ifs->constants[reg][1] = c1;
352 i915_emit_const4f(struct i915_fp_compile * p, float c0, float c1, float c2, float c3) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_zoom.c54 GLint c0, c1, r0, r1; local
60 * Compute destination columns: [c0, c1)
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX);
64 if (c1 < c0) {
66 GLint tmp = c1;
67 c1 = c0;
71 c1 = CLAMP(c1, fb->_Xmin, fb->_Xmax);
72 if (c0 == c1) {
94 *x1 = c1;
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_render.c88 GLubyte c1 = mask[v1], c2 = mask[v2]; \
89 GLubyte ormask = c1|c2; \
92 else if (!(c1 & c2 & CLIPMASK)) \
98 GLubyte c1 = mask[v1], c2 = mask[v2], c3 = mask[v3]; \
99 GLubyte ormask = c1|c2|c3; \
102 else if (!(c1 & c2 & c3 & CLIPMASK)) \
108 GLubyte c1 = mask[v1], c2 = mask[v2]; \
110 GLubyte ormask = c1|c2|c3|c4; \
113 else if (!(c1 & c2 & c3 & c4 & CLIPMASK)) \
166 GLubyte c1 local
[all...]
/external/openssl/crypto/bn/
H A Dbn_asm.c73 BN_ULONG c1=0; local
76 if (num <= 0) return(c1);
81 mul_add(rp[0],ap[0],w,c1);
82 mul_add(rp[1],ap[1],w,c1);
83 mul_add(rp[2],ap[2],w,c1);
84 mul_add(rp[3],ap[3],w,c1);
90 mul_add(rp[0],ap[0],w,c1);
94 return(c1);
99 BN_ULONG c1=0; local
102 if (num <= 0) return(c1);
565 BN_ULONG c1,c2,c3; local
674 BN_ULONG c1,c2,c3; local
719 BN_ULONG c1,c2,c3; local
800 BN_ULONG c1,c2,c3; local
849 BN_ULONG c0,c1,ml,*tp,n0; local
988 BN_ULONG c0,c1,*tp,n0=*n0p; local
[all...]

Completed in 1375 milliseconds

<<11121314151617181920>>