HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 351 - 375 of 753) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-resolver.jar 
  /external/icu4c/i18n/
nfrs.cpp 66 int64_t x1 = x; local
70 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
72 x1 >>= 1;
77 if ((x1 & 1) == 1) {
80 t = x1;
88 x1 = t;
92 t = x1 - y1;
95 int64_t gcd = x1 << p2;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
FaultHeightMap.java 171 int x1 = random.nextInt(size); local
179 float dist = ((x2 - x1) * (j - y1) - (y2 - y1) * (i - x1))
180 / (FastMath.sqrt(FastMath.sqr(x2 - x1) + FastMath.sqr(y2 - y1)));
  /external/jpeg/
jidctintelsse.c 113 __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*/ \
127 tmp3 = _mm_shuffle_epi32(row0, 0x55); /*x3, x1, x3, x1, x3, x1, x3, x1*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
140 tmp3 = _mm_madd_epi16(tmp3, * ( __m128i*)(table1+16)); /*x3*w29+x1*w28, x3*w25+x1*w24, x3*w21+x1*w20, x3*w17+x1*w16*/
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 872 float x0, x1, y0, y1, z; local
889 (float)(info->src.x1 - info->src.x0) /
890 (float)(info->dst.x1 - info->dst.x0);
898 x1 = x0 + 16384.0f * x_range;
902 x1 *= (float)(1 << nv50_miptree(src)->ms_x);
922 PUSH_DATA (push, (info->dst.x1 << 16) | info->dst.x0);
935 PUSH_DATAf(push, x1);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 958 float x0, x1, y0, y1; local
981 (float)(info->src.x1 - info->src.x0) /
982 (float)(info->dst.x1 - info->dst.x0);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 529 VGfloat x1, y1; local
540 x1 = 0;
558 x1, y1, x2, y2, x3, y3, x4, y4);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 478 float x0, y0, x1, y1; local
489 x1 = dx + width;
496 add_vertex_1tex(r, x1, y0, s1, t0);
497 add_vertex_1tex(r, x1, y1, s1, t1);
532 int x0, int y0, int x1, int y1, float *color)
536 * x0, y0, x1, y1, color[0], color[1], color[2], color[3]); */
543 add_vertex_color(r, x1, y0, color);
545 add_vertex_color(r, x1, y1, color);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 542 int x1, y1, x2, y2; local
550 x1 = x;
554 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2);
559 x1 = x;
563 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2);
566 x1 = CLAMP(x1, 0, ctx->DrawBuffer->Width - 1);
571 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2);
574 i830->state.Buffer[I830_DESTREG_SR1] = (y1 << 16) | (x1 & 0xffff);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 112 int x1, y1, x2, y2; local
122 x1 = x;
127 x1 = x;
134 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x);
  /external/opencv/cv/src/
cvmotempl.cpp 472 int x1, y1; local
486 for( x1 = 0; x1 < comp.rect.width; x1++ )
488 if( mask8u_row1[x1] > 1 )
490 mask8u_row1[x1] = 1;
491 mask_row1[x1] = comp_idx.i;
  /external/opencv/cvaux/src/
cvscanlines.cpp 183 int x1, y1, x2, y2, dx, dy; local
191 x1 = scanlines[curr++];
196 dx = abs( x1 - x2 ) + 1;
213 int x1, y1, x2, y2; local
223 x1 = (int) (scanlines_1[curr] * alpha + scanlines_2[curr] * (1.0 - alpha));
225 scanlines_a[curr++] = x1;
239 dx = abs( x1 - x2 ) + 1;
    [all...]
  /external/openssl/crypto/bn/
bn_gf2m.c 390 BN_ULONG x1, x0, y1, y0, zz[4]; local
416 x1 = ((i+1) == a->top) ? 0 : a->d[i+1];
417 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
968 if (p[0] & 0x1) /* m is odd */
  /external/pixman/pixman/
pixman-glyph.c 37 #define TOMBSTONE ((glyph_t *)0x1)
327 extents->x1 = extents->y1 = INT32_MAX;
333 int x1, y1, x2, y2; local
335 x1 = glyphs[i].x - glyph->origin_x;
340 if (x1 < extents->x1)
341 extents->x1 = x1;
386 dest->x1 = MAX (box1->x1, box2->x1)
    [all...]
pixman.c 171 if (rbox->x1 < (v = cbox->x1 + dx))
172 rbox->x1 = v;
179 if (rbox->x1 >= rbox->x2 || rbox->y1 >= rbox->y2)
241 region->extents.x1 = dest_x;
246 region->extents.x1 = MAX (region->extents.x1, 0);
254 if (region->extents.x1 >= region->extents.x2 ||
257 region->extents.x1 = 0;
330 pixman_fixed_48_16_t x1; member in struct:__anon24439
342 pixman_fixed_t x1, y1, x2, y2; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 113 __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*/ \
127 tmp3 = _mm_shuffle_epi32(row0, 0x55); /*x3, x1, x3, x1, x3, x1, x3, x1*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
140 tmp3 = _mm_madd_epi16(tmp3, * ( __m128i*)(table1+16)); /*x3*w29+x1*w28, x3*w25+x1*w24, x3*w21+x1*w20, x3*w17+x1*w16*/
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 882 int x1,x2; local
884 x1 = rects[i].x & ~15;
892 source += x1;
896 destination += x1;
902 x2-x1,
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 55 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
57 unsigned x1 = XX & 0x3FFF; local
73 __m128i a01 = _mm_cvtsi32_si128(row0[x1]);
75 __m128i a11 = _mm_cvtsi32_si128(row1[x1]);
165 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
167 unsigned x1 = XX & 0x3FFF; local
183 __m128i a01 = _mm_cvtsi32_si128(row0[x1]);
185 __m128i a11 = _mm_cvtsi32_si128(row1[x1]);
683 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
685 unsigned x1 = XX & 0x3FFF local
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 57 EAS_PCM x1; /* current generated sample */ member in struct:s_decoder_state_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 57 EAS_PCM x1; /* current generated sample */ member in struct:s_decoder_state_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 57 EAS_PCM x1; /* current generated sample */ member in struct:s_decoder_state_tag
  /external/tcpdump/
smbutil.c 48 tp->tm_mon = ((p2 >> 5) & 0xFF) + ((p3 & 0x1) << 3) - 1;
535 u_int32_t x1, x2; local
538 x1 = reverse ? EXTRACT_32BITS(buf) :
542 x = (((u_int64_t)x1) << 32) | x2;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 81 int32 x0, x1, x3, x5, x7;//, x8; local
83 x1 = blk[8];
87 x7 = W7 * x1;
88 x1 = W1 * x1;
91 x5 = (181 * (x1 - x7) + 128) >> 8;
92 x7 = (181 * (x1 + x7) + 128) >> 8;
94 blk[0] = (x0 + x1) >> 8;
98 blk[56] = (x0 - x1) >> 8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8 local
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
185 int32 x1, x3, x5, x7;\/\/, x8; local
235 int32 x1, x3, x5, x7; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
691 int32 x1, x3, x5, x7; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1171 int32 x1, x3, x5, x7; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
motion_comp.cpp 1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; \/* new way *\/ local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 114 uint32_t x1 = xstart; local
119 for (;x1 < x2; x1++, out++) {
124 for (;x1 < x2; x1++, out++, in++) {
134 if((x1 + 8) < x2) {
135 uint32_t len = (x2 - x1) >> 3;
137 x1 += len << 3;
143 for (;x1 < x2; x1++, out++, in++)
    [all...]

Completed in 870 milliseconds

<<11121314151617181920>>