Searched defs:x0 (Results 51 - 75 of 151) sorted by relevance

1234567

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-log4j.jar ... class$ (java.lang.String) ClassNotFoundException x1 String x0
H A Dant-apache-resolver.jar ... class$ (java.lang.String) ClassNotFoundException x1 String x0 static void " href="/4.2.2_r1/s? ...
H A Dant-commons-net.jar ... .optional.net.FTP$FTPDirectoryScanner$AntFTPFile x0 } org/apache/tools/ant/taskdefs/optional/net/FTP$FTPDirectoryScanner ...
/external/libvorbis/lib/
H A Dmdct.c356 DATA_TYPE *x0 = x+bit[0]; local
359 REG_TYPE r0 = x0[1] - x1[1];
360 REG_TYPE r1 = x0[0] + x1[0];
366 r0 = HALVE(x0[1] + x1[1]);
367 r1 = HALVE(x0[0] - x1[0]);
374 x0 = x+bit[2];
377 r0 = x0[1] - x1[1];
378 r1 = x0[0] + x1[0];
382 r0 = HALVE(x0[1] + x1[1]);
383 r1 = HALVE(x0[
507 DATA_TYPE *x0=in+n2+n4; local
[all...]
/external/openssl/crypto/ec/
H A Dec2_smpl.c423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
446 x0 = BN_CTX_get(ctx);
458 if (!BN_copy(x0, &a->X)) goto err;
463 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err;
476 if (BN_GF2m_cmp(x0, x1))
478 if (!BN_GF2m_add(t, x0, x1)) goto err;
/external/qemu/android/
H A Dcmdline-option.c243 char* x0; local
248 x = x0 = strdup(tags);
291 free(x0);
/external/skia/bench/
H A DBitmapBench.cpp166 const SkScalar x0 = SkIntToScalar(-bitmap.width() / 2); local
170 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
H A DPathBench.cpp140 const SkScalar x0 = x; local
152 path->lineTo(x0, y + 2 * dy);
H A DTextBench.cpp106 const SkScalar x0 = SkIntToScalar(-10); local
119 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
/external/skia/samplecode/
H A DSampleSkLayer.cpp39 static void test_map(SkScalar x0, SkScalar y0, SkScalar z0, argument
43 src.set(x0, y0, z0);
46 x0, y0, z0,
53 SkScalar x0, SkScalar x1, SkScalar x2,
56 if (dst[0] != x0 || dst[1] != x1 || dst[2] != x2 ||
61 x0, x1, x2, y0, y1, y2, str.c_str());
52 test_33(const SkMatrix44& mat, SkScalar x0, SkScalar x1, SkScalar x2, SkScalar y0, SkScalar y1, SkScalar y2) argument
H A DSampleXfermodesBlur.cpp195 SkScalar x0 = 0; local
197 SkScalar x = x0, y = 0;
222 x = x0;
226 x0 += SkIntToScalar(400);
/external/skia/src/core/
H A DSkBitmapProcState_sample.h99 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)]; local
104 *colors++ = RETURNDST(x0);
149 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
150 unsigned x0 = XX >> 14; local
152 unsigned subX = x0 & 0xF;
153 x0 >>= 4;
156 SRC_TO_FILTER(row0[x0]),
158 SRC_TO_FILTER(row1[x0]),
190 unsigned x0 = data >> 14; local
192 unsigned subX = x0
[all...]
H A DSkBlitter.cpp290 int x0 = left; local
297 SkASSERT(x0 < x1);
298 if (x0 < fClipRect.fLeft) {
299 int dx = fClipRect.fLeft - x0;
303 x0 = fClipRect.fLeft;
306 SkASSERT(x0 < x1 && runs[x1 - x0] == 0);
309 SkAlphaRuns::BreakAt((int16_t*)runs, (uint8_t*)aa, x1 - x0);
310 ((int16_t*)runs)[x1 - x0] = 0;
313 SkASSERT(x0 < x
[all...]
H A DSkEdge.cpp30 SkFDot6 x0, y0, x1, y1; local
35 x0 = int(p0.fX * scale);
41 x0 = p0.fX >> shift;
51 SkTSwap(x0, x1);
68 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
70 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, (32 - y0) & 63)); // + SK_Fixed1/2
85 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) argument
105 x0 >>= 10;
108 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
110 fX = SkFDot6ToFixed(x0
171 SkFDot6 x0, y0, x1, y1, x2, y2; local
312 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
H A DSkCordic.cpp23 static void SkCircularRotation(int32_t* x0, int32_t* y0, int32_t* z0) argument
26 int32_t x = *x0;
44 *x0 = x;
77 static int32_t SkCircularVector(int32_t* y0, int32_t* x0, int32_t vecMode) argument
79 int32_t x = *x0;
147 static void SkHyperbolic(int32_t* x0, int32_t* y0, int32_t* z0, int mode) argument
150 int32_t x = *x0;
174 *x0 = x;
/external/skia/src/effects/
H A DSkTestImageFilters.cpp212 const int x0 = bounds.left(); local
241 canvas.drawSprite(*srcPtr, pos.x() - x0, pos.y() - y0, &paint);
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp37 // (4x(x3), 4x(x2), 4x(x1), 4x(x0)) upon return.
39 // (4x(16 - x3), 4x(16 - x2), 4x(16 - x1), 4x(16 - x0))
47 int* x0,
57 _mm_storeu_si128(reinterpret_cast<__m128i *>(x0), x0_wide);
62 // (4x(x3), 4x(x2), 4x(x1), 4x(x0))
66 // (4x(16-x3), 4x(16-x2), 4x(16-x1), 4x(16-x0))
73 // will contain (4x(x1, 16-x1), 4x(x0, 16-x0))
76 // (Aa2 * (16 - x1) + Aa3 * x1, ... , Ra0 * (16 - x0) + Ra1 * x0)
40 PrepareConstantsTwoPixelPairs(const uint32_t* xy, const __m128i& mask_3FFF, const __m128i& mask_000F, const __m128i& sixteen_8bit, const __m128i& mask_dist_select, __m128i* all_x_result, __m128i* sixteen_minus_x, int* x0, int* x1) argument
228 ProcessTwoPixelPairs(const uint32_t* row0, const uint32_t* row1, const int* x0, const int* x1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument
344 int x0[4]; local
381 unsigned x0 = xx >> 18; local
416 int x0[4]; local
455 const unsigned x0 = xx >> 18; local
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLAreaElement.cpp158 int x0 = m_coords[0].calcMinValue(width); local
162 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DLegacyCACFLayerTreeHost.cpp350 float x0 = bounds.origin.x; local
352 float x1 = x0 + bounds.size.width;
356 D3DXMatrixOrthoOffCenterRH(&projection, x0, x1, y0, y1, -1.0f, 1.0f);
/external/webkit/Source/WebKit/android/plugins/
H A DANPCanvasInterface.cpp108 static void anp_drawLine(ANPCanvas* canvas, float x0, float y0, argument
110 canvas->skcanvas->drawLine(SkFloatToScalar(x0), SkFloatToScalar(y0),
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderDeviceJme.java290 float x0 = centerX + (x - centerX) * scale;
294 tempMat.setTranslation(x0, getHeight() - y0, 0);
316 float x0 = x + 0.5f * width * (1f - imageScale);
320 tempMat.setTranslation(x0, getHeight() - y0, 0);
371 public void enableClip(int x0, int y0, int x1, int y1) { argument
374 r.setClipRect(x0, getHeight() - y1, x1 - x0, y1 - y0);
/external/jpeg/
H A Djidctintelsse.c113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
132 tmp1 = _mm_madd_epi16(tmp1, * ( __m128i*)table1); /*x2*w13+x0*w12, x2*w9+x0*w8, x2*w5+x0*w
[all...]
/external/mesa3d/src/pixelflinger2/
H A Dllvm_texture.cpp144 Value * x0, Value * y0, Value * xLerp, Value * yLerp,
149 Value * x1 = builder.CreateAdd(x0, builder.getInt32(1));
158 index = builder.CreateAdd(index, x0);
176 index = builder.CreateAdd(index, x0);
143 linearSample(IRBuilder< & builder, Value * textureData, Value * indexOffset, Value * x0, Value * y0, Value * xLerp, Value * yLerp, Value * w, Value * h, Value * width, Value * height, const GGLPixelFormat format ) argument
H A Dtexture.cpp145 const unsigned x0 = texcoordWrap(wrapS, tex_coord[0], width, &xLerp); local
150 PointSample<format>(sample, data, y0 * width + x0);
158 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1);
160 PointSample<format>((unsigned *)(samples + 0), data, y0 * width + x0);
166 PointSample<format>((unsigned *)(samples + 3), data, y1 * width + x0);
254 const unsigned x0 = texcoordWrap(wrapS, s, width, &xLerp); local
259 PointSample<format>(sample, data, y0 * width + x0);
267 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1);
269 PointSample<format>((unsigned *)(samples + 0), data, face * width * height + y0 * width + x0);
275 PointSample<format>((unsigned *)(samples + 3), data, face * width * height + y1 * width + x0);
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djidctintelsse.c113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
132 tmp1 = _mm_madd_epi16(tmp1, * ( __m128i*)table1); /*x2*w13+x0*w12, x2*w9+x0*w8, x2*w5+x0*w
[all...]

Completed in 677 milliseconds

1234567