Searched refs:c1 (Results 251 - 275 of 997) sorted by relevance

<<11121314151617181920>>

/external/boringssl/src/crypto/fipsmodule/bn/
H A Dmul.c298 int n = n2 / 2, c1, c2; local
322 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna);
325 switch (c1 * 3 + c2) {
388 /* t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
392 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
396 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
399 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
405 * c1 holds the carry bits */
406 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
407 if (c1) {
432 int c1, c2, neg; local
709 int zero, c1; local
[all...]
/external/eigen/test/
H A Dproduct_notemporary.cpp41 c1 = internal::random<Index>(8,cols-c0), local
70 VERIFY_EVALUATION_COUNT(( m3.block(r0,r0,r1,r1).noalias() += -m1.block(r0,c0,r1,c1) * (s2*m2.block(r0,c0,r1,c1)).adjoint() ), 0);
71 VERIFY_EVALUATION_COUNT(( m3.block(r0,r0,r1,r1).noalias() -= s1 * m1.block(r0,c0,r1,c1) * m2.block(c0,r0,c1,r1) ), 0);
74 VERIFY_EVALUATION_COUNT(( m3.block(r0,r0,r1,r1).noalias() = s1 * m1.block(r0,c0,r1,c1) * (s1*m2).block(c0,r0,c1,r1) ), 1);
97 VERIFY_EVALUATION_COUNT( m3.block(r0,c0,r1,c1).noalias() += m1.block(r0,r0,r1,r1).template selfadjointView<Upper>() * (s1*m2.block(r0,c0,r1,c1)), 0);
98 VERIFY_EVALUATION_COUNT( m3.block(r0,c0,r1,c1)
[all...]
H A Dsparse_product.cpp170 Index c1 = internal::random<Index>(0,cols-1); local
174 VERIFY_IS_APPROX( m4=m2.col(c)*dm5.col(c1).transpose(), refMat4=refMat2.col(c)*dm5.col(c1).transpose());
176 VERIFY_IS_APPROX( m4=m2.middleCols(c,1)*dm5.col(c1).transpose(), refMat4=refMat2.col(c)*dm5.col(c1).transpose());
178 VERIFY_IS_APPROX(dm4=m2.col(c)*dm5.col(c1).transpose(), refMat4=refMat2.col(c)*dm5.col(c1).transpose());
180 VERIFY_IS_APPROX(m4=dm5.col(c1)*m2.col(c).transpose(), refMat4=dm5.col(c1)*refMat2.col(c).transpose());
182 VERIFY_IS_APPROX(m4=dm5.col(c1)*m
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h112 const uint32_t c1 = 0xcc9e2d51; local
123 k1 *= c1;
142 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15);
167 const uint32_t c1 = 0x239b961b; local
183 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
198 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
217 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
235 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
267 const uint64_t c1 = KQU(0x87c37b91114253d5); local
279 k1 *= c1; k
[all...]
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dfwalsh_sse2.asm49 psllw xmm2, 2 ; c1 b1
53 punpckhqdq xmm1, xmm2 ; c1 d1
59 paddw xmm7, [GLOBAL(c1)]
62 paddw xmm0, xmm1 ; b1+c1 a1+d1
63 psubw xmm2, xmm1 ; b1-c1 a1-d1
64 paddw xmm0, xmm7 ; b1+c1 a1+d1+(a1!=0)
78 pmaddwd xmm0, [GLOBAL(c1)] ; d11 a11 d10 a10
81 pmaddwd xmm1, [GLOBAL(c1)] ; d12 a12 d13 a13
154 c1: label
/external/libjpeg-turbo/
H A Drdjpgcom.c87 int c1, c2; local
89 c1 = NEXTBYTE();
90 if (c1 == EOF)
95 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
174 int c1, c2; local
176 c1 = NEXTBYTE();
178 if (c1 != 0xFF || c2 != M_SOI)
/external/v8/benchmarks/
H A Draytrace.js94 add : function(c1, c2){
97 result.red = c1.red + c2.red;
98 result.green = c1.green + c2.green;
99 result.blue = c1.blue + c2.blue;
104 addScalar: function(c1, s){
107 result.red = c1.red + s;
108 result.green = c1.green + s;
109 result.blue = c1.blue + s;
116 subtract: function(c1, c2){
119 result.red = c1
[all...]
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsintrp.c601 cmsFloat32Number c0, c1=0, c2=0, c3=0; local
633 c1 = DENS(X1, Y0, Z0) - c0;
641 c1 = DENS(X1, Y0, Z0) - c0;
649 c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1);
657 c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0);
665 c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1);
673 c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1);
679 c1 = c2 = c3 = 0;
682 Output[OutChan] = c0 + c1 * rx + c2 * ry + c3 * rz;
701 cmsS15Fixed16Number c0, c1, c local
840 cmsS15Fixed16Number c0, c1, c2, c3, Rest; local
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c313 i915_emit_const2f(struct i915_fp_compile * p, float c0, float c1) argument
319 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W);
321 return swizzle(i915_emit_const1f(p, c1), ONE, X, Z, W);
323 if (c1 == 0.0)
325 if (c1 == 1.0)
337 ifs->constants[reg][idx + 1] = c1;
352 float c0, float c1, float c2, float c3)
362 ifs->constants[reg][1] == c1 &&
370 ifs->constants[reg][1] = c1;
351 i915_emit_const4f(struct i915_fp_compile * p, float c0, float c1, float c2, float c3) argument
/external/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp22 } c1; variable in typeref:class:C1
127 memset(&c1, 0, sizeof c1);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
H A DTestUCharacterIterator.java347 int c1, c2;
359 c1=iter.previousCodePoint();
362 c1=iter.currentCodePoint();
365 c1=iter.nextCodePoint();
370 if(c1!=c2) {
374 +"got c1= " + hex(c1) +" != expected c2= "+ hex(c2));
398 int c1, c2;
405 c1=wrap_ci.previous();
408 c1
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
H A DTestUCharacterIterator.java346 int c1, c2;
358 c1=iter.previousCodePoint();
361 c1=iter.currentCodePoint();
364 c1=iter.nextCodePoint();
369 if(c1!=c2) {
373 +"got c1= " + hex(c1) +" != expected c2= "+ hex(c2));
397 int c1, c2;
404 c1=wrap_ci.previous();
407 c1
[all...]
/external/libopus/src/
H A Dopus_private.h88 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C);
89 void downmix_int(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C);
105 const void *analysis_pcm, opus_int32 analysis_size, int c1, int c2,
/external/ltp/lib/
H A Dtst_kvercmp.c109 int c1 = 0, c2 = 0, c3 = 0, c4 = 0, c5 = 0; local
113 sscanf(cur_ver, "%d.%d.%d-%d.%d", &c1, &c2, &c3, &c4, &c5);
116 if ((ret = c1 - t1))
/external/ltp/testcases/kernel/mem/shmt/
H A Dshmt09.c73 char *c1 = NULL, *c2 = NULL, *c3 = NULL; local
102 c1 = shmat(shmid, NULL, 0);
103 if (c1 == (char *)-1) {
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_render.c90 GLubyte c1 = mask[v1], c2 = mask[v2]; \
91 GLubyte ormask = c1|c2; \
94 else if (!(c1 & c2 & CLIPMASK)) \
100 GLubyte c1 = mask[v1], c2 = mask[v2], c3 = mask[v3]; \
101 GLubyte ormask = c1|c2|c3; \
104 else if (!(c1 & c2 & c3 & CLIPMASK)) \
110 GLubyte c1 = mask[v1], c2 = mask[v2]; \
112 GLubyte ormask = c1|c2|c3|c4; \
115 else if (!(c1 & c2 & c3 & c4 & CLIPMASK)) \
168 GLubyte c1 local
[all...]
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Wnd.h107 inline bool operator==(const CPWL_Color& c1, const CPWL_Color& c2) { argument
108 return c1.nColorType == c2.nColorType && c1.fColor1 - c2.fColor1 < 0.0001 &&
109 c1.fColor1 - c2.fColor1 > -0.0001 &&
110 c1.fColor2 - c2.fColor2 < 0.0001 &&
111 c1.fColor2 - c2.fColor2 > -0.0001 &&
112 c1.fColor3 - c2.fColor3 < 0.0001 &&
113 c1.fColor3 - c2.fColor3 > -0.0001 &&
114 c1.fColor4 - c2.fColor4 < 0.0001 && c1
117 operator !=(const CPWL_Color& c1, const CPWL_Color& c2) argument
[all...]
/external/python/cpython2/Modules/cjkcodecs/
H A Dcjkcodecs.h129 #define WRITE1(c1) \
131 (*outbuf)[0] = (c1);
132 #define WRITE2(c1, c2) \
134 (*outbuf)[0] = (c1); \
136 #define WRITE3(c1, c2, c3) \
138 (*outbuf)[0] = (c1); \
141 #define WRITE4(c1, c2, c3, c4) \
143 (*outbuf)[0] = (c1); \
174 #define TRYMAP_DEC(charset, assi, c1, c2) \
175 if _TRYMAP_DEC(&charset##_decmap[c1], ass
[all...]
/external/skia/samplecode/
H A DSampleAAClip.cpp16 SkAAClip c0, c1, c2; local
18 c1.setRect(r1);
19 c2.op(c0, c1, op);
/external/valgrind/memcheck/tests/
H A Dvarinfo5so.c126 typedef struct { short c1; char* c2[3]; } XX; member in struct:__anon25236
137 croak(1 + (char*)(&a[3].xyzzy[x*y].c1));
141 return a[3].xyzzy[x*y].c1;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNormalizer.java2077 * get one code unit c1 from s1 (-1 if end of source)
2083 * if(c1==c2) {
2087 * // c1!=c2
2088 * try to decompose/case-fold c1/c2, and continue if one does;
2090 * // still c1!=c2 and neither decomposes/case-folds, return result
2091 * return c1-c2;
2184 int c1, c2, cp1, cp2;
2216 c1=c2=-1;
2225 if(c1<0) {
2230 c1
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java2027 * get one code unit c1 from s1 (-1 if end of source)
2033 * if(c1==c2) {
2037 * // c1!=c2
2038 * try to decompose/case-fold c1/c2, and continue if one does;
2040 * // still c1!=c2 and neither decomposes/case-folds, return result
2041 * return c1-c2;
2134 int c1, c2, cp1, cp2;
2166 c1=c2=-1;
2175 if(c1<0) {
2180 c1
[all...]
/external/speex/libspeex/
H A Dsmallft.c273 static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, argument
302 ch[t2]=c1[t2];
321 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3];
322 ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t3-1];
338 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3];
339 ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t
842 dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument
[all...]
/external/clang/test/CodeGen/
H A Dtbaa-struct.cpp18 char c1; member in struct:B
/external/clang/test/Lexer/
H A Dms-extensions.c16 __complex double c1 = 1i; variable

Completed in 1125 milliseconds

<<11121314151617181920>>