Searched defs:x2 (Results 201 - 225 of 391) sorted by relevance

1234567891011>>

/external/openssh/openbsd-compat/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
125 x2 = j2;
142 QUARTERROUND( x2, x6,x10,x14)
146 QUARTERROUND( x2, x7, x8,x13)
151 x2 = PLUS(x2,j2);
169 x2 = XOR(x2,U8TO32_LITTLE(m + 8));
193 U32TO8_LITTLE(c + 8,x2);
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp163 AGG_INLINE void outline_aa::render_hline(int ey, int x1, int y1, int x2, int y2) argument
166 int ex2 = x2 >> poly_base_shift;
168 int fx2 = x2 & poly_base_mask;
183 dx = x2 - x1;
225 void outline_aa::render_line(int x1, int y1, int x2, int y2) argument
228 int dx = x2 - x1;
230 int cx = (x1 + x2) >> 1;
233 render_line(cx, cy, x2, y2);
243 render_hline(ey1, x1, fy1, x2, fy2);
313 render_hline(ey1, x_from, poly_base_size - first, x2, fy
[all...]
/external/skia/src/opts/
H A DSkTextureCompression_opts_neon.cpp65 const uint64x2_t x2 = vandq_u64(vshlq_n_u64(ret, 20), kMask3); local
66 ret = vshrq_n_u64(vorrq_u64(ret, vorrq_u64(x1, x2)), 16);
/external/skia/tests/
H A DAAClipTest.cpp173 static void icubicTo(SkPath& path, int x0, int y0, int x1, int y1, int x2, int y2) { argument
176 SkIntToScalar(x2), SkIntToScalar(y2));
/external/tcpdump/
H A Dsmbutil.c93 u_int32_t x, x2; local
96 x2 = ((x & 0xFFFF) << 16) | ((x & 0xFFFF0000) >> 16);
97 return int_unix_date(x2);
535 u_int32_t x1, x2; local
540 x2 = reverse ? EXTRACT_32BITS(buf + 4) :
542 x = (((u_int64_t)x1) << 32) | x2;
/external/tremolo/Tremolo/
H A Dmdct.c200 DATA_TYPE *x2 = x + (points>>1) - 4; local
206 s2 = x2[1] - x2[0]; x1[1] = x2[1] + x2[0];
207 s3 = x2[3] - x2[2]; x1[3] = x2[3] + x2[2];
208 XPROD31( s1, s0, T[0], T[1], &x2[
[all...]
/external/aac/libAACenc/src/
H A Dpsy_configuration.cpp297 FIXP_DBL center_freq, x1, x2; local
302 /* Theoritical maximum of x2 is 0.00076f * center_freq = 36.48, can keep in q25 */
324 x2 = fMult(center_freq, PZZZ76) << 2; /* q13 * q41 - (DFRACT_BITS-1) + 2 = q25 */
327 atan2 = fixp_atan(x2);
/external/ceres-solver/internal/ceres/
H A Dautodiff_test.cc399 bool operator()(const T* x0, const T* x1, const T* x2, T* y) const { argument
400 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3);
409 const T* x2,
412 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4);
421 const T* x2,
425 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4) + pow(*x4, 5);
434 const T* x2,
439 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4) + pow(*x4, 5) +
449 const T* x2,
455 y[0] = *x0 + pow(*x1, 2) + pow(*x2,
407 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, T* y) const argument
419 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, T* y) const argument
432 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, T* y) const argument
447 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* y) const argument
463 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* y) const argument
480 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* y) const argument
498 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* y) const argument
[all...]
H A Dproblem_impl.cc340 double* x0, double* x1, double* x2) {
344 residual_parameters.push_back(x2);
351 double* x0, double* x1, double* x2, double* x3) {
355 residual_parameters.push_back(x2);
363 double* x0, double* x1, double* x2, double* x3, double* x4) {
367 residual_parameters.push_back(x2);
376 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) {
380 residual_parameters.push_back(x2);
390 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5,
395 residual_parameters.push_back(x2);
337 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2) argument
348 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3) argument
360 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4) argument
373 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) argument
387 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6) argument
403 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7) argument
420 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8) argument
438 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8, double* x9) argument
[all...]
H A Dsystem_test.cc200 // f1 = x1 + 10*x2;
202 // f3 = (x2 - 2*x3)^2
205 // The starting values are x1 = 3, x2 = -1, x3 = 0, x4 = 1.
206 // The minimum is 0 at (x1, x2, x3, x4) = 0.
240 const T* const x2,
242 // f1 = x1 + 10 * x2;
243 *residual = *x1 + T(10.0) * *x2;
261 template <typename T> bool operator()(const T* const x2, argument
264 // f3 = (x2 - 2 x3)^2
265 residual[0] = (x2[
239 operator ()(const T* const x1, const T* const x2, T* residual) const argument
[all...]
/external/clang/test/Analysis/
H A Ddead-stores.c555 int x2 = (getInt(), getInt(), getInt()); //expected-warning{{Value stored to 'x2' during its initialization is never read}} // expected-warning{{unused variable 'x2'}} local
/external/clang/test/FixIt/
H A Dfixit.cpp76 int x2 *= 0; // expected-error {{invalid '*=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
95 int x2 *= 0; // expected-error {{invalid '*=' at end of declaration; did you mean '='?}}
96 (void)x2;
123 if (int x2 *= 0) { (void)x2; } // expected-error {{invalid '*=' at end of declaration; did you mean '='?}}
/external/clang/test/Index/
H A Dprint-type-size.cpp92 struct x2{ struct in union:Incomplete::named
/external/clang/test/Sema/
H A Dconversion.c344 unsigned char x2 = u64 >> 56; local
348 return x1 + x2 + x3;
/external/clang/test/SemaCXX/
H A Denum-scoped.cpp31 int x2 = Val2; member in struct:E1::E2
154 enum class E x2 = E::a; // expected-error {{reference to scoped enumeration must use 'enum' not 'enum class'}} member in namespace:E1::E2::Redeclare5::N2764
/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp443 int x2 = deRoundFloatToInt32((width * fx2 / 2.0f) + ox); local
446 for (int x = x1; x < x2; x++)
450 float xf = ((float)(x-x1) + 0.5f) / (float)(x2 - x1);
745 int x2 = (int)((width/2.0f) * 0.9f + (width/2.0f)); local
749 for (int x = x1; x <= x2; x++)
753 float t = ((float)(x-x1) / (x2 - x1));
1034 int x2 = (int)((width/2.0f) * 0.9f + (width/2.0f)); local
1038 for (int x = x1; x <= x2; x++)
1042 float t = ((float)(x-x1) / (x2 - x1));
H A DteglPreservingSwapTests.cpp111 void render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
160 void GLES2Program::render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType) argument
168 x2, y2, 0.0f, 1.0f,
170 x2, y2, 0.0f, 1.0f,
171 x2, y1, 0.0f, 1.0f,
218 const int x2i = (int)((px/2.0f) * x2 + ox);
237 void render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
252 void ReferenceProgram::render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType) argument
265 const int x2i = (int)((px/2.0) * x2 + ox);
/external/deqp/modules/gles3/functional/
H A Des3fPixelBufferObjectTests.cpp460 float x2 = 2.0f * m_random.getFloat() - 1.0f; local
468 renderTriangle(tcu::Vec3(x1, y1, z1), tcu::Vec3(x2, y2, z2), tcu::Vec3(x3, y3, z3));
/external/libopus/src/
H A Danalysis.c119 float x2, y2; local
126 x2 = x*x;
128 if(x2<y2){
129 float den = (y2 + cB*x2) * (y2 + cC*x2);
131 return -x*y*(y2 + cA*x2) / den + (y<0 ? -cE : cE);
135 float den = (x2 + cB*y2) * (x2 + cC*y2);
137 return x*y*(x2 + cA*y2) / den + (y<0 ? -cE : cE) - (x*y<0 ? -cE : cE);
/external/libvncserver/libvncserver/
H A Dcursor.c29 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2);
476 int j,x1,x2,y1,y2,bpp=s->serverFormat.bitsPerPixel/8, local
486 x2=x1+c->width;
488 if(x2>=s->width) x2=s->width-1;
489 x2-=x1; if(x2<=0) {
505 s->underCursorBuffer+j*x2*bpp,
506 x2*bpp);
509 rfbScaledScreenUpdate(s, x1, y1, x1+x2, y
518 int i,j,x1,x2,y1,y2,i1,j1,bpp=s->serverFormat.bitsPerPixel/8, local
686 int x,y,x2,y2; local
[all...]
/external/libvncserver/x11vnc/
H A Dmacosx.c546 int x1, x2, y1, y2; local
556 x2 = macwins[k].x + macwins[k].width;
559 if (debug_wireframe) fprintf(stderr, "%d/%d: %d %d %d - %d %d %d\n", k, macwins[k].win, x1, *px, x2, y1, *py, y2);
560 if (x1 <= *px && *px < x2) {
681 int x1, y1, x2, y2; local
691 x2 = macwins[i].x + macwins[i].width;
695 r1 = sraRgnCreateRect(x1, y1, x2, y2);
710 int x1, y1, x2, y2; local
720 x2 = macwins[i].x + macwins[i].width;
724 r1 = sraRgnCreateRect(x1, y1, x2, y
[all...]
H A Dutil.c82 double rect_overlap(int x1, int y1, int x2, int y2, int X1, int Y1,
670 double rect_overlap(int x1, int y1, int x2, int y2, int X1, int Y1, argument
677 a = nabs((x2 - x1) * (y2 - y1));
684 r = sraRgnCreateRect(x1, y1, x2, y2);
692 o += nabs( (rt.x2 - rt.x1) * (rt.y2 - rt.y1) );
H A Dxdamage.c268 int x, y, w, h, x2, y2; local
326 x2 = x + w; /* upper point */
328 x2 = nfix(x2, dpy_x+1);
329 w = x2 - x; /* recompute w */
400 int x, y, w, h, x2, y2; local
538 x2 = x + w; /* upper point */
540 x2 = nfix(x2, dpy_x+1);
541 w = x2
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c45 tran_high_t x0, x1, x2, x3; // canbe16 local
60 x2 = s1 - s2;
64 t2 = x2 * cospi_24_64 + x3 * cospi_8_64;
65 t3 = -x2 * cospi_8_64 + x3 * cospi_24_64;
80 x2 = s7 - t3;
85 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
86 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64;
124 tran_high_t x0, x1, x2, x3; // canbe16 local
139 x2 = s1 - s2;
143 t2 = x3 * cospi_8_64 + x2 * cospi_24_6
236 tran_high_t x0, x1, x2, x3; local
280 tran_high_t x2 = input[5]; local
352 tran_high_t x2 = input[13]; local
582 tran_high_t x0, x1, x2, x3; // canbe16 local
[all...]
H A Dvp9_resize.c240 int x, x1, x2, sum, k, int_pel, sub_pel; local
260 x2 = x;
261 if (x1 > x2) {
290 for (; x <= x2; ++x, y += delta) {
549 int x, x1, x2, sum, k, int_pel, sub_pel; local
569 x2 = x;
570 if (x1 > x2) {
599 for (; x <= x2; ++x, y += delta) {

Completed in 708 milliseconds

1234567891011>>